Skip to content

Instantly share code, notes, and snippets.

@torsten
Created October 31, 2013 13:29
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save torsten/7249738 to your computer and use it in GitHub Desktop.
AWS EC2 Instance specs and price in one table: http://git.io/ec2-prices

Combine http://aws.amazon.com/ec2/pricing/ and http://aws.amazon.com/ec2/instance-types/#selecting-instance-types into one f*cking table.

Type | Arch | vCPU | ECU | Mem | Storage | EBS-optimized | Network | Price ------|------|------|------|-----|-----|---------|---------------|---------------------|-------- General ||||||||| t1.micro | 32/64 | 1 | Variable | 0.615 | EBS only | - | Very Low | $0.020 m1.small | 32/64 | 1 | 1 | 1.7 | 1 x 160 | - | Low | $0.065 m1.medium | 32/64 | 1 | 2 | 3.75 | 1 x 410 | - | Moderate | $0.130 m1.large | 64 | 2 | 4 | 7.5 | 2 x 420 | Yes | Moderate | $0.260 m1.xlarge | 64 | 4 | 8 | 15 | 4 x 420 | Yes | High | $0.520 m3.xlarge | 64 | 4 | 13 | 15 | EBS only | Yes | Moderate | $0.550 m3.2xlarge | 64 | 8 | 26 | 30 | EBS only | Yes | High | $1.100 Compute ||||||||| c1.medium | 32/64 | 2 | 5 | 1.7 | 1 x 350 | - | Moderate | $0.165 c1.xlarge | 64 | 8 | 20 | 7 | 4 x 420 | Yes | High | $0.660 cc2.8xlarge | 64 | 32 | 88 | 60.5 | 4 x 840 | - | 10 Gigabit | $2.700 Memory ||||||||| m2.xlarge | 64 | 2 | 6.5 | 17.1 | 1 x 420 | - | Moderate | $0.460 m2.2xlarge | 64 | 4 | 13 | 34.2 | 1 x 850 | Yes | Moderate | $0.920 m2.4xlarge | 64 | 8 | 26 | 68.4 | 2 x 840 | Yes | High | $1.840 cr1.8xlarge | 64 | 32 | 88 | 244 | 2 x 120 SSD | - | 10 Gigabit | $3.750 Storage ||||||||| hi1.4xlarge | 64 | 16 | 35 | 60.5 | 2 x 1,024 SSD | - | 10 Gigabit | $3.410 hs1.8xlarge | 64 | 16 | 35 | 117 | 24 x 2,0483 | - | 10 Gigabit | $4.900 GPU ||||||||| cg1.4xlarge | 64 | 16 | 33.5 | 22.5 | 2 x 840 | - | 10 Gigabit | $2.360

@Technowise
Copy link

There's another actively updated project(https://github.com/powdahound/ec2instances.info/ ) and it is hosted at http://www.ec2instances.info/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment