AWS Backup Job doesn't show backup size for FSx

0

Hi, We wanna see the size of daily backups for FSx but cannot see the information in console. We see the end result on a monthly bill but want to set up monitoring. Despite having a BackupSizeInBytes and BytesTransferred output in "describe-backup-job" command they are always 0. Please give us some guidance and resolution. Thanks

已提問 3 個月前檢視次數 170 次
1 個回答
0

The AWS Backup service doesn't directly provide information about the size of daily backups for Amazon FSx in the AWS Management Console or through the describe-backup-job API call. The BackupSizeInBytes and BytesTransferred fields returned by describe-backup-job may not be accurate or populated for certain types of resources, and they might not reflect the actual size of the backup for Amazon FSx :- https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html

These are the alternatives you can use AWS Backup publishes CloudWatch metrics related to backup jobs. You can use CloudWatch Alarms to create alerts based on these metrics. Metrics related to backup sizes include: BackupStorageSizeBytes ,RestoreDiskSizeBytes and RestoreObjectSizeBytes for example, you can create a CloudWatch Alarm to alert you when the BackupStorageSizeBytes metric exceeds a certain threshold, indicating a significant increase in backup storage size also you can Create an AWS Lambda function that gets triggered by CloudWatch Events for completed backup jobs. The Lambda function can use the describe-backup-job API call to gather information about the backup job, including the size, and then log or store this information in a central location.

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
專家
已回答 3 個月前
profile picture
專家
已審閱 2 個月前

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

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

回答問題指南