AWS Certified Solutions Architect – Professional — Question 692

A company is using an on-premises Active Directory service for user authentication. The company wants to use the same authentication service to sign in to the company's AWS accounts, which are using AWS Organizations. AWS Site-to-Site VPN connectivity already exists between the on-premises environment and all the company's AWS accounts.
The company's security policy requires conditional access to the accounts based on user groups and roles. User identities must be managed in a single location.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

AWS Single Sign-On (AWS SSO) integrated with an external identity provider using SAML 2.0 and SCIM v2.0 allows centralized user management directly from the on-premises Active Directory. Utilizing Attribute-Based Access Control (ABAC) allows the company to enforce conditional access policies based on user attributes (like groups and roles) passed during federation. Other options either do not use Active Directory as the primary identity source or rely on complex and less-scalable cross-account IAM configurations.