Schedule snapshot of EBS volume using Lifecycle Manager
Hello Everyone
Welcome to CloudAffaire and this is Debjeet
In the last blog post, we have discussed how to create a snapshot of EBS volume.
https://cloudaffaire.com/create-a-snapshot-of-ebs-volume/
In this blog post, we are going to discuss how to schedule snapshot of EBS volume using Lifecycle Manager.
Prerequisites for this demo:
- One active AWS account.
- One active EBS volume.
Schedule snapshot of EBS volume using Lifecycle Manager:
Step 1: Login to AWS console and click EC2 under compute.
Step 2: Navigate to the Lifecycle Manager under ELASTIC BLOCK STORE and click ‘Create Snapshot Lifecycle Policy’
Note: Volume over which we want to schedule snapshot must be tagged.
To tag your volume, navigate to Volumes under ELASTIC BLOCK STORE and select your volume. Click ‘Add/Edit Tags’
Warning: Additional charges apply to EBS volume and snapshot.
Step 3: Provide schedule name and description and select your volume using the related tag. You can also provide schedule time and interval.
Step 4: Provide a snapshot retention period and click Create Policy.
Make sure policy is enabled
One success message will be displayed. Click ‘Close’.
You will be redirected to Lifecycle Manager
Our snapshot backup policy has been successfully created. Regular snapshots will be automatically taken to the mentioned volume as per schedule we have defined.
Hope you have enjoyed this blog post. In the next blog, we are going to create AMI from our existing EC2 instance.