27 lines
724 B
JSON
27 lines
724 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"ec2:Describe*",
|
|
"ec2:GetConsole*"
|
|
],
|
|
"Resource": "*"
|
|
},
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": "ec2:RunInstances",
|
|
"Resource": [
|
|
"arn:aws:ec2:*:*:subnet/subnet-subnet-id",
|
|
"arn:aws:ec2:*:*:network-interface/*",
|
|
"arn:aws:ec2:*:*:instance/*",
|
|
"arn:aws:ec2:*:*:volume/*",
|
|
"arn:aws:ec2:*::image/ami-*",
|
|
"arn:aws:ec2:*:*:key-pair/*",
|
|
"arn:aws:ec2:*:*:security-group/*"
|
|
]
|
|
}
|
|
]
|
|
}
|