I have a questions regarding costs of traffic exchanged with Amazon web services. Is there any additional costs for data transfer between us-east-1a and us-east-1b instances,for example, or us-east-1a and us-east-1d?

link|improve this question

44% accept rate
feedback

1 Answer

up vote 7 down vote accepted

Short Answer: Yes - $0.01/GB

As per: http://aws.amazon.com/ec2/

  • No cost between EC2 and OTHER services in the same region (e.g. us-east-1)
  • No cost between EC2 instances in same availability zone (e.g. us-east-1a and us-east-1a) [Using private IP addresses only]
  • $0.01/GB for transfer between instances in different availability zones (in the same region) (e.g. us-east-1a and us-east-1b) - "Regional Data Transfer"
  • Full data rate ("Internet Data Transfer") between services in different regions
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.