moving EC2 instances between subnets

0

hello there, is there any solution to use a Lambda function (with Python) to change the subnet of an ec2 instance? if yes, please provide a sample code. thank you.

1 Answer
0

Hi Aref,

it is currently not possible to move your EC2 instance to another subnet (or Availability Zone or VPC). Instead, you can create a new Amazon Machine Image (AMI) from the source instance to manually migrate the instance. You can find a detailed guide here: https://repost.aws/knowledge-center/move-ec2-instance

Regards, Ben

profile pictureAWS
EXPERT
answered 2 months ago
profile pictureAWS
EXPERT
reviewed 2 months ago
profile picture
EXPERT
Steve_M
reviewed 2 months ago
  • Correct. Think about it - the EC2 is provisioned with a private IP which is kept for the lift of the EC2. This IP is allocated according to the subnet into which the EC2 is provisioned. It's not possible to have another subnet with the same range in the same VPC.

    Also the EBS volume which the EC2 uses to boot will be provisioned in a specific AZ, so even if the EC2 instance were able to be moved to another AZ it would no longer be able to attach its root disk.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions