AWS Certified Database – Specialty — Question 327

A company hosts an on-premises Microsoft SQL Server Enterprise edition database with Transparent Data Encryption (TDE) enabled. The database is 20 TB in size and includes sparse tables. The company needs to migrate the database to Amazon RDS for SQL Server during a maintenance window that is scheduled for an upcoming weekend. Data-at-rest encryption must be enabled for the target DB instance.
Which combination of steps should the company take to migrate the database to AWS in the MOST operationally efficient manner? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Disabling TDE temporarily on-premises and creating an unencrypted backup allows for a native SQL Server backup and restore operation directly to Amazon S3, which is the most operationally efficient method for a database of this size. Once restored on Amazon RDS, TDE can be easily re-enabled on the target DB instance to fulfill the encryption requirement. Using AWS DMS (Option A) is not ideal for databases with sparse tables and a tight maintenance window, while shipping a Snowball device (Option D) cannot be completed within a single weekend.