I took a backup of S3 with AWS Backup, but "BackupSizeBytes" becomes 0 with the "list-recovery-points-by-resource" command. #8761
Replies: 1 comment 1 reply
-
|
For Amazon S3 backups in AWS Backup, seeing In practice, AWS Backup often does not populate a meaningful “backup size” (and sometimes also reports Why it can be 0 S3 backups are incremental/object-based, and AWS Backup does not always expose a reliable “size of this recovery point” value via the ListRecoveryPoints APIs for S3. As a result, the field may remain 0 even when the recovery point status is COMPLETED. What you can do instead Confirm the recovery point is usable by checking job/recovery point status (COMPLETED) and performing a test restore of a small prefix. If you need “how much storage/cost is this backup consuming”, use billing-based reporting (Cost Explorer / CUR) and/or AWS Backup usage/cost reporting rather than So: your command is fine, and 0 does not automatically mean the backup is empty or failed for S3 — it is generally a limitation/behavior of the reported size fields for S3 backups. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
As the title suggests, I took a backup of S3 using AWS Backup.
I ran the "list-recovery-points-by-backup-vault" command to check the backup size, but "BackupSizeBytes" was 0.
Is this the right move?
If it's not correct, why is it 0?
Below is the response.
Beta Was this translation helpful? Give feedback.
All reactions