open-guides / og-aws

📙 Amazon Web Services — a practical guide
Creative Commons Attribution 4.0 International
35.64k stars 3.87k forks source link

data transfer cost cross az #715

Closed liuchenggang2014 closed 2 years ago

liuchenggang2014 commented 5 years ago

data transfer cost

here is the offical document from "https://aws.amazon.com/ec2/pricing/on-demand/":

""Data transferred "in" to and "out" from Amazon EC2, Amazon RDS, Amazon Redshift , Amazon DynamoDB Accelerator (DAX), and Amazon ElastiCache instances or Elastic Network Interfaces across Availability Zones or VPC Peering connections in the same AWS Region is charged at $0.01/GB in each direction."

the data transfer cost should be single direction, so in the picture No.5, should be 0+0.01 instead of 0.01+0.01 in each direction.

mignaulo commented 5 years ago

You get billed 0.01 at AZ A for sending, then 0.01 at AZ B for receiving - 0.01 + 0.01 per direction - I think the graph is correct.