Topic 1 Question 32
A company is in the process of implementing AWS Organizations to constrain its developers to use only Amazon EC2, Amazon S3, and Amazon DynamoDB. The developers account resides in a dedicated organizational unit (OU). The solutions architect has implemented the following SCP on the developers account:
When this policy is deployed, IAM users in the developers account are still able to use AWS services that are not listed in the policy.
What should the solutions architect do to eliminate the developers’ ability to use services outside the scope of this policy?Create an explicit deny statement for each AWS service that should be constrained.
Remove the FullAWSAccess SCP from the developers account’s OU.
Modify the FullAWSAccess SCP to explicitly deny all services.
Add an explicit deny statement using a wildcard to the end of the SCP.
ユーザの投票
コメント(12)
B is correct because default FullAWSAccess SCP is applied
👍 6zhangyu200002022/12/11- 正解だと思う選択肢: B👍 3masetromain2022/12/13
- 正解だと思う選択肢: B
B is correct. By removing FullAWSAccess SCP, default deny will be applied.
👍 3jooncco2023/01/30
シャッフルモード