AWS Certified Database – Specialty — Question 130

An ecommerce company recently migrated one of its SQL Server databases to an Amazon RDS for SQL Server Enterprise Edition DB instance. The company expects a spike in read traffic due to an upcoming sale. A database specialist must create a read replica of the DB instance to serve the anticipated read traffic.
Which actions should the database specialist take before creating the read replica? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers, B and C, are essential because automatic backups must be enabled for creating a read replica, and the source DB instance must be a Multi-AZ deployment with Always ON Availability Groups to support read replicas. Options A, D, and E are incorrect because stopping application calls is not necessary, SQL Server Database Mirroring is not a requirement for read replicas, and modifying the parameter group settings is not a prerequisite for creating the read replica.