AWS Certified SysOps Administrator – Associate (legacy) — Question 37

An organization has two AWS accounts: Development and Production. A SysOps Administrator manages access of IAM users to both accounts. Some IAM users in Development should have access to certain resources in Production.
How can this be accomplished?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating an IAM role in the Production account that trusts the Development account allows specific users to assume the role, granting them the necessary access. Options B, C, and D do not effectively address the requirement for direct role assumption for resource access between the accounts.