-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always launching m1.small instance on EC2 #67
Comments
I'm using the "install-0.9.1" branch by the way. |
I think the reason is your chosen instance is of m1.small. Ref: https://cloud-images.ubuntu.com/releases/12.04.3/release-20121218/ |
I'm having this same issue. Did you every get it resolved? I've tried with different images but still no luck. Other images actually revert down to m1.micro most of the time. I'm trying to launch m1.large or m3.large instances but I can't get it to launch them. Any help/advice? Thanks! |
I forget where in the YAML but you can specify the hardware size. On Jun 26, 2014, at 9:44 PM, John Crawford [email protected] wrote:
|
Hi! It's the conf/clusters.yaml file. However, no matter what hardware I put in there, it always launches m1.small instances. See below for my clusters.yaml file. [EDIT: I'm also using the install-0.9.1 branch] Thanks!
|
Has anyone come up with a solution to this issue? I am seeing the same problem with the install-0.9.1 branch, always end up with m1.small instances. The logs show it searching for m1.large.... but then later it searches with hardware type and chooses a m1.small... I've tried a few different AMIs, but same result. |
Hi :)
I have an issue with the EC2 Instances deployed... I set my clusters.yaml to:
But it always launch m1.small instances... I updated the project.clj to use
[com.palletops/pallet-jclouds "1.7.3"]
but nothing changed.
Debug logs:
Do you have any idea ?
Thanks
The text was updated successfully, but these errors were encountered: