Backup Report EBS usage

0

Hello everyone,

I wuold like to use your service Amazon Data Lifecicle Manager for backing up my infrastructure and I need to create a report that say me the single EC2 snapshot occupation (TB o GB). How can do I do this? Can I use Tags per machine or per backup job?

Thank you in advance Regards,

1 Answer
0

Yes, you can use Amazon DLM to manage your EC2 snapshots by following these steps

  • Use Amazon DLM to create a backup policy for your EC2 instances
  • Assign appropriate tags to each policy to differentiate between instances or backup jobs
  • Use the AWS CLI to list all the snapshots created by your DLM policy aws ec2 describe-snapshots --filters "Name=tag-key,Values=BackupJob"
  • Parse the output to calculate the storage usage for each snapshot. (Field : VolumeSize)
  • Create a script that automates the process of retrieving snapshot information and calculating storage usage

Optionally, you can use AWS Lambda and Amazon CloudWatch Events to automate the generation and delivery of reports

profile picture
EXPERT
answered a year 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