A logistics enterprise with a multi-account structure in AWS Organizations wants to implement centralized single sign-on (SSO) for its on-premises Active Directory (AD) users. The company's compliance policy strictly prohibits replicating user password hashes to AWS or deploying Microsoft Active Directory domain controllers inside the cloud environment. A dedicated AWS Direct Connect connection provides private network pathing to the on-premises environment. The solutions architect needs to design a secure, highly available identity federation solution that allows users to access the AWS Management Console of member accounts using their corporate AD credentials. Which two actions should the solutions architect take to meet these requirements? (Select two.)
- Configure an AD Connector in the AWS Organizations management account across two Availability Zones, providing the IP addresses of the on-premises Active Directory domain controllers for name resolution and authentication.Answer
- Enable AWS IAM Identity Center and change the identity source from the default identity store to the Active Directory directory associated with the newly deployed AD Connector.Answer
- CCreate matching IAM users with long-term access keys in each AWS Organizations member account, and run a synchronization script to replicate passwords from the on-premises Active Directory.
- DProvision an AWS Managed Microsoft AD directory in a dedicated shared services VPC, set up a two-way forest trust, and configure AWS Directory Service to synchronize all password hashes to the cloud.
- EConfigure SAML 2.0 identity provider federation directly on the AWS Organizations management account's root user, using Active Directory Federation Services (ADFS) to bypass IAM role delegation.