AWS Certified Solutions Architect – Professional — Question 71

A corporate web application is deployed within an Amazon Virtual Private Cloud (VPC) and is connected to the corporate data center via an IPSec VPN. The application must authenticate against the on-premises LDAP server. After authentication, each logged-in user can only access an Amazon Simple Storage Space
(S3) keyspace specific to that user.
Which two approaches can satisfy these objectives? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because it involves authenticating against LDAP, retrieving the IAM role name, and then using the IAM Security Token Service to assume that role for S3 access. Option C is also correct as it involves authenticating against LDAP and obtaining federated user credentials from IAM. The other options either do not appropriately link LDAP with IAM roles or incorrectly describe the authentication process.