
Answer-first summary for fast verification
Answer: All at once
This is the quickest deployment method. Suitable if you can accept a short loss of service, and if quick deployments are important to you. With this method, Elastic Beanstalk deploys the new application version to each instance. Then, the web proxy or application server might need to restart. As a result, your application might be unavailable to users (or have low availability) for a short time.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have recently transitioned your on-premise infrastructure to AWS and are currently setting up an AWS Elastic Beanstalk deployment environment for various phases such as production, development, and testing. To ensure your production environment remains available to users during deployments, you have chosen to use a rolling deployment strategy. For the development and testing environments, however, your priority is to deploy quickly, and you are not concerned about potential downtime.
Which of the following deployment policies would best meet your requirements?
A
All at once
B
Rolling with additional batches
C
Immutable
D
Rolling