A developer wants to use AWS Elastic Beanstalk to test a new version of on application in a test environment. Which deployment method offers the FASTEST deployment?
D) Correct - This method deploys the new application version to all instances simultaneously. This is the quickest approach, as it doesn't involve any staged rollouts or gradual traffic shifts. However, it can lead to a brief period of downtime while the instances are updated
The fastest deploymenty is "All At Once" because it will terminate all the instances, install the updates and turn on the instances all at the same time. Of course, we can do that because we are in test environment but in production there should be used other techniques
D. All at once deployment method offers the fastest deployment.
All at once deployment method updates all instances at the same time, and as a result, the deployment process is faster than other methods such as Immutable, Rolling, and Rolling with additional batch, which can take longer due to the fact that they update instances in batches or gradually.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
sumanshu
4 months, 1 week agorcaliandro
1 year, 10 months agopeterpain
1 year, 11 months agoZubaira
2 years, 3 months agoG4Exams
2 years, 5 months agocloud_collector
2 years, 6 months agohaazybanj
2 years, 6 months agom_t_kd
2 years, 7 months ago