AWS Certified SysOps Administrator – Associate (legacy) — Question 698

An organization with a large IT department has decided to migrate to AWS. With different job functions in the IT department, it is not desirable to give all users access to all AWS resources. Currently the organization handles access via LDAP group membership.
What is the BEST method to allow access using current LDAP credentials?

Answer options

Correct answer: D

Explanation

Federating the LDAP directory with AWS IAM using SAML allows users to authenticate using their existing credentials and maps their LDAP group memberships directly to AWS IAM roles for access control. This approach avoids the administrative overhead of replicating directories or managing individual IAM users through custom Lambda scripts. Other methods, like using CloudFormation with Direct Connect, do not inherently solve the authentication and identity federation requirement.