Multiple Choice
A DevOps Engineer is developing a deployment strategy that will allow for data-driven decisions before a feature is fully approved for general availability. The current deployment process uses AWS CloudFormation and blue/green-style deployments. The development team has decided that customers should be randomly assigned to groups, rather than using a set percentage, and redirects should be avoided. What process should be followed to implement the new deployment strategy?
A) Configure Amazon Route 53 weighted records for the blue and green stacks, with 50% of traffic configured to route to each stack.
B) Configure Amazon CloudFront with an AWS Lambda@Edge function to set a cookie when CloudFront receives a request. Assign the user to a version A or B, and configure the web server to redirect to version A or B.
C) Configure Amazon CloudFront with an AWS Lambda@Edge function to set a cookie when CloudFront receives a request. Assign the user to a version A or B, then return the corresponding version to the viewer.
D) Configure Amazon Route 53 with an AWS Lambda function to set a cookie when Amazon CloudFront receives a request. Assign the user to version A or B, then return the corresponding version to the viewer.
Correct Answer:

Verified
Correct Answer:
Verified
Q311: A company's popular global web application is
Q312: Which of these is not a CloudFormation
Q313: Amazon Inspector agent collects telemetry data during
Q314: Your DevOps team is responsible for a
Q315: You have a code repository that uses
Q317: A DevOps Engineer is building a multi-stage
Q318: If a variable is assigned in the
Q319: A company wants to use AWS development
Q320: A company requires an RPO of 2 hours
Q321: A Development team wants to deploy an