AWS Certified Security – Specialty (SCS-C03) — Question 23

A company has multiple accounts in the AWS Cloud. Users in the developer account need to have access to specific resources in the production account.
What is the MOST secure way to provide this access?

Answer options

Correct answer: D

Explanation

The correct answer is D because using an IAM role in the production account allows for more secure and manageable access control compared to using an IAM user. It avoids sharing passwords and provides a temporary access mechanism, which reduces the risk of credential exposure. The other options either involve sharing IAM user accounts or are configured in a less secure manner.