A developer needs to configure an update strategy for an application running on AWS Elastic Beanstalk. The application must maintain of its provisioned capacity throughout the deployment process to avoid performance degradation. Which two Elastic Beanstalk deployment policies will ensure that capacity is never reduced during the update? (Select TWO)
- ImmutableCevap
- Rolling with additional batchCevap
- CRolling
- DAll at once
- EBlue/Green
Cevap
The Immutable and Rolling with additional batch deployment policies both ensure that capacity is never reduced during the update.
The Immutable and Rolling with additional batch deployment policies both maintain of the environment's provisioned capacity during an update. Immutable launches a temporary Auto Scaling group to deploy the new version, while Rolling with additional batch launches an extra batch of instances before updating existing ones. In both cases, the existing healthy capacity is never reduced.
Adım Adım Çözüm
Anahtar Kavram
AWS Elastic Beanstalk deployment policies and their impact on environment capacity.