AWS Certified Database – Specialty — Question 318

A company is planning to use Amazon RDS for SQL Server for one of its critical applications. The company's security team requires that the users of the RDS for
SQL Server DB instance are authenticated with on-premises Microsoft Active Directory credentials.
Which combination of steps should a database specialist take to meet this requirement? (Choose three.)

Answer options

Correct answer: C, E, F

Explanation

To enable Windows Authentication for Amazon RDS for SQL Server using on-premises credentials, you must deploy AWS Directory Service for Microsoft Active Directory and establish a one-way forest trust from the AWS Managed AD to the on-premises directory. Additionally, you must configure an IAM role with the AmazonRDSDirectoryServiceAccess managed policy so that the RDS instance can interact with the directory service. Using AD Connector, EC2-hosted domain controllers, or attaching the policy directly to an IAM user are incorrect because they do not meet the integration requirements for Amazon RDS.