Live data from Hacker News

AWS to begin charging for public IPv4 addresses

aws.amazon.com

91–100 of 377 posts

Re: AWS to begin charging for public IPv4 addresses

#91

This finally puts real pressure on software and services to work on IPv6 only. I wouldn't be surprised if within 1-2 release cycles lots of distributions suddenly update just fine with just IPv6, package mangers can download packages over IPv6, lots of APIs gain solid and well-tested IPv6 support, etc.

Businesses and organizations are holding IPv6 back, not consumers. No one I talk to is prioritizing IPv6 migrations or spending money to upgrade gear that will support it. Maybe some net new stuff might get it, but for most businesses IPv4 is and will be the default, simply because they can't be bothered to do something different.

Serious question, is there any enterprise gear made today which does not support IPv6? I have assumed that the natural hardware upgrade cycles made it so 99% of all active equipment could support the technology, even if it was not configured to do so.

Re: AWS to begin charging for public IPv4 addresses

#92

Earlier quoted context omitted.

ELB is a substantial cost itself, though.

And not very good, together with the auto scaling groups, it performs the record act of not being able to do an instance refresh without downtime. We’ve put countless hours into that, seems like a simple problem, forums say it’s not solved.

With a single instance? Could also do blue green instead.

Re: AWS to begin charging for public IPv4 addresses

#93
post #38
post #25

Earlier quoted context omitted.

At $45 a year per IP address you’d have to spend less than a man hour per address to even conceivably approach break even. And I normally would be worried if my company was focusing on break even initiatives instead of higher impact ones.

Depends how many IPs you're using. If you're using 10, who cares; if you're using 100, I dunno. If it's 1,000 or more, that's real money you probably shouldn't be pissing away. (OTOH, a lot of cloud spend is pissing away money, so what's another $45k/year)

And at 100,000+ it’s worth real engineering

Re: AWS to begin charging for public IPv4 addresses

#95
post #80

Earlier quoted context omitted.

aws is many things but 'incompetent' is not one of them.

explain that page any other way

AWS has spent billions (with a b) on ipv4 addresses: https://news.ycombinator.com/item?id=36991477

This investment wasn't just of a strategic nature: they have enough market power to hold back the move towards ipv6.

Re: AWS to begin charging for public IPv4 addresses

#96

Earlier quoted context omitted.

> is it cost effective for people who need the resources? yes. There is no possible use case in no possible universe where AWS is cost effective. Renting the same compute resources wholesale will cost you 20 times less. (Not a typo.)

sure they became a multi billion dollar business by not being cost effective

[deleted]

Re: AWS to begin charging for public IPv4 addresses

#97
post #89
post #82

Earlier quoted context omitted.

It's not really computationally expensive, it's memory expensive. You need per connection state.

it already has stateful firewall so that's: source ip, dest ip, protocol, source port, dest port, connection state (say 16 bytes total) doing NAT too is what, 3 more bytes per connection (8 bits for an offset into an IP table and 16 bits for the translated port)

Generally an ISP does not have a stateful firewall prior to deploying CGNAT.

Re: AWS to begin charging for public IPv4 addresses

#98
post #76

This was expected, and rent seeking. AWS over the last decade has spent $ billions buying up ASN blocks. I've never been one to use the word "rent seeking", but owning IPs is the ultimate rent seeking cloud business. Domain names can change registries but if you own the underlining IP being used (and there's a depleting supply of them) - it's a great business to charge rents on. https://www.techradar.com/news/amazon-…

Most applications will be able to move to v6 eventually. Hopefully moves like this will push that development.

Even already, I think you can get away with doing almost everything v6 with a much smaller number of ipv4s for legacy traffic. I say that but still largely use v4 for everything, so maybe I'm not one to talk.

Re: AWS to begin charging for public IPv4 addresses

#99

Earlier quoted context omitted.

Businesses and organizations are holding IPv6 back, not consumers. No one I talk to is prioritizing IPv6 migrations or spending money to upgrade gear that will support it. Maybe some net new stuff might get it, but for most businesses IPv4 is and will be the default, simply because they can't be bothered to do something different.

Serious question, is there any enterprise gear made today which does not support IPv6? I have assumed that the natural hardware upgrade cycles made it so 99% of all active equipment could support the technology, even if it was not configured to do so.

That door alarm thing that has a Windows XP workstation VM the facilities team touches once a month probably doesn't support IPv6.

Repeat that scenario across multiple BUs and multiple locations and no leader wants to commit to doing that kind of due diligence. What's wrong with our current IP?

Re: AWS to begin charging for public IPv4 addresses

#100

This finally puts real pressure on software and services to work on IPv6 only. I wouldn't be surprised if within 1-2 release cycles lots of distributions suddenly update just fine with just IPv6, package mangers can download packages over IPv6, lots of APIs gain solid and well-tested IPv6 support, etc.

TIL that my Chromebook connects to the Internet with a 6to4 address rather than the real /64 that my ISP assigns.
Post reply on HN