Is there a way to start / stop an Amazon EC2 instance from Google App Engine?
I read this question In python, how do you launch an Amazon EC2 instance from within a Google App Engine app? and it seems to me that the answer there is not correct.
Basically I can’t install “boto” on the app engine.
Have you looked into KOALA? It’s (more or less) a rewrite of
botofor EC2, S3, EBS, and ELB that works in App Engine. From their page: