A multinational financial firm manages its cloud infrastructure using a multi-account AWS Organizations environment. All corporate user identities and security groups are maintained in an on-premises Microsoft Active Directory. The firm's compliance policy strictly prohibits the storage or replication of any user credentials or identity database records in the public cloud. The firm wants to enable federated single sign-on (SSO) for its employees to access the AWS Management Console and AWS CLI across all member accounts. The network architecture includes a dedicated AWS Direct Connect connection between the on-premises data center and a shared services VPC. The solution must minimize ongoing operational overhead and infrastructure costs. Which configuration should a solutions architect recommend to satisfy these requirements?
- Configure an AD Connector in the shared services VPC linked to the on-premises Active Directory. Enable AWS IAM Identity Center in the AWS Organizations management account, configure it to use the AD Connector as its directory source, and assign permission sets to on-premises Active Directory groups.Answer
- BProvision individual IAM users in each AWS member account corresponding to each Active Directory user. Configure an on-premises synchronization script that uses the Active Directory LDAP interface to manage IAM access keys and credentials.
- CConfigure federated access using the AWS Organizations management account root user credentials to establish a SAML trust directly with the on-premises Active Directory, allowing federated users to perform administrative tasks.
- DDeploy an AD Connector in the shared services VPC. Store the Active Directory administrator service account credentials as plaintext parameters in Systems Manager Parameter Store to automate the connection to the on-premises Active Directory.