Dominik Obermaier created JCLOUDS-608:
-----------------------------------------
Summary: Add AWS EC2 Memory Optimized instances (R3)
Key: JCLOUDS-608
URL: https://issues.apache.org/jira/browse/JCLOUDS-608
Project: jclouds
Issue Type: Improvement
Components: jclouds-compute
Affects Versions: 1.7.3
Reporter: Dominik Obermaier
It's not possible with JClouds 1.7.3 to use the Memory optimized AWS EC2
instances (see
http://aws.amazon.com/about-aws/whats-new/2014/04/10/r3-announcing-the-next-generation-of-amazon-ec2-memory-optimized-instances/).
JClouds fails with the following exception:
{noformat}
Exception in thread "main" java.util.NoSuchElementException:
hardwareId(r3.large) not found
at
org.jclouds.compute.domain.internal.TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingHardwareIds(TemplateBuilderImpl.java:756)
at
org.jclouds.compute.domain.internal.TemplateBuilderImpl.findHardwareWithId(TemplateBuilderImpl.java:743)
at
org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:694)
{noformat}
Also, the instances are not yet listed in the
org.jclouds.ec2.domain.InstanceType class.
--
This message was sent by Atlassian JIRA
(v6.2#6252)