
Answer-first summary for fast verification
Answer: Utilize Amazon EFS for storing website images, Deploy an AMI-based Auto Scaling group with a minimum of two instances behind an Application Load Balancer
To enhance both the performance and resilience of the website, the best approach involves using Amazon EFS for shared storage and setting up an AMI-based Auto Scaling group. Option C (Utilize Amazon EFS for storing website images) ensures that all EC2 instances can access the same set of images, providing both scalability and reliability. Option D (Deploy an AMI-based Auto Scaling group with a minimum of two instances behind an Application Load Balancer) introduces redundancy and load balancing, which further improve the website's resilience and availability. These combined actions make the website more robust and capable of handling higher traffic loads.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company operates a CMS-based website on a single EC2 instance, using Amazon Aurora MySQL Multi-AZ for the database and Amazon EBS for image storage. What two actions should be taken to enhance the site's performance and reliability?
A
Migrate website images to an Amazon S3 bucket
B
Implement NFS sharing for website images from the primary EC2 instance
C
Utilize Amazon EFS for storing website images
D
Deploy an AMI-based Auto Scaling group with a minimum of two instances behind an Application Load Balancer
E
In addition to D, set up an Amazon CloudFront distribution