DVA-C02 · Question #124
A developer wants to use AWS Elastic Beanstalk to test a new version of an application in a test environment. Which deployment method offers the FASTEST deployment?
The correct answer is D. All at once. The All at once deployment method in AWS Elastic Beanstalk replaces all instances simultaneously, making it the fastest deployment option. While it may cause temporary downtime, it is ideal for test environments where speed is prioritized over availability.
Question
A developer wants to use AWS Elastic Beanstalk to test a new version of an application in a test environment. Which deployment method offers the FASTEST deployment?
Options
- AImmutable
- BRolling
- CRolling with additional batch
- DAll at once
How the community answered
(35 responses)- A6% (2)
- C3% (1)
- D91% (32)
Explanation
The All at once deployment method in AWS Elastic Beanstalk replaces all instances simultaneously, making it the fastest deployment option. While it may cause temporary downtime, it is ideal for test environments where speed is prioritized over availability.
Community Discussion
No community discussion yet for this question.