Rank of Automating Amazon EBS snapshot managements
Brittany Doncaster, Solutions Architect
All of this snapshot management logic consists of different components. You must first tag your snapshots so that you can manage them. Then, determine how many snapshots you currently have for a particular EBS volume and evaluate that value against a retention rule. If the number of snapshots was greater than your retention value, you should clean up the old snapshots. And finally, you can copy the last snapshot on your DR region. All of these steps are just one example of a simple workflow for snapshot management. But how to automate something like this in AWS? How do you do it without servers
This architecture assumes that you have already configured CloudWatch Events to create snapshots on a schedule or use other ways to create snapshots as needed.
The state machine then records the snapshot, cleans the oldest snapshots if the number of snapshots is greater than the number defined to hold and copies the snapshot into a DR region.
Good blog... I found lot of good information about EBS snapshot, how it work and its benefits. Now my concern is EBS snapshot pricing.
ReplyDelete