Created
September 21, 2022 09:45
-
-
Save artem-hatchenko/41ad95061c1e95a800a10a0b726bc418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Action": [ | |
"ec2:AttachNetworkInterface", | |
"ec2:DetachNetworkInterface", | |
"ec2:DescribeInstances", | |
"ec2:DescribeNetworkInterfaces", | |
"ec2:AssignPrivateIpAddresses", | |
"ec2:AssociateAddress", | |
"ec2:DescribeRouteTables" | |
], | |
"Resource": [ | |
"*" | |
], | |
"Effect": "Allow" | |
}, | |
{ | |
"Action": [ | |
"ec2:ReplaceRoute" | |
], | |
"Resource": [ | |
"arn:aws:ec2:*:*:route-table/*" | |
], | |
"Effect": "Allow" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment