I am able to fire up AWS Ubuntu EC2 instance with boto. Have anyone tried to upload the script to the remote Ubuntu EC2 (More than 1) and execute the script via SSH locally?

The main objective is to automate the whole process using a Python script written on localhost. Is there an alternative way or Amazon api tools to made this possible?

link|improve this question

73% accept rate
feedback

2 Answers

I'd recommend Fabric, it's made for this kind of thing.

link|improve this answer
feedback
up vote 0 down vote accepted

Use paramiko API

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.