ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

46 / 500

Question 46:

Your company’s DevOps team is in charge of deploying a large number of Lambda functions with AWS CodeDeploy service. The team has already created new applications in CodeDeploy. Then relevant deployment groups are being set up which include configurations used during the deployment. For the deployment configurations, which ways are supported?

Answer options:

A.CodeDeployDefault.LambdaAllAtOnce (Shifts all traffic to the new Lambda functions at once)
B.CodeDeployDefault.Immutable (Shifts the traffic to the new Lambda functions by performing an immutable update)
C.CodeDeployDefault.LambdaLinear10PercentEvery10Minutes (Shifts 10 percent of traffic every 10 minutes)
D.CodeDeployDefault.LambdaHalf (Shifts half traffic to the new Lambda functions and then shifts the other half)
E.CodeDeployDefault.AllAtATime ( Deploys the new version to all Lambda functions at a time )
F.CodeDeployDefault.LambdaCanary10Percent5Minutes (Shifts 10 percent of traffic in the first increment. The remaining 90 percent is deployed five minutes later)