I just create an AMI instance of EC2 and than upload it S3 using following command:

1.ec2-bundle-vol -d /mnt -k /root/PrivateKey.pem --cert /root/Certificate.pem -u 012345678901

2.ec2-upload-bundle -b yourbucketname00404042009 -m /mnt/image.manifest.xml -a your_s3_access_key -s your_s3_secret_access_key

It uploaded to s3. How to create iso file of the uploaded files?

link|improve this question
Do you mean an ami? – Decado Mar 23 '11 at 8:17
feedback

1 Answer

up vote 0 down vote accepted

You use ec2-register to register the bundle as an AMI.

ec2-register --manual 

will give you an exaustive list of options.

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.