ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

378 / 474

Question 378:

You have been asked to enable a gradual deployment of your Lambda function in two increments such that 10 percent of your traffic is shifted immediately. After 10 minutes, all traffic is shifted to your deployment. What deployment preference type will meet this requirement?

Answer options:

A.Linear10PercentEvery10Minutes
B.Canary10Percent10Minutes
C.AllAtOnce
D.Lambda function in the PreTraffic hook to move 10 % traffic and all traffic after 10 minutes.