A logistics and supply chain enterprise is migrating its core applications to a multi-account AWS environment managed by AWS Organizations. The company's corporate identity store is located on-premises in a Microsoft Active Directory (AD) domain. The security policy requires that users authenticate using their existing corporate credentials, without duplicating any user credentials in the cloud. The solution must also minimize administrative overhead.
Which combination of actions should a Solutions Architect recommend to meet these requirements? (Select two.)
- Deploy an Active Directory Connector (AD Connector) in the AWS VPC with network connectivity to the on-premises directory.Answer
- Configure AWS IAM Identity Center to use AWS Directory Service as its identity source to enable single sign-on access to the AWS accounts.Answer
- CCreate individual IAM users with long-term credentials in each member account for every enterprise directory user.
- DDeploy AWS Managed Microsoft Active Directory in the cloud and configure a two-way forest trust with the on-premises directory, then create matching IAM users.
- EConfigure AWS IAM Identity Center to map administrative Active Directory groups directly to the AWS account root user credentials for daily administrative operations.
Answer
Deploy an Active Directory Connector (AD Connector) in the AWS VPC with network connectivity to the on-premises directory, and configure AWS IAM Identity Center to use AWS Directory Service as its identity source.
Deploying an Active Directory Connector (AD Connector) redirecting requests to the on-premises Active Directory avoids credential caching or replication in the cloud. Configuring AWS IAM Identity Center to use AWS Directory Service connects this proxy gateway to your AWS Organizations structure, enabling centralized single sign-on access to all member accounts with minimal management effort.
Step-by-Step Solution
Key Concept
Federating an on-premises Microsoft Active Directory with AWS IAM Identity Center using AD Connector to enable centralized SSO without credential replication.