Medium1 markMultiple Choice
AWS SAP-C02 · Question 31 · Domain 2.1: Deployment Strategy
A company is deploying a new application using Amazon ECS on Fargate. They need to implement a canary deployment strategy where 10% of traffic is routed to the new version, monitored for 5 minutes, and then fully cut over if no alarms trigger. Which service handles this natively?
A company is deploying a new application using Amazon ECS on Fargate. They need to implement a canary deployment strategy where 10% of traffic is routed to the new version, monitored for 5 minutes, and then fully cut over if no alarms trigger. Which service handles this natively?
Answer options:
A.
AWS CodeBuild
B.
AWS CodeDeploy
C.
Amazon Route 53
D.
AWS App Mesh
How to approach this question
Identify the deployment service that supports traffic shifting for ECS.
Full Answer
B.AWS CodeDeploy✓ Correct
AWS CodeDeploy
AWS CodeDeploy automates application deployments to ECS and natively supports canary traffic shifting with rollback capabilities.
Common mistakes
Thinking Route 53 is required for ECS canary deployments.
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