Medium1 markMultiple Choice
AWS SAP-C02 · Question 06 · Domain 2.1: Deployment Strategy
A company is designing a CI/CD pipeline for a microservices architecture deployed on Amazon EKS. They need to ensure zero-downtime deployments and the ability to instantly rollback if error rates spike. Which deployment strategy is MOST appropriate?
A company is designing a CI/CD pipeline for a microservices architecture deployed on Amazon EKS. They need to ensure zero-downtime deployments and the ability to instantly rollback if error rates spike. Which deployment strategy is MOST appropriate?
Answer options:
A.
In-place deployment
B.
Blue/Green deployment
C.
Rolling deployment
D.
Recreate deployment
How to approach this question
Identify the deployment strategy that offers instant traffic shifting.
Full Answer
B.Blue/Green deployment✓ Correct
Blue/Green deployment
Blue/Green deployments maintain two environments, allowing instant cutover and rollback via routing changes.
Common mistakes
Selecting rolling deployments, which cannot rollback instantly.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert