A retail company is migrating its workloads to a multi-account AWS environment managed by AWS Organizations. The company wants to enable its 500 corporate employees to access their respective AWS accounts using their existing on-premises Active Directory (AD) credentials. The solution must minimize operational overhead, avoid replicating user credentials or directory metadata to the cloud, and provide centralized access control. Which solution meets these requirements?
- ACreate individual IAM users in each target AWS account for all 500 corporate employees. Distribute access keys and configure a custom script to synchronize their on-premises Active Directory passwords to their IAM profiles.
- BConfigure AWS IAM Identity Center. Export corporate user names and passwords from the on-premises Active Directory and store them as plaintext parameters in Systems Manager Parameter Store to allow AWS to authenticate the users.
- Configure AWS IAM Identity Center and connect it to the on-premises Active Directory using AWS Directory Service AD Connector. Define permission sets in IAM Identity Center to centrally manage access to the AWS accounts.Cevap
- DUse the AWS account root user credentials to log in to each AWS account, then configure a SAML 2.0 integration directly with the on-premises Active Directory to allow administrative access.
Cevap
Configure AWS IAM Identity Center and connect it to the on-premises Active Directory using AWS Directory Service AD Connector, then define permission sets in IAM Identity Center to centrally manage access to the AWS accounts.
The correct solution uses AWS IAM Identity Center integrated with the on-premises Active Directory via AWS Directory Service AD Connector. AD Connector is a directory gateway that redirects directory requests to the on-premises Active Directory without caching or replicating credentials in the cloud. Using permission sets in IAM Identity Center allows administrators to centrally assign and manage permissions across the multi-account environment, minimizing operational overhead.
Adım Adım Çözüm
Anahtar Kavram
Federating identity from an on-premises Active Directory to AWS using AWS Directory Service AD Connector and AWS IAM Identity Center to minimize operational overhead and avoid credential replication.