Global-DataTransfer-Regional-Bytes data transfer charges when using rds and ecs

0

Hi,

  1. What is cost for Data Transfer -> Global-DataTransfer-Regional-Bytes. As I can see it's within Free Tier but only for 1.0 GB. What is the price for 1GB after we exceed free tier limit.
  2. Is it possible that this extra Global-DataTransfer-Regional-Bytes is being charged because mine ECS service instance call an RDS (Postgres)? Both ECS and RDS are in the same AZ and same region but on different subnets. Would it help to use Vpc Endpoint?
1개 답변
0

Hello.

  1. What is cost for Data Transfer -> Global-DataTransfer-Regional-Bytes. As I can see it's within Free Tier but only for 1.0 GB. What is the price for 1GB after we exceed free tier limit.

"Global-DataTransfer-Regional-Bytes" probably includes communication across availability zones within the same region.
https://aws.amazon.com/jp/blogs/networking-and-content-delivery/understand-aws-data-transfer-details-in-depth-from-cost-and-usage-report-using-athena-query-and-quicksight/

Communication between Availability Zones is priced at $0.01 per GB as described in the document below.
https://aws.amazon.com/ec2/pricing/on-demand/?nc1=h_ls#Data_Transfer_within_the_same_AWS_Region

Is it possible that this extra Global-DataTransfer-Regional-Bytes is being charged because mine ECS service instance call an RDS (Postgres)? Both ECS and RDS are in the same AZ and same region but on different subnets. Would it help to use Vpc Endpoint?

I don't think there will be any charges if ECS and RDS use the same availability zone.
For example, if you enable a multi-AZ configuration with RDS, there is a possibility that communication with another availability zone may occur, which may incur charges.
You don't need to use VPC endpoints to communicate from ECS to RDS instances.

profile picture
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인