Hello, I get the following error when specifying c3.xlarge (or even c3.2xlarge)
Unable to start the cluster. Terminating all nodes. java.util.NoSuchElementException: hardwareId(c3.xlarge) not found at org.jclouds.compute.domain.internal.TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingHardwareIds(TemplateBuilderImpl.java:729) at org.jclouds.compute.domain.internal.TemplateBuilderImpl.findHardwareWithId(TemplateBuilderImpl.java:716) at org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:667) at org.apache.whirr.compute.BootstrapTemplate.build(BootstrapTemplate.java:77) at org.apache.whirr.actions.BootstrapClusterAction.doAction(BootstrapClusterAction.java:101) at org.apache.whirr.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:131) at org.apache.whirr.ClusterController.bootstrapCluster(ClusterController.java:137) at org.apache.whirr.ClusterController.launchCluster(ClusterController.java:113) at org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:69) .... Whirr version: 0.8.2 Thanks in advance Saptarshi Config file whirr.cluster-name=testme whirr.instance-templates=1 hadoop-jobtracker+hadoop-namenode,2 hadoop-datanode+hadoop-tasktracker whirr.provider=aws-ec2 whirr.identity=${env:AWS_ACCESS_KEY_ID} whirr.credential=${env:AWS_SECRET_ACCESS_KEY} ... whirr.hardware-id=c3.xlarge # rightscale-us-east/RightImage_Ubuntu_12.04_x64_v5.8.8.5.manifest.xml whirr.image-id=us-east-1/ami-0769ee6e whirr.location-id=us-east-1