An organization runs an internal test environment on AWS Elastic Beanstalk. The system administrator wants to update the application version with zero budget for temporary resource overhead, meaning no additional EC2 instances can be launched during the update. A temporary reduction in application performance or brief downtime is acceptable during the process. Which of the following deployment strategies can be used to meet these requirements? (Select TWO.)
- ARolling with additional batch
- All at onceCevap
- CImmutable
- RollingCevap
- EBlue/Green
Cevap
The correct deployment strategies are All at once and Rolling.
The All at once and Rolling deployment strategies perform the update on the existing EC2 instances in the environment. Neither strategy provisions additional instances, ensuring that no extra costs are incurred. The All at once strategy updates all instances simultaneously (causing downtime), whereas the Rolling strategy updates instances in batches (temporarily reducing capacity), both of which fit within the allowed constraints.
Adım Adım Çözüm
Anahtar Kavram
AWS Elastic Beanstalk Deployment Strategies and Cost Trade-offs
Tahmini Süre:1m 0s