Pardon my ignorance, but why is this needed? I've seen dozens of "+1s" for ipv6 on both AWS and GCP, but no one says why really. Is there hardware out there on the public internet that cannot communicate over ipv4 already?
Most of it can't, actually. Rather, using the words in the question in their strict meaning, most of the hardware out there is not on the "public internet", it is behind NAT. You can argue that behind NAT there is still IPv4 connectivity with public internet, but it is actually closer to proxying (i.e. having some device talk to internet on your behalf) than to routing (i.e. have some device pass your packets on). Lo…
IPv6 Support for EC2 Instances in Virtual Private Clouds
41–50 of 114 posts
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#42Pardon my ignorance, but why is this needed? I've seen dozens of "+1s" for ipv6 on both AWS and GCP, but no one says why really. Is there hardware out there on the public internet that cannot communicate over ipv4 already?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#43Earlier quoted context omitted.
Just curious but why is IPv6 support such a priority for you that it would be the deciding factor in your choice of hosting provider?
In 2017, one should instead ask why it wouldn't be.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#44Earlier quoted context omitted.
Most of it can't, actually. Rather, using the words in the question in their strict meaning, most of the hardware out there is not on the "public internet", it is behind NAT. You can argue that behind NAT there is still IPv4 connectivity with public internet, but it is actually closer to proxying (i.e. having some device talk to internet on your behalf) than to routing (i.e. have some device pass your packets on). Lo…
But if that exists, why should I as someone running on EC2 care if I can use IPv6 natively or have to make use of such proxying/routing?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#45Finally! It's been a major deficiency in AWS. Can't wait to see this roll out to us-west-2.
I'm kinda sick of all the AWS posts on here, but I'm trying to be fair since some of them are really interesting. This is one of those that's more of a "about damn time," features that'd I'd care about if I already didn't go with Digital Ocean/Linode instead just because of IPv6 support.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#46Earlier quoted context omitted.
Most of it can't, actually. Rather, using the words in the question in their strict meaning, most of the hardware out there is not on the "public internet", it is behind NAT. You can argue that behind NAT there is still IPv4 connectivity with public internet, but it is actually closer to proxying (i.e. having some device talk to internet on your behalf) than to routing (i.e. have some device pass your packets on). Lo…
But if that exists, why should I as someone running on EC2 care if I can use IPv6 natively or have to make use of such proxying/routing?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#47Earlier quoted context omitted.
Most of it can't, actually. Rather, using the words in the question in their strict meaning, most of the hardware out there is not on the "public internet", it is behind NAT. You can argue that behind NAT there is still IPv4 connectivity with public internet, but it is actually closer to proxying (i.e. having some device talk to internet on your behalf) than to routing (i.e. have some device pass your packets on). Lo…
But if that exists, why should I as someone running on EC2 care if I can use IPv6 natively or have to make use of such proxying/routing?
However, as a whole, the lack of native IPv6 support in EC2 certainly held back the global deployment cycle. It's the chicken and the egg problem: Without support for servers that use IPv6, there is no reason for last mile providers to implement it in households. With this update, a huge swath of sites will get support, hopefully leading to quicker adoption for end users.
* for most applications. This is certainly trivializing a subset of applications where this could be useful.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#48I mean, you can get IPv6 on a bunch of low-end budget VPSs. Why couldn't Amazon do it? And why cant GCE do it?
Is it a lot of work?
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#49Earlier quoted context omitted.
But if that exists, why should I as someone running on EC2 care if I can use IPv6 natively or have to make use of such proxying/routing?
I don't know enough AWS to understand the announcement, but if your servers and your clients can speak IPv6 and you can skip al the NAT, you don't have to debug NAT problems.
Re: IPv6 Support for EC2 Instances in Virtual Private Clouds
#508 IPs per instance, max :/
Might be a dumb question, but why would you want or need more than one IP address for an instance? It's not like more addresses will let you download/upload things faster. Maybe if you want to run multiple web servers on port 80 and give each one a different IP address, but how often do people do that, especially more than 8 times over?