Question 75:
You are working with several developers on migrating a web application from EC2 to API Gateway/Lambda serverless services. Previously, the deployment of EC2 instances has used a blue/green strategy by attaching new auto-scaling groups to a dedicated Elastic Load Balancer.
Answer options:
A.There is no straightforward way for API Gateway to implement canary deployment. Other service such as CodeDeploy is needed. B.Use Elastic Beanstalk to deploy API Gateway/Lambda services as Elastic Beanstalk has supported a canary strategy when a new version is released for API Gateway/Lambda. C.In the AWS Lambda console, when a new version is published, create a canary strategy to allocate 10% of the traffic to the new version. Add canary stage variables if needed. D.Configure a canary strategy in the relevant API Gateway stage. For example, allocate 10% of the traffic to the new version. When a new API is deployed, select the stage with the enabled Canary.