up vote 1 down vote favorite
share [g+] share [fb]

I have read quite a bit on amazon and the pricing details for EC2, EBS and S3 but i still have a few questions:

If i understand correctly, traffic between EC2 instances isn't billed.

  • Is the data transfer between an EC2 instance and S3 still accounted for? (as if i was accessing S3 from another server)
  • How about traffic - and requests - from EBS snapshots? (i assume here disk space is billed in S3 according to the snapshot size)
link|improve this question
feedback

closed as too localized by Mark Henderson Jan 11 at 4:01

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ.

2 Answers

up vote 2 down vote accepted

Any traffic between services is billed.

Any traffic between different tiers of EC2 instances is billed.

Disk space and IO is billed for S3 and snaps.

link|improve this answer
feedback

Please look at http://aws.amazon.com/ec2/#pricing

Traffic between services is free if they are in the same region (US or EU). This means that traffic between EC2 in the US and S3 in the US is free.

Similarly, all traffic between instances in the same region is free.

link|improve this answer
And between zones as well? – djangofan Aug 18 '11 at 17:58
feedback

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