- Newest
- Most votes
- Most comments
AWS Backup for Amazon S3 does not charge PUT requests for writes into backup storage.
Hi,
Put requests are essentially used for uploading data to a S3 bucket, hence when we restore objects to a bucket you incur charges for Put requests. Get/List requests are used for accessing the data. Hence, when we perform backup you will incur charges for Get/List requests in addition to backup storage and EventBridge charges but not for Put requests.
Thank you!
You're correct to question this, as it's a common misconception. AWS Backup does indeed charge for PUT requests during the backup process, but the pricing example you're referring to is specifically for restoring data, not creating backups.
When creating backups with AWS Backup, you will incur charges for PUT requests as the data is being written to the backup storage. These PUT requests are part of the overall cost of creating and storing backups.
The example you've mentioned is focusing on the restore process, where GET and LIST requests are used to retrieve the backup data, and then PUT requests are used to write the restored data back to its destination. This is why the example highlights GET and LIST requests for the backup retrieval, and PUT requests for the restore operation.
It's important to note that the actual pricing for AWS Backup includes several components:
- Backup storage costs
- Data transfer costs (if applicable)
- API request costs (including PUT requests for creating backups)
- Restore costs
When estimating the total cost of using AWS Backup, you should consider all these factors, including the PUT requests for creating backups, not just the restore process.
For a more accurate cost estimation, you may want to use the AWS Pricing Calculator or consult with AWS support to get a detailed breakdown based on your specific usage patterns and requirements.
Sources
AWS Backup Pricing | Centralized Cloud Backup | Amazon Web Services
Does AWS Backup charge premium on tag-based resource selection for backups? | AWS re:Post
Metering, costs, and billing for AWS Backup - AWS Backup
answered a year ago
Relevant content
asked a year ago
asked 2 years ago
asked a year ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago
