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 回答
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
专家
已回答 3 个月前
profile pictureAWS
专家
已审核 2 个月前
profile picture
专家
Steve_M
已审核 3 个月前
  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则