Earlier quoted context omitted.
Not to mention the absurd fact that accessing (IPv4) AWS APIs from a private subnet requires paying for either a NAT gateway or an interface endpoint (we got bitten by sending a ton of Kinesis traffic through a NAT gateway once)
This is one thing Google Cloud does well - traffic to Google services bypasses NAT gateway, even over IPv4. I was curious how they do this, so I set up a service on Google Cloud Run that just echo'd the user's public IP address. When curl'd over IPv4, it said I was coming from a unique local (i.e. private) IPv6 address. The private IPv4 address of my server was embedded in the address, along with some other random-lo…
AWS to begin charging for public IPv4 addresses
341–350 of 377 posts
Re: AWS to begin charging for public IPv4 addresses
#342I still don't get why we can't just expand IPv4 into IPv5 by adding some new blocks to the front. So instead of 192.0.0.1 it becomes 0.0.0.0.192.0.0.1 All existing addresses work, you simply append zeroes to any address which is too short for the new standard. Any old timey software still works as long as you use a router between the two systems with an old timey address. This would give us as many addresses as we wa…
https://en.wikipedia.org/wiki/Internet_Protocol_version_4#He...
Re: AWS to begin charging for public IPv4 addresses
#343I still don't get why we can't just expand IPv4 into IPv5 by adding some new blocks to the front. So instead of 192.0.0.1 it becomes 0.0.0.0.192.0.0.1 All existing addresses work, you simply append zeroes to any address which is too short for the new standard. Any old timey software still works as long as you use a router between the two systems with an old timey address. This would give us as many addresses as we wa…
Re: AWS to begin charging for public IPv4 addresses
#344Earlier quoted context omitted.
Thanks! Macro-expanded: AWS: IPv4 addresses cost too much, so you’re going to pay https://news.ycombinator.com/item?id=36942424 (3 days ago, 186 comments) AWS Begins Charging for Public IPv4 Addresses https://news.ycombinator.com/item?id=36910994 (6 days ago, 36 comments) AWS Public IPv4 Address Charge and Public IP Insights https://news.ycombinator.com/item?id=36910855 (6 days ago, 9 comments)
You make it sounds like that expansion was performed automatically. Is that something HN's reply box supports?
Re: AWS to begin charging for public IPv4 addresses
#345Re: AWS to begin charging for public IPv4 addresses
#346Earlier quoted context omitted.
Egress to cloudfront is free on aws
Imagine a cloud transfer utility that made that easily possible?
Re: AWS to begin charging for public IPv4 addresses
#347https://stackoverflow.com/a/74397920/563420
Seems like a big blindspot with no work-around.
Re: AWS to begin charging for public IPv4 addresses
#348Earlier quoted context omitted.
It could not have copied the UDP header. Otherwise you wouldn't be able to put any new protocol on IP without teaching it to every router.
Several other protocols solve this in a layering agnostic way by simply having a header length field. The header bytes can then be copied without any understanding of the format. This is even how IP's own ICMP protocol knows how much of an IP packet it should (at least) include in an error message so that the sender can know what triggered the error. TCP, UDP, ICMP and IP were all designed contemporaneously; UDP frag…
Re: AWS to begin charging for public IPv4 addresses
#349This 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-…
> spent $ billions buying up ASN blocks. You can't buy/sell/trade "ASN blocks". The only people handling "ASN blocks" are the 5 RIRs (APNIC, RIPE NCC, ARIN, AfriNIC and LACNIC) and IANA. > owning IPs is the ultimate rent seeking cloud business It also seems that your use of "rent seeking" doesn't match established use. It normally refers to people extracting money for things far beyond their actual value. The IPv4 ma…
That's not what "rent-seeking" means at all.
Rent-seeking is extracting wealth from a system without creating anything. It's a term meant to differentiate profiting via productivity/adding value (eg. manufacturing a better product and outcompeting others) and profiting via extracting value from others without adding anything (eg. buying out all of the manufacturers of a product and leveraging your monopoly position to jack up prices).
Amazon haven't created any value here - they own enough of a stock of a scarce, in-demand resource that they can charge a great deal for it. It's the definition of rent-seeking.
Re: AWS to begin charging for public IPv4 addresses
#350Earlier quoted context omitted.
Thanks! Macro-expanded: AWS: IPv4 addresses cost too much, so you’re going to pay https://news.ycombinator.com/item?id=36942424 (3 days ago, 186 comments) AWS Begins Charging for Public IPv4 Addresses https://news.ycombinator.com/item?id=36910994 (6 days ago, 36 comments) AWS Public IPv4 Address Charge and Public IP Insights https://news.ycombinator.com/item?id=36910855 (6 days ago, 9 comments)
You make it sounds like that expansion was performed automatically. Is that something HN's reply box supports?