PR #1244 also does this feature. Slightly different approach to the problem. [Jira 1460](https://issues.apache.org/jira/browse/JCLOUDS-1460)
Added support for: t2.nano t2.xlarge t2.2xlarge t3.nano t3.micro t3.small t3.medium t3.large t3.xlarge t3.2xlarge m4.16xlarge AWS Instance Type reference page: https://aws.amazon.com/ec2/instance-types/ You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1245 -- Commit Summary -- * feat: Adding instances to AWS * fix: Creation of AWSEC2 get() -- File Changes -- M apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java (109) M apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java (122) M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/suppliers/AWSEC2HardwareSupplier.java (22) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1245.patch https://github.com/jclouds/jclouds/pull/1245.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1245