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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南