Friday, July 3, 2020

Q24

Answer :
You can migrate your EC2 instance from one Availability Zone to another.
Following are the steps to migrate an Instance to another Availability Zone:
  • Create an AMI from the running instance
  • Launch an instance from the AMI that you just created, specify the new Availability Zone
  • You can use the same instance type as the original instance, or select a new instance type
  • If the original instance has an associated Elastic IP address, then associate it with the new instance
  • If the original instance is a Reserved Instance, change the Availability Zone for your reservation

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...