To reap the benefits of High Availability in EC2, it's advisable to deploy the instances in different AZ or Subnets. But what in case you already deployed the instance in the same AZ and then wanted a few of them to move to a different AZ.
AWS doesn't give you a direct way of moving the EC2 instances across AZs, but there are a series of steps that you need to follow to move or clone the EC2 instance to another AZ.
Performing those steps takes a lot of time as these include copying the security groups, tags, creating AMI of the source EC2 instance, and then deploying the new EC2 in the different AZ using the AMI created and a lot more.
MagicPowershell comes up with a PowerShell script that moves the EC2 instance to the AZ you want. It asks for 3 inputs, instance name, region, and the AZ in which you want to move the instance, and performs the tedious-looking tasks for you.
0 comments:
Post a Comment