ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

97 / 500

Question 97:

Your team has maintained a Jenkins server installed in an AWS EC2 instance. The Jenkins server is mainly used to build the artifacts for a Java application. At the moment, there is no disaster recovery strategy for this Jenkins server. Your team needs to design a new disaster recovery plan with both RTO and RPO set as 24 hours. Which disaster recovery strategy should the team choose? 

Answer options:

A.Backup & Restore strategy. For example, backup the Jenkins configuration files every day to an S3 bucket. Use CloudFormation templates to provision the necessary AWS resources.
B.Pilot Light strategy. Use an AMI to launch an EC2 instance in another region and stop the instance to save cost. Start the Pilot Light instance when there is an outage in the original Jenkins server.
C.Warm Standby strategy. Launch a smaller size EC2 instance in the same region but different VPC as a standby.
D.Hot Standby (Multi Site) strategy. Launch a fully operational EC2 instance for the Jenkins server. Suspend its tasks unless a failover happens.