CICD in AWS using external DevOps tools

0

Dear Tech Community,

I have installed Jenkins on ec2, I need to ensure efficient backup and restore so that in case AZ hosting ec2 is down or ec2 gets corrupted, I should be able to provision jenkins with ec2 quickly retaining full access and full data as previous instance.

asked 6 months ago130 views
1 Answer
0

The easiest way will probably be to use AWS Backup to have snapshots taken of your instance at a regular interval (defined by your RPO). If your original instance is impaired or unavailable you can launch a replacement from that snapshot (instead of the original AMI). AWS Backup will handle taking snapshots as well as managing the lifecycle of the old ones so they don't sit around unnecessarily (as they incur costs).

https://aws.amazon.com/backup/

profile pictureAWS
EXPERT
James_S
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions