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

Review VPC permissions for BYON setup #3723

Closed
T-Kukawka opened this issue Oct 15, 2024 · 2 comments
Closed

Review VPC permissions for BYON setup #3723

T-Kukawka opened this issue Oct 15, 2024 · 2 comments
Assignees
Labels
team/phoenix Team Phoenix

Comments

@T-Kukawka
Copy link
Contributor

T-Kukawka commented Oct 15, 2024

Based on the BYON setup for CAPA installations as described in example: https://github.com/giantswarm/capa-byovpc-examples, we have received the question if the set of permissions for the VPC/Networking configuration can be limited from the defined set in: https://github.com/giantswarm/giantswarm-aws-account-prerequisites.

In order to meet customer needs, following permissions have to be tested and reviewed:

               "ec2:AssociateRouteTable",
               "ec2:AssociateVpcCidrBlock",
               "ec2:AttachInternetGateway",
               "ec2:CreateInternetGateway",
               "ec2:CreateNatGateway",
               "ec2:CreateRoute",
               "ec2:CreateRouteTable",
               "ec2:CreateSubnet",
               "ec2:CreateVpc",
               "ec2:CreateVpcEndpoint",
               "ec2:ModifyVpcAttribute",
               "ec2:ModifyVpcEndpoint",
               "ec2:DeleteInternetGateway",
               "ec2:DeleteNatGateway",
               "ec2:DeleteRouteTable",
               "ec2:DeleteSubnet",
               "ec2:DeleteVpc",
               "ec2:DeleteVpcEndpoints",
               "ec2:DetachInternetGateway",
               "ec2:DisassociateRouteTable",
               "ec2:DisassociateVpcCidrBlock",
               "ec2:ModifySubnetAttribute",
               "ec2:ReplaceRoute",
@github-project-automation github-project-automation bot moved this to Inbox 📥 in Roadmap Oct 15, 2024
@T-Kukawka T-Kukawka added the team/phoenix Team Phoenix label Oct 15, 2024
@paurosello paurosello self-assigned this Oct 15, 2024
@paurosello paurosello moved this from Inbox 📥 to In Progress ⛏️ in Roadmap Oct 15, 2024
@paurosello
Copy link

Apparently this works, so we should be fine to remove those permissions

@paurosello paurosello moved this from In Progress ⛏️ to Done ✅ in Roadmap Oct 15, 2024
@paurosello paurosello closed this as completed by moving to Done ✅ in Roadmap Oct 15, 2024
@paurosello
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team/phoenix Team Phoenix
Projects
Archived in project
Development

No branches or pull requests

2 participants