Skip to content
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

AppScale fails to successfully terminate on EC2 #63

Closed
nlake44 opened this issue Oct 19, 2012 · 0 comments
Closed

AppScale fails to successfully terminate on EC2 #63

nlake44 opened this issue Oct 19, 2012 · 0 comments

Comments

@nlake44
Copy link
Contributor

nlake44 commented Oct 19, 2012

Start command:
/appscale-run-instances --machine ami-a1c772c8 --scp ~/appscale --min 2 --max 2 --test -v --infrastructure ec2 --keyname appscaleraj008 --group appscaleraj008 --force --file sample-apps/python/guestbook/

End command:
./appscale-terminate-instances --keyname appscaleraj008
About to terminate instances spawned via ec2 with keyname 'appscaleraj008'...
Unable to contact shadow node, shutting down via tools...
Client.InvalidInstanceID.Malformed: Invalid id: "r-81d7b6e7" (expecting "i-...")

Client.InvalidGroup.NotFound: The security group 'appscale' does not exist

It uses the appscale group when it should be appscaleraj008 and is having issues parsing the output of ec2 tools.

@nlake44 nlake44 closed this as completed Mar 11, 2013
nlake44 added a commit to nlake44/appscale that referenced this issue Sep 30, 2013
Parse app.yaml correctly for Python 2.7 apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant