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 Antwort
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
EXPERTE
beantwortet vor 3 Monaten
profile pictureAWS
EXPERTE
überprüft vor 2 Monaten
profile picture
EXPERTE
Steve_M
überprüft vor 3 Monaten
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen