
Answer-first summary for fast verification
Answer: Migrate to EC2 in a Multi-AZ Auto Scaling group, utilizing Amazon EFS for storage.
The correct answer is C: Migrate to EC2 in a Multi-AZ Auto Scaling group, utilizing Amazon EFS for storage. Amazon EFS is a scalable and elastic file system that is designed to grow and shrink automatically as you add and remove files, making it suitable for applications that require a standard file system structure with varying file sizes. Running the application on EC2 instances in a Multi-AZ Auto Scaling group ensures high availability and minimized operational overhead due to the automatic scaling and redundancy across multiple Availability Zones.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company seeks to migrate an on-premises application to AWS, requiring a solution for storing output files ranging from tens of gigabytes to hundreds of terabytes in a standard file system structure. The solution must offer automatic scaling, high availability, and minimal operational overhead.
A
Migrate to Amazon ECS, utilizing Amazon S3 for storage.
B
Migrate to Amazon EKS, utilizing Amazon EBS for storage.
C
Migrate to EC2 in a Multi-AZ Auto Scaling group, utilizing Amazon EFS for storage.
D
Migrate to EC2 in a Multi-AZ Auto Scaling group, utilizing Amazon EBS for storage.
No comments yet.