Switch to IPv6 from Ipv4

0

We are building a website and we recently saw some charges related to a Public IPv4 address used on the App server(EC2 instance). I did some reading and found out that AWS does not charge for IPv6 addresses. Our DB server is an RDS and is within a private subnet. We are still in Development and hope to migrate to Production in the next 2 months. I want to know if there are any cons to moving to IPv6, from a general perspective and AWS perspective. I have been reading some articles on the web and I couldn't find anything major that advised against the transition to IPv6 for a new application. Thanks for your help in advance.

SaraE
asked 23 days ago100 views
2 Answers
0
Accepted Answer

Hello.

I think the disadvantage of moving to IPv6-only is that users who currently use ISPs that can only use IPv4 will not be able to access applications.
Additionally, some AWS services do not support IPv6, so applications may not be able to access AWS services until IPv6 is supported.
If the cost of IPv4 is not acceptable, I think it is better to use only IPv6 only.
https://docs.aws.amazon.com/vpc/latest/userguide/aws-ipv6-support.html

Therefore, I thought it would be a good idea to host IPv4 and IPv6 in a dual stack at first, and then transition to IPv6-only in the future.
IPv6 has greater advantages than IPv4, but support is delayed in some aspects, so you must accept these disadvantages when using them.

profile picture
EXPERT
answered 23 days ago
profile pictureAWS
EXPERT
reviewed 23 days ago
0
profile picture
EXPERT
GK
answered 23 days ago
profile pictureAWS
EXPERT
reviewed 23 days ago
  • Thank you for the response. The articles that you shared are very helpful. We don't need a load balancer since our user base is very small. Also, it costs money to use one and we are trying to minimize our cost. That is the reason I asked the question. Thanks again.

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