Skip to content
Snippets Groups Projects
Commit c16a3e70 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3266679 by yas, baldwinlouie: Add the required IAM permissions to CFn...

Issue #3266679 by yas, baldwinlouie: Add the required IAM permissions to CFn template (ec2:Create/DeleteCarrierGateway and ec2:Create/DeleteTransitGateway)
parent 2466a073
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ Resources:
- ec2:AttachInternetGateway
- ec2:AuthorizeSecurityGroup*
- ec2:AttachVolume
- ec2:CreateCarrierGateway
- ec2:CreateDefaultSubnet
- ec2:CreateDefaultVpc
- ec2:CreateEgressOnlyInternetGateway
......@@ -89,6 +90,7 @@ Resources:
- ec2:CreateSnapshots
- ec2:CreateSubnet
- ec2:CreateTags
- ec2:CreateTransitGateway
- ec2:CreateVolume
- ec2:CreateVpc
- ec2:CreateVpcPeeringConnection
......@@ -96,6 +98,7 @@ Resources:
- ec2:DisassociateIamInstanceProfile
- ec2:DisassociateVpcCidrBlock
- ec2:Describe*
- ec2:DeleteCarrierGateway
- ec2:DeleteEgressOnlyInternetGateway
- ec2:DeleteFlowLogs
- ec2:DeleteInternetGateway
......@@ -108,6 +111,7 @@ Resources:
- ec2:DeleteSnapshot
- ec2:DeleteSubnet
- ec2:DeleteTags
- ec2:DeleteTransitGateway
- ec2:DeleteVpcPeeringConnection
- ec2:DeleteVolume
- ec2:DeleteVpc
......@@ -115,12 +119,12 @@ Resources:
- ec2:DetachInternetGateway
- ec2:DetachNetworkInterface
- ec2:DetachVolume
- ec2:GetConsoleOutput
- ec2:ImportKeyPair
- ec2:ModifyInstanceAttribute
- ec2:ModifyImageAttribute
- ec2:ModifyLaunchTemplate
- ec2:ModifyVolume
- ec2:GetConsoleOutput
- ec2:RebootInstances
- ec2:RegisterImage
- ec2:ReleaseAddress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment