Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS EC2 Security Group Ingress component #275

Open
alexdebrie opened this issue Sep 11, 2018 · 0 comments
Open

AWS EC2 Security Group Ingress component #275

alexdebrie opened this issue Sep 11, 2018 · 0 comments
Assignees
Labels
component good first issue help wanted

Comments

@alexdebrie
Copy link

@alexdebrie alexdebrie commented Sep 11, 2018

Relates to #274

Description

Users may need to create a security group such as for their Lambda functions or Fargate containers. This component allows them to add an ingress rule to their security group.

AWS SDK for JS documentation on AuthorizeSecurityGroupIngress call

inputTypes

cidrIp - string
fromPort - integer
groupId - string
groupName - string
ipPermissions - Array<map>

  • fromPort - integer
  • ipProtocol - string
  • ipRanges - Array<map>
    • cidrIp - string
    • description - string
  • ipv6Ranges - Array<map>
    • cidrIpv6 - string
    • description - string
  • prefixListIds - Array<map>
    • prefixListId - string
    • description - string
  • toPort - integer
  • userIdGroupPairs - Array<map>
    • description - string
    • groupId - string
    • groupName - string
    • peeringStatus - string
    • userId - string
    • vpcId - string
    • vpcPeeringConnectionId - string
      ipProtocol - string
      sourceSecurityGroupName - string
      sourceSecurityGroupOwnerId - string
      toPort - integer

outputTypes

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component good first issue help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants