Skip to content

Instantly share code, notes, and snippets.

@artem-hatchenko
Created September 21, 2022 09:45
Show Gist options
  • Save artem-hatchenko/41ad95061c1e95a800a10a0b726bc418 to your computer and use it in GitHub Desktop.
Save artem-hatchenko/41ad95061c1e95a800a10a0b726bc418 to your computer and use it in GitHub Desktop.
{
"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