ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

30 / 500

Question 30:

You have an application consisting of a stateless web server tier running on Amazon EC2 instances behind a load balancer and using Amazon RDS with read replicas. Which of the following methods should you use to implement a self-healing architecture? Choose 2 answers from the options given below. 

Answer options:

A.Set up an Auto Scaling group for the webserver tier along with an Auto Scaling policy that uses the Amazon RDS DB CPU utilization CloudWatch metric to scale the instances.
B.Set up an Auto Scaling group for the webserver tier along with an Auto Scaling policy that uses the Amazon EC2 CPU utilization CloudWatch metric to scale the instances.
C.Use a larger Amazon EC2 instance type for the webserver tier and a larger DB instance type for the data storage layer to ensure that they don’t become unhealthy.
D.Set up an Auto Scaling group for the database tier along with an Auto Scaling policy that uses the Amazon RDS read replica lag CloudWatch metric to scale out the Amazon RDS read replicas.
E.Use an Amazon RDS Multi-AZ deployment.