ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

445 / 474

Question 445:

The AWS accounts in your company are managed in AWS Organizations and Organizational Units (OUs). In one AWS account, there is an S3 bucket that stores sensitive documents. The S3 bucket should only allow the AWS accounts from one OU of your Organization to get its objects. Which of the following methods is the easiest one to achieve the requirement?

Answer options:

A.In the S3 bucket policy, add all the IAM entities from the OU to the Principal field and allow read access.
B.Add the condition key “aws:PrincipalOrgPaths” in the S3 bucket policy to allow access based on the principal’s organization path.
C.Add a Service Control Policy (SCP) to the OU that allows the get object action.
D.In the S3 Access Control List, allow access for all the AWS accounts in the OU and its child OUs.