Skip to content

Commit ec88686

Browse files
authored
Create AllowEC2.json
1 parent f6123a0 commit ec88686

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

AllowEC2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Version": "2012-10-17",
3+
"Statement": [
4+
{
5+
"Sid": "Stmt1522354832000",
6+
"Effect": "Allow",
7+
"Action": [
8+
"ec2:*"
9+
],
10+
"Resource": [
11+
"*"
12+
]
13+
},
14+
{
15+
"Sid": "Stmt1522354824000",
16+
"Effect": "Deny",
17+
"Action": [
18+
"ec2:AcceptReservedInstancesExchangeQuote",
19+
"ec2:CancelReservedInstancesListing",
20+
"ec2:CreateReservedInstancesListing",
21+
"ec2:DescribeReservedInstances",
22+
"ec2:DescribeReservedInstancesListings",
23+
"ec2:DescribeReservedInstancesModifications",
24+
"ec2:DescribeReservedInstancesOfferings",
25+
"ec2:GetHostReservationPurchasePreview",
26+
"ec2:GetReservedInstancesExchangeQuote",
27+
"ec2:ModifyReservedInstances",
28+
"ec2:PurchaseHostReservation",
29+
"ec2:PurchaseReservedInstancesOffering",
30+
"ec2:PurchaseScheduledInstances"
31+
],
32+
"Resource": [
33+
"*"
34+
]
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)