
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 company uses locally attached storage to run a latency-sensitive application on premises. The company is using a lift and shift method to move the application to the AWS Cloud. The company does not want to change the application architecture.
Which solution will meet these requirements MOST cost-effectively?
A
Configure an Auto Scaling group with an Amazon EC2 instance. Use an Amazon FSx for Lustre file system to run the application.
B
Host the application on an Amazon EC2 instance. Use an Amazon Elastic Block Store (Amazon EBS) GP2 volume to run the application.
C
Configure an Auto Scaling group with an Amazon EC2 instance. Use an Amazon FSx for OpenZFS file system to run the application.
D
Host the application on an Amazon EC2 instance. Use an Amazon Elastic Block Store (Amazon EBS) GP3 volume to run the application.
Explanation:
Correct Answer: D - Host the application on an Amazon EC2 instance. Use an Amazon Elastic Block Store (Amazon EBS) GP3 volume to run the application.
Lift and Shift Requirement: The company wants to move the application without changing architecture. Using an EC2 instance with EBS volumes is the closest equivalent to on-premises servers with locally attached storage.
Cost-Effectiveness: EBS GP3 volumes are more cost-effective than GP2 volumes because:
Latency-Sensitive Application: EBS provides low-latency block storage that's suitable for latency-sensitive applications.
Simplicity: A single EC2 instance with EBS is simpler and more cost-effective than Auto Scaling groups with file systems.
Option A (FSx for Lustre):
Option B (EBS GP2):
Option C (FSx for OpenZFS):
Best Practice: For lift-and-shift migrations of latency-sensitive applications, start with EC2 instances and EBS GP3 volumes, then optimize further based on actual performance requirements.