Question 278:
You tried to integrate two systems including both the frontend and backend in a stack. These systems don’t store any state inside. All of the state information is stored in a DynamoDB table. You have launched each of the systems with separate AMIs.
Answer options:
A.Use Route53. B.Use Blue/Green deployment strategy by creating new Auto Scaling groups with the new AMIs. C.Modify the AMIs used by the existing Auto Scaling groups and adjust the desired number of Auto Scaling group to deploy the new AMIs in the new instances. D.Use Amazon CloudFront with access to the frontend server with origin fetch. E.Use Amazon SQS between the frontend and backend subsystems.