
Answer-first summary for fast verification
Answer: Create a new Amazon FSx file system with a deployment type of Multi-AZ.Use AWS DataSyne to transfer data to the new Amazon FSx file system.Point users to the new location.
Explanation for Answer B: Option B is the correct choice because it involves creating a new Amazon FSx file system with the required Multi-AZ deployment type for high availability. This approach ensures that the file system is in line with the company policy from the start. 1. **Creating a new Amazon FSx file system with Multi-AZ deployment**: This step is crucial as it directly addresses the company's requirement for high availability. Multi-AZ deployment ensures that the file system is replicated across multiple Availability Zones, providing resilience against zone failures. 2. **Using AWS DataSync to transfer data**: AWS DataSync is a managed service that helps automate the transfer of data between on-premises storage and AWS services like Amazon FSx. By using DataSync, the solutions architect can minimize downtime during the transition, as it allows for efficient and reliable data transfer. 3. **Pointing users to the new location**: After successfully transferring the data to the new Multi-AZ Amazon FSx file system, the final step is to update the users' configurations to point to the new file system location. This ensures that users can continue their operations without disruption. This approach is preferable because it directly addresses the company's policy and minimizes the risk of data loss or extended downtime. It also avoids the complexities and potential issues associated with reconfiguring an existing Single-AZ deployment to Multi-AZ, which is not supported by AWS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company's site reliability engineer is performing a review of Amazon FSx for Windows File Server deployments within an account that the company acquired.Company policy states that all Amazon FSx file systems must be configured to be highly available across Availability Zones.During the review ,the site reliability engineer discovers that one of the Amazon FSx file systems used a deployment type of Single-AZ 2.A solutions architect needs to minimize downtime while aligning this Amazon FSX file system with company policy.What should the solutions architect do to meet these requirements ?
A
Reconfigure the deployment type to Multi-AZ for this Amazon FSx file system.
B
Create a new Amazon FSx file system with a deployment type of Multi-AZ.Use AWS DataSyne to transfer data to the new Amazon FSx file system.Point users to the new location.
C
Create a second Amazon FSx file system with a deployment type of Single-AZ 2.Use AWS DataSyne to keep the data in sync,Switch users to the second Amazon FSx file system in the event of failure.
D
Use the AWS Management Console to take a backup of the Amazon FSx file system.Create a new Amazon FSx file system with a deployment type of Multi-AZ.Restore the backup to the new Amazon FSx file system.Point users to the new location.