Boot EBS volume from Bamboo instance

本小妞迷上赌 提交于 2019-12-10 21:16:17

问题


I have an elastic instance that I have configured from within Bamboo to start on Amazon AWS EC2. I have created a volume from a snapshot which contains the OS (Windows Server 2008 R2) with various programs installed.

I am able to configure Bamboo to make the volume available as an extra drive using these instructions, but I would like to actually boot this volume. I think this is similar to making a root EBS volume from within AWS, but I am not sure how to do this from within Bamboo.

How do I boot a volume on Bamboo, rather than mounting it as an additional drive?

Edit: I have found a way to get the volume to mount automatically, which is a bit closer, but it would still be ideal to actually boot the drive. Here is the closest setting I see:


回答1:


You cannot boot EBS volumes, Bamboo or no Bamboo. You can only boot AMI images.

If you want to convert that volume to an AMI image:

  1. Make a Snapshot (go to AWS Console, EC2, EBS Volumes, right click -> "Create Snapshot")
  2. Create AMI (go to EBS Snapshots, right click -> "Create Image")

This will start creating the AMI image which you can later boot from "Images -> AMIs" page.

Bear in mind, there has to be a bootable OS on that volume.



来源:https://stackoverflow.com/questions/25747873/boot-ebs-volume-from-bamboo-instance

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