Skip to content

Commit 724d40e

Browse files
authored
Update AllowIAM.json
1 parent 2402af4 commit 724d40e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

AllowIAM.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
"*"
1212
]
1313
},
14+
{
15+
"Sid": "Stmt1522847793000",
16+
"Effect": "Allow",
17+
"Action": [
18+
"support:*"
19+
],
20+
"Resource": [
21+
"*"
22+
]
23+
},
1424
{
1525
"Sid": "Stmt1522847569000",
1626
"Effect": "Allow",
@@ -20,6 +30,29 @@
2030
"Resource": [
2131
"*"
2232
]
33+
},
34+
{
35+
"Sid": "Stmt1522857489000",
36+
"Effect": "Allow",
37+
"Action": [
38+
"kms:*"
39+
],
40+
"Resource": [
41+
"*"
42+
]
43+
},
44+
{
45+
"Sid": "Stmt1522857714000",
46+
"Effect": "Allow",
47+
"Action": [
48+
"aws-portal:ViewAccount",
49+
"aws-portal:ViewBilling",
50+
"aws-portal:ViewPaymentMethods",
51+
"aws-portal:ViewUsage"
52+
],
53+
"Resource": [
54+
"*"
55+
]
2356
}
2457
]
2558
}

0 commit comments

Comments
 (0)