Skip to content

Instantly share code, notes, and snippets.

@franc3000
Last active October 31, 2017 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franc3000/cfa43461aeb2e7bd4c2c53cb89f808a8 to your computer and use it in GitHub Desktop.
Save franc3000/cfa43461aeb2e7bd4c2c53cb89f808a8 to your computer and use it in GitHub Desktop.
ec2 pricing #aws
General Purpose - Current Generation
| vCPU | ECU | Memory (GiB) | Instance Storage (GB) | Linux/UNIX Usage |
============|======|==========|==============|=======================|==================|==========
t2.nano | 1 | Variable | 0.5 | EBS Only | $0.0058 | per Hour
t2.micro | 1 | Variable | 1 | EBS Only | $0.0116 | per Hour
t2.small | 1 | Variable | 2 | EBS Only | $0.023 | per Hour
t2.medium | 2 | Variable | 4 | EBS Only | $0.0464 | per Hour
t2.large | 2 | Variable | 8 | EBS Only | $0.0928 | per Hour
t2.xlarge | 4 | Variable | 16 | EBS Only | $0.1856 | per Hour
t2.2xlarge | 8 | Variable | 32 | EBS Only | $0.3712 | per Hour
m4.large | 2 | 6.5 | 8 | EBS Only | $0.10 | per Hour
m4.xlarge | 4 | 13 | 16 | EBS Only | $0.20 | per Hour
m4.2xlarge | 8 | 26 | 32 | EBS Only | $0.40 | per Hour
m4.4xlarge | 16 | 53.5 | 64 | EBS Only | $0.80 | per Hour
m4.10xlarge | 40 | 124.5 | 160 | EBS Only | $2.00 | per Hour
m4.16xlarge | 64 | 188 | 256 | EBS Only | $3.20 | per Hour
m3.medium | 1 | 3 | 3.75 | 1 x 4 SSD | $0.067 | per Hour
m3.large | 2 | 6.5 | 7.5 | 1 x 32 SSD | $0.133 | per Hour
m3.xlarge | 4 | 13 | 15 | 2 x 40 SSD | $0.266 | per Hour
m3.2xlarge | 8 | 26 | 30 | 2 x 80 SSD | $0.532 | per Hour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment