EC2 - Remove EC2 from VPC

I was wondering if it is possible to remove an ec2 instance from VPC. If so, how can I do this? I did some tests and I would like to delete my instances without interrupting all of them.

Thanks in advance.

+4
source share
2 answers

Recall that when you create an instance, you tell VPC that it will be started. It is not possible to change the VPC without interrupting the instance and restarting it in a new one.

One option is to create an AMI for your current executable instance and restart it in your preferred VPC using this AMI.

+3
source

VPC non-VPC, .

"" VPC EC2 Classic. , Amazon . 2013 - VPC. VPC (, "Enhanced Networking" ).

: VPC . EC2 ClassicLink, EC2 Classic VPC.

+3

All Articles