Or is it absolutely necessary to have an EBS backed storage? Does anyone have manuals/Howtos?
I am following the manual given on this site.
|
Or is it absolutely necessary to have an EBS backed storage? Does anyone have manuals/Howtos? I am following the manual given on this site. |
|||
|
|
You can create an AMI from either an EBS or S3-backed running instance. The simplest way is to use the AWS Management Console to select the instance and click 'Create Image' from the Instance Actions menu. This will create either an EBS or S3-backed AMI, depending on the type of instance. Be aware that creating an AMI from a Note also that your instance will reboot during the image-creation process, so make sure you're prepared for any temporary loss of service from the VM. |
|||||||||||
|
|
If you bundle a Windows EBS instance while it is running, its Administrator password will be reset by Amazon's rebundling tools - so you'll have to use the EC2 "get Admin password" function with instances launched from the new AMI. If you stop your Windows instance before rebundling, its Administrator password will remain intact through the rebundling process. I don't know if this is documented anywhere, but it's certainly been my experience with Windows 2003 instances. |
|||
|
|
|
you will to refer the manual for the three commands:
Keep at hand your private and certificate key (eg. pk.pem, cert.pem files) and your access and shared key. Download the ec2 ami tools and setup the environment variables for the ec2 ami tools. This site might give you the details on how to bundle the volume, create the images, upload them to S3 and finally register it as your own ami. |
|||
|
|
|
yes you Can make an AMI from a running instance |
||||
|
|
|
One point I'd like to make: You can bundle EBS-backed instances WITHOUT rebooting. You cannot do so with S3-backed instances. |
|||
|
|