AWS Certified Database – Specialty — Question 278

A database specialist needs to reduce the cost of an application's database. The database is running on a Multi-AZ deployment of an Amazon RDS for Microsoft SQL Server DB instance. The application requires the database to support stored procedures, SQL Server Wire Protocol (TDS), and T-SQL. The database must also be highly available. The database specialist is using AWS Database Migration Service (AWS DMS) to migrate the database to a new data store.

Which solution will reduce the cost of the database with the LEAST effort?

Answer options

Correct answer: D

Explanation

Amazon Aurora PostgreSQL with Babelfish enabled allows the database to natively understand T-SQL and the TDS wire protocol, enabling the application to connect with minimal code changes and minimal migration effort. This solution maintains the high availability requirement through Aurora's multi-AZ architecture while eliminating SQL Server licensing fees to reduce costs. Other options either fail the high availability requirement (Single-AZ) or demand extensive, high-effort application code rewrites.