GitHub user ZuluPro opened a pull request:
https://github.com/apache/libcloud/pull/1159
Added EC2 M5 sizes
## Added EC2 M5 sizes
### Description
See:
https://aws.amazon.com/about-aws/whats-new/2017/11/introducing-amazon-ec2-m5-instances/?nc1=h_ls
https://aws.amazon.com/ec2/instance-types/m5/?nc1=h_ls
### Status
Replace this: describe the PR status. Examples:
Done
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ZuluPro/libcloud m5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1159.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 #1159
----
commit 2787407ab31163b586810a92f050a4d88bec4ed7
Author: Anthony Monthe <anthony.monthe@...>
Date: 2018-01-04T13:28:38Z
Added EC2 M5 sizes
----
---