AWS - Move instance to a Host Resource Group
-
Hello All,
I have a host resource group in AWS and I need to migrate some instances to it.
There are already instances in the resource group using the same AMI, which is associated with the resource group.
However, when stopping and starting an instance it will not start on a dedicated host within the resource group.
Any ideas?
Thanks -
Generally you dont move instances. You create new ones. You need to snapshot your EBS volume and create a AMI based on that EBS snapshot. Then you create your new instance.
-
-
Are you using a Load Balancer or AutoScaling groups? If so you can just create a template to spin them off based on the AMI you created.