A company wants to allow its corporate employees to log in to the AWS Management Console using their existing Active Directory credentials. The security team wants to avoid the administrative overhead of creating and managing individual IAM users for each employee. Which of the following is the AWS-recommended approach to grant this access?
- Configure identity federation to grant employees temporary security credentials by assuming an IAM role.Answer
- BCreate a single shared IAM user with administrator privileges and distribute the password to all employees.
- CShare the AWS Account Root User credentials with the Active Directory administrator to set up the connection.
- DRequest that AWS Support manage the synchronization and patching of the on-premises Active Directory domain controllers.
Answer
Configure identity federation to grant employees temporary security credentials by assuming an IAM role.
Identity federation enables external users to access AWS resources securely using their existing corporate credentials. Instead of creating individual IAM users, the identity provider authenticates the users, and AWS maps their identity to an IAM role. The role provides them with temporary security credentials to access the AWS Management Console.
Step-by-Step Solution
Key Concept
Identity federation and IAM roles for external user access
Estimated Time:1m 0s