Reputation: 4083
I'm a new user of aws. After I've created a ec2 instance, I found this instance belongs to different vpc what my team assumes.
So I want to move this instance's to other vpcs. Is it possible?
what I want is..
my-instance (vpc A) -> my-instance (vpc B)
Upvotes: 1
Views: 268
Reputation: 34426
You cannot move the instance. But you can make an image (an AMI) of your instance and launch an instance in the new VPC. It will be the same as the original. This article on TechRepublic is a nice walkthrough.
Upvotes: 4