Amazon EC2 - Swap root instance store device with EBS device

前端 未结 6 1390
清酒与你
清酒与你 2020-12-04 06:16

I have an EC2 instance with \"instance store\" device as a root device. Now, I would like to attach an EBS volume to that same instance, only that I want it to be the

6条回答
  •  一向
    一向 (楼主)
    2020-12-04 06:18

    In place of the other long comment on here, I used the following command to do this:

    ec2-register --snapshot snap-9eb4ecf6 --architecture i386 --name "Zenoss Enterprise 3.0 beta 2 on centOS" --description "This is from an install of zenoss core beta 1 and zenoss enterprise beta 2, both of version 3.0 (or internally 2.5.70 217). An ebs block device was attached, and the file system rsynced over, then ebs was snapshotted and this is basedd off that." --root-device-name /dev/sda1 --kernel aki-9b00e5f2

提交回复
热议问题