Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer modify the AWS SAM template for a serverless application to route 10% of traffic to a new deployment for an initial 10-minute period, and then shift all traffic to the new version if stable?
A
Use Canary10Percent10Minutes for Deployment Preference with AutoPublishAlias.
B
Use Linear10PercentEvery10Minutes for Deployment Preference with AutoPublishAlias.
C
Use Canary10Percent10Minutes for Deployment Preference with PreTraffic and PostTraffic.
D
Use Linear10PercentEvery10Minutes for Deployment Preference with PreTraffic and PostTraffic.