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.
AWS to begin charging for public IPv4 addresses
91–100 of 377 posts
Re: AWS to begin charging for public IPv4 addresses
#92Earlier 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.
Re: AWS to begin charging for public IPv4 addresses
#93Earlier 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)
Re: AWS to begin charging for public IPv4 addresses
#94Earlier quoted context omitted.
Leasing an IPv4 is 0.40 per month. The 39.60 on top is just their margin.
Where?
Re: AWS to begin charging for public IPv4 addresses
#95Earlier quoted context omitted.
aws is many things but 'incompetent' is not one of them.
explain that page any other way
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
#96Earlier 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
Re: AWS to begin charging for public IPv4 addresses
#97Earlier 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)
Re: AWS to begin charging for public IPv4 addresses
#98This 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.
Re: AWS to begin charging for public IPv4 addresses
#99Earlier 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.
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
#100This 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.