AWS Certified Solutions Architect – Associate (SAA-C03) — Question 283

A company wants to migrate a Windows-based application from on premises to the AWS Cloud. The application has three tiers: an application tier, a business tier, and a database tier with Microsoft SQL Server. The company wants to use specific features of SQL Server such as native backups and Data Quality Services. The company also needs to share files for processing between the tiers.

How should a solutions architect design the architecture to meet these requirements?

Answer options

Correct answer: B

Explanation

Hosting MS SQL Server on Amazon EC2 is necessary because Amazon RDS for SQL Server does not support specific features like Data Quality Services (DQS). For file sharing between Windows-based application tiers, Amazon FSx for Windows File Server provides a fully managed, native SMB file system that integrates seamlessly, unlike Amazon EFS which is designed for Linux or Amazon FSx File Gateway which is meant for on-premises caching.