Skip to content

Commit 3524552

Browse files
authored
(fix) Root User unable to change support plans and change MFA (#686) (#687)
* add root user permissions to perform root only activities * fix indent
1 parent 5ba7c63 commit 3524552

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference-artifacts/SCPs/ASEA-Guardrails-Part2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
"iam:ListVirtualMFADevices",
3232
"iam:ResyncMFADevice",
3333
"aws-portal:*",
34-
"sts:GetSessionToken"
34+
"sts:GetSessionToken",
35+
"iam:DeleteVirtualMFADevice",
36+
"trustedadvisor:*",
37+
"support:*"
3538
],
3639
"Resource": "*",
3740
"Condition": {

0 commit comments

Comments
 (0)