Alternatives to minimize data transfer costs for backup solutions

0

A customer is experimenting a high data transfer cost when using Commvault backup solution. Commvault is deployed in an EC2 instance and is copying EBS snapshots to another S3 bucket, being all the resources in the same region.

According to S3 pricing documentation:

You pay for all bandwidth into and out of Amazon S3, except for the following: .. • Data transferred out to an Amazon Elastic Compute Cloud (Amazon EC2) instance, when the instance is in the same AWS Region as the S3 bucket. ...

Customer was not expecting any data transfer cost for the backup solution but they detect high costs associated to the concept EU-DataTransfer-Regional-Bytes

Maybe I'm missing something but I do not see why this cost is there, as this concept is related with The amount of data transferred from Amazon S3 to AWS resources within the same AWS Region but that message seems counterposed with the s3 pricing documentation.

Any clarification around that would be appreciated and also other options if this scenario really implies a high transfer cost.

1 回答
0
已接受的回答

When EC2 instance and S3 bucket are in the same region - customer needs to ensure they use VPC Gateway Endpoint for communication between the two. If VPC endpoint is not used - this will likely fall under the Regional (Inter-AZ) data transfer category. That's exactly what "EU-DataTransfer-Regional-Bytes" usage type tells us.

Note that the charge should not be on the S3 side, but you should see it linked to EC2, as the instance will be communicating with S3 via public endpoint / public IP address.

More info in the blogpost about VPC endpoints: https://aws.amazon.com/blogs/aws/new-vpc-endpoint-for-amazon-s3/

And documentation: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html

Check out EC2 pricing for more info about Data Transfer here (specifically section around Regional Data Transfer charges): https://aws.amazon.com/ec2/pricing/on-demand/

profile pictureAWS
专家
已回答 4 年前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则