Question 94:
You work in an IT unicorn startup as a senior DevOps engineer. Your department is developing an online training platform in AWS. You are responsible for designing a CI/CD pipeline for the said application. One key requirement is that the applications in AWS should be highly available and auto-heal when errors have occurred. Which AWS services can help you achieve this requirement? (Select TWO.)
Answer options:
A.Create an OpsWorks stack with auto-healing feature enabled for its layer. B.Create an Elastic Beanstalk application with auto-healing feature enabled in the environment configuration. C.Use a CloudFormation template to launch a stack for both infrastructure and application. D.Create an Elastic Load Balancer and attach an Auto Scaling Group to it. E.Create a CloudWatch alarm based on the CPU metrics and notify the on-call team via an SNS subscription.