EC2 Instance migration from IPv4 to IPv6

0

I am working on migrating 5 AWS instances from IPv4 to IPv6. I have tried following the steps for this using https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html#vpc-migrate-ipv6-cidr but hit snags. It may be that the docs are intended for more complex scenarios than mine. I have a variety of t2 instances (5 of them) that are essentially standalone servers. I am only using subnets because AWS does so automatically. They are all in 1 VPC, and I have managed to assign an IPv6 CIDR to it.

The instructions say the next step is to associate an IPv6 CIDR block with a subnet (why do I only have 4 subnets for my 5 unrelated instances?). But when I select a subnet, under Actions, "Edit IPv6 CIDRs" is disabled. What have I missed?

已提問 4 個月前檢視次數 931 次
4 個答案
1

Hello.

"Edit IPv6 CIDRs" for a subnet cannot be selected unless an IPv6 CIDR is associated with the VPC.
Have you selected a VPC subnet with an IPv6 CIDR?
Please check the VPC ID carefully.

profile picture
專家
已回答 4 個月前
profile pictureAWS
專家
已審閱 4 個月前
0
已接受的答案

Thanks. I was in the middle of documenting that I HAD added IPv6 CIDRs to my VPC, and that my instance types DO support IPv6, when I decided to try again to assign IPv6 CDIRs to my subnets... and it allows it! Maybe it just took some time for AWS to process my IPv6 CIDR assignments to my VPC? If so that should be included in the docs so that we don't waste time trying to do something that doesn't work (yet?).

已回答 4 個月前
0

"Edit IPv6 CIDRs" will be enabled if your subnet's VPC has an associated IPv6 block. It will only be disabled if the VPC has no associated IPv6 block.

專家
已回答 4 個月前
0

You MUST add IPv6 CIDRs to your VPC before editing subnet. And you need to check EC2 instances that support IPv6 or not. You can check it on web console of EC2 Instance Types tab and filtering by "IPv6 support : -".

已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南