Monday, 8 August 2016

Misc (Data Transfer)

EU prices

EC2 
  • IN to EC2 from
    • Free
      • Internet
      • Another AWS region
      • S3, Glacier, DynamoDB, SES, SQS, SimpleDB
        • same region
      • EC2, RDS,Redshift, ElastiCache, ENI
        • Same AZ and using private IP
    • Paid (1 GB = $0.01)
      • EC2, RDS,Redshift, ElastiCache, ENI
        • same AZ but using public IP or EIP
        • different AZ
        • peered VPC
      • Billing: "Data Transfer" (regional data transfer)
  • OUT from EC2 to
    • Free
      • S3, Glacier, DynamoDB, SES, SQS, SimpleDB
        • same region 
      • EC2, RDS, Redshift, ElastiCache, ENI
        • same AZ and using private IP
      • CloudFront (origin fetch)
    • Paid
      • (1 GB = $0.01)
        • EC2, RDS, Redshift, ElastiCache, ENI
          • same AZ but using public IP or EIP
          • different AZ
          • peered VPC
        • Billing: "Data Transfer" (regional data transfer)
      • (1 GB = $0.02)
        • another AWS region
      • (1 GB = $0.09)
        • Internet
        • Billing: "Data Transfer"  (data transfer out)

CloudFront
  • OUT to
    • Internet
      • Paid (1GB = $0.085)
    • Origin
      • Paid (1GB = $0.020)
    • Billing: "CloudFront" section

ELB
  • Paid ( 1GB = $0.008)
    • Processed traffic (IN/OUT)
  • Billing: "Elastic Cloud Compute" section

No comments:

Post a Comment