What happens when I reboot an EC2 instance?

前端 未结 4 1215
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-01 11:55

When I reboot an EC2 instance, do I get the initial image again, or is the state of the hard disk before the reboot kept?

And what happens with billing, does the hour st

4条回答
  •  我在风中等你
    2021-02-01 12:25

    Rebooting keeps the disks intact.

    If you shut down the instance and power up a new one, the disks will be reset to their initial states.

    This doesn't apply to the EBS disks, which persist even across shutdowns.

提交回复
热议问题