Skip to content

Instantly share code, notes, and snippets.

@alchen99
Last active February 8, 2017 06:58
Show Gist options
  • Save alchen99/7bdadfee4d3adb8a058fea85d7ef73e9 to your computer and use it in GitHub Desktop.
Save alchen99/7bdadfee4d3adb8a058fea85d7ef73e9 to your computer and use it in GitHub Desktop.
Easily parseable list of the cost/hr of each type of AWS instance
t1.micro=0.020
t2.nano=0.0059
t2.micro=0.012
t2.small=0.023
t2.medium=0.047
t2.large=0.094
t2.xlarge=0.188
t2.2xlarge=0.376
m1.small=0.044
m1.medium=0.087
m1.large=0.175
m1.xlarge=0.350
m2.xlarge=0.245
m2.2xlarge=0.490
m2.4xlarge=0.980
m3.medium=0.067
m3.large=0.133
m3.xlarge=0.266
m3.2xlarge=0.532
m4.large=0.108
m4.xlarge=0.215
m4.2xlarge=0.431
m4.4xlarge=0.862
m4.10xlarge=2.155
m4.16xlarge=3.447
c3.large=0.105
c3.xlarge=0.210
c3.2xlarge=0.420
c3.4xlarge=0.840
c3.8xlarge=1.680
c4.large=0.1
c4.xlarge=0.199
c4.2xlarge=0.398
c4.4xlarge=0.796
c4.8xlarge=1.591
x1.16xlarge=6.669
x1.32xlarge=13.338
r3.large=0.166
r3.xlarge=0.333
r3.2xlarge=0.665
r3.4xlarge=1.33
r3.8xlarge=2.66
r4.large=0.133
r4.xlarge=0.266
r4.2xlarge=0.532
r4.4xlarge=1.064
r4.8xlarge=2.128
r4.16xlarge=4.526
i2.xlarge=0.853
i2.2xlarge=1.705
i2.4xlarge=3.41
i2.8xlarge=6.82
d2.xlarge=0.69
d2.2xlarge=1.38
d2.4xlarge=2.76
d2.8xlarge=5.52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment