简体   繁体   中英

how to take amazon instance backup?

I have two instances running. I have done lot of configuration on the instances. I want to shutdown the server so I do not get charged but I don't want to lose my configurations and data stored on instances.

What should I do to make sure I do not lose data ?

So basically create an image as following:

建立影像

and then if you don't want to lose any state you can use the 'no reboot' option:

没有重启

The simplest way i see is click on the instance > actions > create image. Then launch a new instance from that image whenever you need it.

You can customize the instance that you launch from a public AMI and then save that configuration as a custom AMI for your own use. Instances that you launch from your AMI use all the customizations that you've made.

For the detail: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM