Earlier quoted context omitted.
Bit confused. Couldn't you just run a Linux VM to do your NAT and only pay normal egress?
Yes. And AWS do (sorta) offer a NAT AMI (amazon machine image) if you want to do more management yourself and not get extorted for bandwidth. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Ins... I say sorta because it's built on an old version of Amazon Linux and is headed towards EOL with no replacement except "go build your own" as you suggest. https://www.lastweekinaws.com/blog/an-alternat-future-we-now…
AWS to begin charging for public IPv4 addresses
201–210 of 377 posts
Re: AWS to begin charging for public IPv4 addresses
#202Earlier 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.
It’s worse than that: new software and hardware is being developed or rolled out right now that is incapable of working on an IPv6 network. Not just unable to use it, but actively incompatible — failing to run if other devices use IPv6! This was an issue with Azure’s PostgreSQL service, which would fail if you deployed other unrelated IPv6 services in the same virtual network. We need a guild of software engineering…
The threat of professional exclusion is one of the big levers provided by such a guild. Given the way tech companies behave, why do you believe that this lever will be left in the hands of good people, and not taken over (like the rest of the internet)?
Re: AWS to begin charging for public IPv4 addresses
#203Earlier quoted context omitted.
Yes. And AWS do (sorta) offer a NAT AMI (amazon machine image) if you want to do more management yourself and not get extorted for bandwidth. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Ins... I say sorta because it's built on an old version of Amazon Linux and is headed towards EOL with no replacement except "go build your own" as you suggest. https://www.lastweekinaws.com/blog/an-alternat-future-we-now…
Thanks! That is exactly what I wanted to know.
Re: AWS to begin charging for public IPv4 addresses
#204Earlier quoted context omitted.
And if all else fails, you can put something like Cloudflare in front of it to handle IPv4 traffic.
Which than you're back to paying $40+/year to ensure you don't get wiped from their "free" tier when they feel like it. Nothing is free forever.
Re: AWS to begin charging for public IPv4 addresses
#205Earlier quoted context omitted.
I'm shocked this isn't a feature of a VPC out of the box (shared internet bound traffic). You should only need a NAT gateway if you want the traffic to come out of a single set of external IPs that you control. Almost all of my use cases I could easily ride out to the internet through a shared pipe (apt updates and such) and don't care whatsoever what IP that exits the AWS network from, since I'm not applying firewal…
So for this, Run your apps in public subnets that are attached to IGW.
Re: AWS to begin charging for public IPv4 addresses
#206Earlier quoted context omitted.
It’s worse than that: new software and hardware is being developed or rolled out right now that is incapable of working on an IPv6 network. Not just unable to use it, but actively incompatible — failing to run if other devices use IPv6! This was an issue with Azure’s PostgreSQL service, which would fail if you deployed other unrelated IPv6 services in the same virtual network. We need a guild of software engineering…
> We need a guild of software engineering The threat of professional exclusion is one of the big levers provided by such a guild. Given the way tech companies behave, why do you believe that this lever will be left in the hands of good people, and not taken over (like the rest of the internet)?
Re: AWS to begin charging for public IPv4 addresses
#207Earlier quoted context omitted.
UDP is actually more expensive to NAT than TCP is. The reason is UDP fragmentation, which is my vote for the worst, and least forgivable, design error of TCP/IP. Instead of putting the fragmentation in L4 (like QUIC now does) and including a UDP header on every fragmented packet in a datagram, UDP only includes the header on the first packet. With fragmentation happening; firewalls, NATs, and end-hosts have to buffer…
This is probably more accurately called IP fragmentation (since that is the layer where the fragmentation happens), and a lot of companies make it optional to support in networking gear. I'm surprised that you are using it or seeing it, because it is essentially obsolete today. It has a legitimate purpose in old-timey systems which have bespoke MTUs on each link, but now the usual thing is to use 1500 bytes for WAN t…
Re: AWS to begin charging for public IPv4 addresses
#208Earlier quoted context omitted.
Why not both? Both are dominating the internet-cyberspace and both are screwing it over for everyone else.
[flagged]
Re: AWS to begin charging for public IPv4 addresses
#209Earlier quoted context omitted.
Bit confused. Couldn't you just run a Linux VM to do your NAT and only pay normal egress?
Yes. And AWS do (sorta) offer a NAT AMI (amazon machine image) if you want to do more management yourself and not get extorted for bandwidth. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Ins... I say sorta because it's built on an old version of Amazon Linux and is headed towards EOL with no replacement except "go build your own" as you suggest. https://www.lastweekinaws.com/blog/an-alternat-future-we-now…
https://github.com/somleng/somleng-project/blob/main/infrast...
Re: AWS to begin charging for public IPv4 addresses
#210This 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-…