A developer wants to deploy a new version of an AWS Elastic Beanstalk application. During deployment, the application must maintain full capacity and avoid service interruption. Additionally, the developer must minimize the cost of additional resources that support the deployment. Which deployment method should the developer use to meet these requirements?
- AAll at once
- BRolling with additional batch (correct answer)
- CBlue/green
- DImmutable
Reveal answer & explanationHide answer
The correct answer is B. Option B: Rolling with additional batch
Explanation
AWS Batch schedules and runs batch computing jobs at any scale without managing clusters.

