Which technique can be used to integrate AWS IAM (Ident…

Which technique can be used to integrate AWS IAM (Identity and Access Management) with an on-premise
LDAP (Lightweight Directory Access Protocol) directory service?

Which technique can be used to integrate AWS IAM (Identity and Access Management) with an on-premise
LDAP (Lightweight Directory Access Protocol) directory service?

A.
Use an IAM policy that references the LDAP account identifiers and the AWS credentials.

B.
Use SAML (Security Assertion Markup Language) to enable single sign-on between AWS and LDAP.

C.
Use AWS Security Token Service from an identity broker to issue short-lived AWS credentials.

D.
Use IAM roles to automatically rotate the IAM credentials when LDAP credentials are updated.

E.
Use the LDAP credentials to restrict a group of users from launching specific EC2 instance types.

Explanation:
https://d0.awsstatic.com/whitepapers/aws-whitepaper-single-sign-on-integrating-aws-open-ldap-andshibboleth.pdf



Leave a Reply 12

Your email address will not be published. Required fields are marked *


Prashant

Prashant

Correct answer is B. SAML used to integrate IAM and LDAP

Chris

Chris

B.

If you get a question about Active Directory or LDAP and authentication to AWS the answer should contain SAML.

Don

Don

Looking at the documentation, SAML is definitely the answer because STS is at the root. VMWare also uses SAML and STS is just the service that allow SAML integration.

AWS Documentation » AWS Security Token Service » API Reference » Actions » AssumeRoleWithSAML

calvin

calvin

c
active dirictory -saml
ldap – sts

charm

charm

C

Use AWS Security Token Service from an identity broker to issue short-lived AWS credentials.

Reichert

Reichert

I choose B, because option C says following:
‘Use AWS Security Token Service “FROM AN” identity broker to issue short-lived AWS credentials.’

It seems that it is saying that the STS is on the Identity Broker, but the STS is on AWS side and Identity Broker is on Customer Side (between AD and STS)