GitHub user pmhahn opened a pull request:
https://github.com/apache/libcloud/pull/646
EC2 updates
The EC2 Instance Type information contains some errors (especially the disk
size for the m3 instances), conversion errors between GiB an M[i]B, disk count,
..
Also g2.8xlarge and t2.large are missing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pmhahn/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/646.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #646
----
commit 65e493f41a085e6164173fc7c73853e99f46c82e
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T07:51:17Z
EC2: Specify RAM size in GiB
The values on <https://aws.amazon.com/ec2/instance-types/?nc1=f_ls> are
given in [GiB].
Let Python convert them to [MiB], as the current values are a mix of
[MB] and [MiB].
commit cb21959e307fa81a9d3bf5fd4483eb508250d883
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T07:56:15Z
EC2: Fix disk size
The values on <https://aws.amazon.com/ec2/instance-types/?nc1=f_ls> are
given in [GB].
Let Python calculate the size of multiple disks.
Remove wrong factor 1000 from m3 instances.
commit 0fd6d88a292b10e98590e143f20a3cadc6588b41
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T07:59:52Z
EC2: Add missing vCPU information
Add vCPU information from
<https://aws.amazon.com/ec2/instance-types/?nc1=f_ls>
commit a646c1c90d2086cb4b3ed1ca0b6c1f4d7fc83de8
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T08:01:10Z
EC2: Add g2.8xlarge and t2.large
From <https://aws.amazon.com/ec2/instance-types/?nc1=f_ls>
commit ad547b33b2942e641213883d28b08d91d4ad11b5
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T08:03:40Z
EC2: Rename i2 and d2 instance types
i2 are I/O optimized, while d2 are dense optimized
commit 40d11645f4d854cc6ab298608a99fc0f1a85ce67
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T08:05:02Z
EC2: Move comment before t2 instances
t2.micro is also a "Burstable Performance General Purpose" instance
type.
commit a1aeb0c7bba6c7db879996d06650693bc2c30a1b
Author: Philipp Hahn <[email protected]>
Date: 2015-12-01T08:05:37Z
EC2: Add clarifications
Add source URLs.
Add unit type for RAM and disk size.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---