AWS Certified Security – Specialty — Question 316

A company provides an AWS account for each of its teams. Members of each team authenticate with AWS by using user accounts in their own team’s account.

The company created a project-specific AWS account for collaboration by three or more teams. The company also created a new Amazon S3 bucket inside this new account. There is no S3 bucket policy or S3 ACL. A security engineer must implement a secure solution so that all teams can read objects and write to objects that are stored in the S3 bucket.

What should the security engineer do to meet these requirements?

Answer options

Correct answer: B

Explanation

Creating an IAM role in the destination account and establishing a trust relationship with the source accounts (Option B) is the AWS-recommended best practice for secure cross-account access. This allows users to assume the role and obtain temporary security credentials, eliminating the risk of sharing long-term access keys as proposed in Option D. Using legacy S3 ACLs (Option A) is discouraged for modern access control, and assuming a role is more manageable and standard for multi-account collaboration than direct cross-account bucket policy permissions alone.