Note: Every root, OU, and account must have at least one SCP
attached. You can replace the default FullAWSAccess
policy with one
that limits the permissions that can be delegated. To do that, you must
attach the replacement policy before you can remove the default one.
This is the authorization strategy of using an allow list.
You could instead attach a second SCP and leave the FullAWSAccess
SCP
still attached. You could then specify "Effect": "Deny"
in the second
SCP to override the "Effect": "Allow"
in the FullAWSAccess
policy
(or any other attached SCP). If you take these steps, you\'re using the
authorization strategy of a deny list.
This operation can be called only from the organization\'s master
account.