jef
jef

Reputation: 4083

Is it possible to move an ec2 instance to diffreent vpcs?

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

Answers (1)

Ben Whaley
Ben Whaley

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

Related Questions