A developer is planning the deployment strategy for a critical web application hosted on AWS Elastic Beanstalk. The application is highly sensitive to performance degradation, so the deployment process must maintain of the existing instance capacity at all times. Additionally, if the new version fails post-deployment tests, the developer must be able to roll back to the previous version almost instantly. Which two Elastic Beanstalk deployment strategies or methods will satisfy these requirements? (Select two.)
- Immutable deploymentCevap
- Blue/Green deployment via environment URL swapCevap
- CRolling deployment
- DRolling with additional batch deployment
- EAll-at-once deployment
Cevap
Immutable deployment and Blue/Green deployment via environment URL swap
Immutable deployments and Blue/Green deployments via environment URL swapping both maintain of the existing application capacity during deployment. They also provide a rapid rollback path: immutable deployments roll back by terminating the new Auto Scaling group, while Blue/Green deployments roll back by swapping the CNAME records back.
Adım Adım Çözüm
Anahtar Kavram
Evaluating Elastic Beanstalk deployment policies based on capacity and rollback speed trade-offs.
Tahmini Süre:1m 30s