[Starcluster] EC2 AMI creation

Justin Riley jtriley at MIT.EDU
Thu Dec 17 15:34:54 EST 2009


Hi Mark,

This script requires the follwoing environment variables to be set:

EC2_PRIVATE_KEY - Path to your AWS pk pem file
EC2_CERT - Path to your AWS cert pem file

You should run create_image.py like so (modifying with your values of course):

$ export EC2_PRIVATE_KEY=/path/to/your/aws/pk/pk-8023480230401283401234890.pem
$ export EC2_CERT=/path/to/your/aws/cert/cert-8023480230401283401234890.pem
$ ./create_image.py 
...
...


Hope this helps,

~Justin



More information about the StarCluster mailing list