EC2- Booting from an EBS snapshot and then detaching the volume to reduce costs

最后都变了- 提交于 2019-12-13 17:12:43

问题


I would like to boot from an EBS snapshot for convenience but then I would like to detach the volume after launch so I don't have to pay for it.

Is this possible?


回答1:


No, it's not possible. The EBS volume is the system partition so it the same as pulling the harddrive out of the server.

To reduce costs you could try to minimize the size of the volume so it has just enough space to hold all the system files and your data.



来源:https://stackoverflow.com/questions/2453852/ec2-booting-from-an-ebs-snapshot-and-then-detaching-the-volume-to-reduce-costs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!