An advertising agency has a hybrid cloud architecture spanning an on-premises data center and a multi-account AWS environment managed under AWS Organizations. The agency manages its employee identities in an on-premises Microsoft Active Directory (AD) environment. The security team requires that employees use their existing AD credentials to access the AWS Management Console and the AWS CLI across different accounts. The solution must ensure that credentials are not replicated to the cloud, must support authentication redirection to the on-premises directory, and must integrate with their existing on-premises RADIUS server for multi-factor authentication (MFA) with minimal administrative overhead. Which solution meets these requirements?
- Enable AWS IAM Identity Center in the Organization's management account, configure an Active Directory directory source, and deploy an AWS Directory Service AD Connector to connect to the on-premises AD. Enable multi-factor authentication (MFA) on the AD Connector pointing to the on-premises RADIUS server.Answer
- BDeploy AWS Directory Service AD Connector to connect to the on-premises Active Directory, and write a script to dynamically create matching IAM users with long-term credentials in each AWS account, mapping Active Directory group memberships to IAM policies.
- CUse the AWS account root credentials in the Organization's management account to configure a custom SAML 2.0 identity provider (IdP) in each AWS account, and configure the on-premises AD to generate federated SAML assertions mapping directly to the root user.
- DDeploy AWS Directory Service for Microsoft Active Directory (AWS Managed Microsoft AD) in a multi-region deployment, establish a two-way forest trust with the on-premises AD, and provision individual IAM users with virtual MFA devices enabled in the management account.
Answer
Enable AWS IAM Identity Center in the Organization's management account, configure an Active Directory directory source, and deploy an AWS Directory Service AD Connector to connect to the on-premises AD. Enable multi-factor authentication (MFA) on the AD Connector pointing to the on-premises RADIUS server.
The correct solution uses AWS IAM Identity Center combined with an AD Connector to federate identities from the on-premises Active Directory without replicating passwords or credentials. Since the AD Connector acts as a proxy, it redirects authentication requests back to the on-premises Active Directory and supports native integration with an on-premises RADIUS server for multi-factor authentication (MFA). This provides single sign-on access to both the console and CLI with minimal operational overhead.
Step-by-Step Solution
Key Concept
AWS IAM Identity Center integration with on-premises Active Directory using AD Connector and RADIUS MFA
Estimated Time:2m 30s