Medium1 markMultiple Choice
AWS SAP-C02 · Question 47 · Domain 2.1: Deployment Strategy
A company is deploying a new web application using AWS Elastic Beanstalk. They require the deployment process to maintain full capacity during updates, and if the update fails, the rollback must be instantaneous. Which deployment policy should they choose?
A company is deploying a new web application using AWS Elastic Beanstalk. They require the deployment process to maintain full capacity during updates, and if the update fails, the rollback must be instantaneous. Which deployment policy should they choose?
Answer options:
A.
All at once
B.
Rolling
C.
Rolling with additional batch
D.
Immutable
How to approach this question
Identify the deployment strategy that creates entirely new infrastructure for the update.
Full Answer
D.Immutable✓ Correct
Immutable
Immutable deployments ensure that your environment always has full capacity. It deploys the new version to a fresh Auto Scaling group. If health checks fail, it simply terminates the new group, providing an instant rollback.
Common mistakes
Choosing Rolling with additional batch, which has a slow rollback process.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert