Q42
Question 42. How You Will Change The Root Ebs Device Of My Amazon Ec2 Instance ?
Answer :
- Stop the instance.
 - Detach the root EBS volume.
 - Attach the alternate EBS volume (as the root e.g. /dev/sda1)
 - Start the instance.
 - This presupposes that your alternate EBS volume is bootable, of course – it has to contain the bootable OS image.
 
Comments
Post a Comment