Aws change instance EC2 from one region to another

2

I've created all my instances in Oregon, is there a way for ADM to migrate to Virginia?

    
asked by anonymous 20.07.2015 / 13:09

1 answer

5

There is no simple way to do this, but you can follow this script in the AWS Console itself:

  • Create the image of each instance
  • Turn this image into an available template in the new region
  • Create another instance in the new region from the template
  • 20.07.2015 / 14:58