AWS Certified Database – Specialty — Question 187

An ecommerce company runs an application on Amazon RDS for SQL Server 2017 Enterprise edition. Due to the increase in read volume, the company’s application team is planning to offload the read transactions by adding a read replica to the RDS for SQL Server DB instance.

What architectural conditions should a database specialist set? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C. Automatic backups must be enabled to create a read replica, as they are essential for replicating the data. Additionally, Multi-AZ deployments provide high availability and redundancy, which are beneficial for read replicas. The other options either disable necessary features or suggest configurations that do not support read replicas.