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 年前262 查看次数
1 回答
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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则