
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A solutions architect must migrate a Windows Internet Information Services (IIS) web application to AWS. The application currently relies on a file share hosted in the user's on-premises network-attached storage (NAS). The solutions architect has proposed migrating the IIS web servers to Amazon EC2 instances in multiple Availability Zones that are connected to the storage solution, and configuring an Elastic Load Balancer attached to the instances.
Which replacement to the on-premises file share is MOST resilient and durable?
A
Migrate the file share to Amazon RDS.
B
Migrate the file share to AWS Storage Gateway.
C
Migrate the file share to Amazon FSx for Windows File Server.
D
Migrate the file share to Amazon Elastic File System (Amazon EFS).
Explanation:
Correct Answer: C - Migrate the file share to Amazon FSx for Windows File Server
Windows-native compatibility: Amazon FSx for Windows File Server is built on Windows Server and provides fully managed Windows file shares with native SMB protocol support. This is crucial for IIS web applications that typically use Windows file sharing protocols.
High availability and durability: FSx for Windows File Server offers Multi-AZ deployments that automatically replicate data across Availability Zones, providing high availability and durability. This aligns perfectly with the requirement for "MOST resilient and durable."
Seamless integration: EC2 instances can easily mount FSx file shares using the SMB protocol, just like they would with on-premises Windows file servers.
A. Amazon RDS:
B. AWS Storage Gateway:
D. Amazon EFS:
This solution provides the highest level of resilience and durability while maintaining compatibility with the Windows IIS application requirements.