An enterprise wants to allow its employees to log in to the AWS Management Console using their existing corporate credentials managed by an on-premises identity provider. The security team mandates that employees must not have permanent AWS IAM user credentials. Which of the following IAM features or mechanisms should the enterprise use to implement this configuration?
- Federate identities using an IAM role that trusts the external corporate identity providerAnswer
- BCreate individual IAM users for each employee and configure AWS to sync their passwords with the corporate network
- CShare the AWS account root user credentials securely using an enterprise password vault
- DConfigure the on-premises identity provider as a managed service within the AWS Shared Responsibility Model
Answer
Federate identities using an IAM role that trusts the external corporate identity provider
Federating identities with an IAM role that trusts the external corporate identity provider allows employees to obtain temporary credentials to access the AWS Management Console. This avoids the administrative overhead and security risks associated with creating and managing permanent IAM users for each employee.
Step-by-Step Solution
Key Concept
IAM Identity Federation and Temporary Access
Estimated Time:1m 0s