A developer needs to configure a deployment strategy for an application running on AWS Elastic Beanstalk. The application must maintain of its capacity to handle traffic during the deployment process. Due to budget constraints, the developer must minimize the cost of temporary resources launched during the deployment, ruling out a complete duplicate environment or a double-capacity deployment. Which deployment policy should the developer configure?
- Rolling with additional batchCevap
- BImmutable
- CRolling
- DAll at once
Cevap
Rolling with additional batch
The Rolling with additional batch deployment policy launches a new batch of instances with the updated application version first. Once the new batch passes health checks, Elastic Beanstalk updates a batch of the old instances. This process continues until all instances are updated. Because the additional batch is created first, the environment's capacity never drops below , and the additional cost is limited only to the size of the temporary batch rather than a full duplicate environment.
Adım Adım Çözüm
Anahtar Kavram
AWS Elastic Beanstalk Deployment Policies
Tahmini Süre:1m 30s