AWS Certified Database – Specialty — Question 293

A company has an on-premises production Microsoft SQL Server with 250 GB of data in one database. A database specialist needs to migrate this on-premises
SQL Server to Amazon RDS for SQL Server. The nightly native SQL Server backup file is approximately 120 GB in size. The application can be down for an extended period of time to complete the migration. Connectivity between the on-premises environment and AWS can be initiated from on-premises only.
How can the database be migrated from on-premises to Amazon RDS with the LEAST amount of effort?

Answer options

Correct answer: B

Explanation

Amazon RDS for SQL Server natively supports restoring database backups directly from an Amazon S3 bucket, making Option B the simplest and lowest-effort migration method when extended downtime is acceptable. Option A unnecessarily introduces an intermediate Amazon EC2 instance, which adds complexity. Option C (AWS DMS) involves more configuration overhead than a simple backup and restore, while Option D is an inefficient and overly complex approach for this scenario.