Review questions
- You have been contracted by a company to help architect their application on AWS. The company has a requirement to have a hardened AMI that can be auto scaled as part of the application. The application is also listening on both HTTP and TCP ports, so you have decided to use a Classic Load Balancer that can handle both protocols. There is a vanity CNAME, which is being hosted on Route 53. Blue/green deployments must be a part of this architecture. Which routing policy can you use in Route 53 to achieve blue/green deployments?
a. Multi-answer
b. Latency
c. Weighted
d. Simple
- You are performing a blue/green deployment, updating an application environment within Elastic Beanstalk. Once you have created an identical green environment to the existing blue environment and deployed the new version of the application to the green environment, what should be done next to switch over to the new green environment?
a. Update the DNS records to point to the green environment...