Q406. A large company has a business-critical application that runs in a single AWS Region. The application consists of multiple Amazon EC2 instances and an amazon RDS Multi-AZ DB instance. The EC2 instances run in an Amazon EC2 Scaling group across multiple Availability Zones. A solution architect is implementing a disaster recovery (DR) plan for the application. The solution architect has created a pilot light application deployments in a new Region which Is referred as the RD Region. The DR environment has an Auto Scaling group with a single EC2 instance and a read replica of the RDS DB instance.The solution architect must automate a failover from the primary application
Environment to the pilot light environment in the DR Region.Which solution meets the requirements with the MOST operational efficiency?
A.Publish an application availability metric to Amazon CloudWatch in the DR Region from the application environment in the primary Region.Create a CloudWatch alarm in the DR Region that is invoked when the application availability metric stops being delivered.Configure the CloudWatch alarm to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic in the DR Region.Add an email subscription to the SNS topic that sends messages to the application owner.Upon notification instruct a systems operator to sign in to the AWS Management Console and initiate failover operations for the application. B.Create a cron task that runs every 5 minutes by using one of the applications EC2 instances in the primary Region.Configure the corn task to check whether the application is available.Upon failure the cron task notifies a systems operator and attempts to restart the application services. C.Create a cron task that runs every 5 minutes by using one of the application's EC2 instances in the primary Region. Configure the cron task to check whether the application is available. Upon failure the cron task modifies the DR environment by promoting the read replica and by adding EC2 instances to the Auto Scaling group. D.publish an application available metric to Amazon CloudWatch in the DR Region from the application environment in the primary Region.Create a CloudWatch alarm in the DR Region that in invoked when the application availability metric steps being delivered.Configure the CloudWatch alarm to send正确答案D
A notification to an Amazon Simple and to add EC2 instances to the Auto Scaling group.