GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/1116
Added EC2 x1 instance type ## Added EC2 x1 instance type ### Description Added x1.16xlarge and x1e.32xlarge to EC2 to `INSTANCE_TYPES`. For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status Done, ready for review ### 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 x1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1116.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 #1116 ---- commit 986738e9ad07acda33505aa33d65223a34175a12 Author: ZuluPro <montheanth...@hotmail.com> Date: 2017-09-18T03:07:28Z Added EC2 x1 instance type ---- ---