An online education platform is migrating its core learning management system (LMS) to AWS. The platform has a multi-account structure managed under AWS Organizations. The company wants to enable its employees to log in to the AWS Management Console across all accounts using their existing corporate credentials, which are managed in an on-premises Microsoft Active Directory. The solutions architect needs to design a solution that minimizes administrative overhead, avoids duplicating user credentials or password hashes in the cloud, and utilizes modern AWS best practices. Which combination of actions should the solutions architect recommend? (Select two.)
- Configure AWS Directory Service AD Connector to establish a connection with the on-premises Microsoft Active Directory.Answer
- Enable AWS IAM Identity Center and configure it to use the AD Connector directory as the identity source.Answer
- CCreate individual IAM users in each AWS account for every corporate employee and configure a custom synchronization script to duplicate passwords daily.
- DUse the AWS account root user of each member account to configure SAML 2.0 identity provider relationships with the on-premises Active Directory.
Answer
Configure AWS Directory Service AD Connector to connect to the on-premises Microsoft Active Directory, and enable AWS IAM Identity Center with the AD Connector directory specified as the identity source.
The correct solution involves configuring the AWS Directory Service AD Connector and enabling AWS IAM Identity Center. AD Connector operates as a proxy to redirect sign-in requests to on-premises Active Directory domain controllers without synchronizing or storing password hashes in AWS. Integrating AD Connector with AWS IAM Identity Center allows users to federate into their respective AWS accounts within AWS Organizations using their corporate credentials, providing a seamless single sign-on experience with minimal administrative overhead.
Step-by-Step Solution
Key Concept
Active Directory Federation with AWS IAM Identity Center via AD Connector
Estimated Time:2m 0s