AWS Certified DevOps Engineer – Professional — Question 2

An Engineering team manages a Node.js e-commerce application. The current environment consists of the following components:
✑ Amazon S3 buckets for storing content
✑ Amazon EC2 for the front-end web servers
✑ AWS Lambda for image processing
✑ Amazon DynamoDB for storing session-related data
The team expects a significant increase in traffic to the site. The application should handle the additional load without interruption. The team ran initial tests by adding new servers to the EC2 front-end to handle the larger load, but the instances took up to 20 minutes to become fully configured. The team wants to reduce this configuration time.
What changes will the Engineering team need to implement to make the solution the MOST resilient and highly available while meeting the expected increase in demand?

Answer options

Correct answer: D

Explanation

The correct answer is D because AWS Elastic Beanstalk simplifies the deployment and management of applications. It allows for quick scaling and configuration using a custom AMI, reducing the time needed for instance preparation. Options A and B do not provide the same level of automation and ease of scaling, and option C focuses on a static hosting solution that does not directly address the need for dynamic scaling and configuration.