Ultimate access to all questions.
A company will several AWS accounts is using AWS Organizations and service control policies (SCPs). An Administrator created the following SCP and has attached it to an organizational unit (OU) that contains AWS account 1111-1111-1111: { "Version": "2012-10-27" "Statement": [ { "Side": "AllowsAllActions", "Effect": "Allow", "Action": "", "Resource": "" }, { "Side": "DenyCloudTrail", "Effect": "Deny", "Action": "CloudTrail:", "Resource": "" } ] } Developers working in account 1111-1111-1111 complain that they cannot create Amazon S3 buckets. How should the Administrator address this problem?