Class CmdCreateImage
source code
createimage [options] <instance-id> <image_name> <bucket>
Create a new image (AMI) from a currently running EC2 instance
Example:
$ starcluster createimage i-999999 my-new-image mybucket
NOTE: It is recommended not to create a new StarCluster AMI from
an instance launched by StarCluster. Rather, launch a single
StarCluster instance using ElasticFox or the EC2 API tools, modify
it to your liking, and then use this command to create a new AMI from
the running instance.
|
names = [ ' createimage ' ]
|
|
bucket = None
hash(x)
|
|
image_name = None
hash(x)
|
Inherited from CmdBase :
gopts ,
opts ,
parser
|
completer
- Get Method:
- unreachable.completer(self)
|