Friday, July 3, 2020

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.

No comments:

Post a Comment

Managing Kubernetes Resources

kubectl: This is the command-line interface for interacting with Kubernetes clusters. # list running Pods kubectl get pods # list running Se...