The answer is D.
"All at once – The quickest deployment method." https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html
The "All at once" deployment method deploys the new version of the application to all instances simultaneously. It updates all instances of the environment in a short period of time, resulting in the fastest overall deployment.
This deployment method deploys the new version of the application to all instances in the environment simultaneously
A) Eliminated - In an immutable deployment, Elastic Beanstalk creates a new environment with the new version of the application and swaps it with the old one once it's ready. This method ensures that there is no impact on the current environment during the deployment, but it takes longer due to the creation of a new environment and the time needed for verification.
B) Eliminated - In a rolling deployment, Elastic Beanstalk updates a batch of instances one at a time while keeping the others running. This method minimizes downtime but takes longer than "all at once" since it updates instances in batches.
C) Eliminated -
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.
yeacuz
Highly Voted 1 year, 5 months agoloctong
Highly Voted 1 year, 5 months agosumanshu
Most Recent 4 months ago65703c1
5 months ago