Switching AWS Directory Services VPC
Moving an EC2 instance from a VPC to another
- Stop your instance.
- Create a private AMI of the instance.
- Detach all secondary EBS volumes from the instance.
- Create a new instance within your VPC based upon the AMI you created above.
- Reassign the Elastic IP address from the instance you are moving to the new image.
Moving AWS’s Managed Directory Services to another VPC
There is not a way to switch the VPC for an existing directory. The only mechanism to change VPCs is to replicate the directory using an export/import method
Leave a Reply