A developer needs to deploy a new version of an application to an AWS Elastic Beanstalk environment. The application is for internal testing and can tolerate a brief period of service unavailability. The developer wants the deployment to be completed as quickly as possible without launching any new instances to keep costs at zero. Which deployment strategy meets these requirements?
- All-at-onceCevap
- BImmutable
- CRolling with additional batch
- DRolling
Cevap
All-at-once
The All-at-once deployment strategy is correct because it applies the update to all instances in the environment simultaneously. This results in service downtime during the deployment, but it requires no additional resource provisioning (keeping cost at zero) and completes the deployment in the shortest time possible.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate AWS Elastic Beanstalk deployment strategy based on cost, speed, and downtime constraints.
Tahmini Süre:1m 0s