Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
The Internet Technology

Brace Yourself, IPv6 is Coming (supabase.com) 320

Paul Copplestone, co-founder of Supabase, writing in a blog post: On February 1st 2024, AWS will start charging for IPv4 addresses. This will cost $0.005 per hour -- around $4 month. A more accurate title for this post would be "Brace yourself, IPv4 is leaving," because I can't imagine many companies will pay to keep using the IPv4 address. While $4 is relatively small for an individual, my hypothesis is that AWS is a foundational layer to many infrastructure companies, like Supabase -- we offer a full EC2 instance for every Postgres database, so this would add millions to our AWS bill.

Infrastructure companies on AWS have a few choices:
1. Pass on the cost to the customer.
2. Provide a workaround (for example, a proxy).
3. Only offer IPv6 and hope the world will catch up.

This discussion has been archived. No new comments can be posted.

Brace Yourself, IPv6 is Coming

Comments Filter:
  • Leave me behind (Score:3, Insightful)

    by AlexSledge ( 10102306 ) on Wednesday January 17, 2024 @10:05AM (#64166697)

    If all of the advertising folks and other BS moves on to IPV6 with the rest, I'll be happy to stay on the OldNet and forgotten.

    • by LordHighExecutioner ( 4245243 ) on Wednesday January 17, 2024 @10:30AM (#64166799)
      Call me old fashioned (and it wouldn't be the first time), but I will stick to my old DECnet [wikipedia.org] address, thank you!
    • Re:Leave me behind (Score:5, Insightful)

      by RitchCraft ( 6454710 ) on Wednesday January 17, 2024 @11:59AM (#64167151)

      I can subnet an IPv4 address in my head, can't do that with IPv6. IPv6 is functional but it's a beast to implement. Remember the good old days of setting up IPX/SPX to network DOOM and Papyrus Nascar Racing on your 486 computers? Ah, good times.

      • Re:Leave me behind (Score:5, Insightful)

        by saloomy ( 2817221 ) on Wednesday January 17, 2024 @01:06PM (#64167377)
        All IPv6 subnets are the same size (64 bits). You dont need to subnet them, They come that way. The issue is notation. 0::0 crap is hard to understand. 0.0.0.0.0.0.0.0/0.0.0.0.0.0.0.0 should be the notation. Not double-hex, colon separated, often missing notation. We dont say 192.168..1 for 192.168.0.1.
        • Re:Leave me behind (Score:5, Insightful)

          by jonadab ( 583620 ) on Wednesday January 17, 2024 @04:23PM (#64168091) Homepage Journal
          Honestly, I think they should've stuck with dotted quad notation, and just made each of the four numbers 16-bit, so the range would go from 0.0.0.0 to 65535.65535.65535.65535, and have ICANN "reserve" all addresses where the first sixteen-bit number is less than 256. That would still leave effectively a 56-bit usable address space, and it avoids any possibility of ambiguity as to whether a given address is the old kind or the new kind, while still keeping the familiar dotted-quad notation. Five-digit numbers are easier to visually parse than a series of _eight_ numbers, especially when some of the numbers are 0, which tends to happen a lot (especially with network addresses and subnet masks).

          Another reasonable option would be to use a prefix (perhaps "x") and then write the numbers in hexadecimal notation. So then the range would be x0.0.0.0 to xFFFF.FFFF.FFFF.FFFF. This has the side benefit of making some of the more common subnet masks more intuitive, and makes it easier to count bits when applying /nn notation (though we'd have to be clear about whether the /nn is still in decimal, or is now in hex; I prefer the former, but the really important thing is to bake the answer into the standard so everyone is on the same page).

          But what they _really_ should have done, is just increase the size of the address space and change as few other things as possible to make that work. Then maybe it would've eventually been adopted into widespread use. Making IPv6 so different and so much more complicated that you need an entire separate college degree program to teach anyone how to work with it, was the big mistake.
          • by jd ( 1658 )

            The purpose for the address structure is that the top half of the address is always the path through the network, the lower half always the ID of the device.

            This means routers don't need to look at whole addresses, only one byte either side of the current point, although it's rarely implemented that way.

            It also means devices are mobile. The machine's unique ID can be used to track the machine as it moves between ISPs.

      • Re:Leave me behind (Score:5, Insightful)

        by Darinbob ( 1142669 ) on Wednesday January 17, 2024 @01:52PM (#64167543)

        People say this, but is this honestly the REAL reason people don't like IPv6? The problem with IPv4 is that it has too few addresses, and the reason you claim to like it is precisely because it has too few addresses... This is like saying you don't like 64-bit processors because you can no longer recognize if an address is in the heap or not.

        We've got IPv6 at work, because we make devices that use it. Generally you can recognize from the first 4 hex digits if it's the link-local to the lab netwokr versus the corporate site lan, etc. Since I've been using it almost exclusively for over 15 years, I can handle IPv6 addresses pretty easily but I'm getting too rusty on recognizing IPv4 addresses...

        Implementing IPv6 is easy. It's simple and straight forward. IPv4 adds a lot of complexity if you need a stack that does both, mostly because there are a lot of oddities added to IP (NAT for example).

      • Re:Leave me behind (Score:5, Insightful)

        by Spazmania ( 174582 ) on Wednesday January 17, 2024 @02:42PM (#64167715) Homepage

        I can subnet an IPv4 address in my head, can't do that with IPv6.

        Baloney. Figuring the subnet boundary in IPv6 is trivial. For one thing, it's almost always /64, falling exactly in the middle of the 128-bit address.

        For another it's hexadecimal, base 16. That means you only have to remember 4 masks, because everything beyond those 4 moves which digit the mask applies to. Moreover, savvy IPv6 users pick subnet masks that always fall between two digits so that they never have to -change- one of the numbers when applying the netmask like they do in IPv4.

        What you meant to say is that you can't memorize the IPv6 address because it's too long. That's not a bug, it's a feature. Half the problems with the TCP/IP protocols stem from developers and operators working with bare addresses when they should be working with names and letting the name service find the address.

    • So, the protocol that costs more to maintain, making it less accessible to creators and average citizens? That half the world doesn't even have access to? That citizens don't have reachable at their homes due to CGNAT or dynamic addresses?

      Enterprise will hoard up ipv4 for the foreseeable future as well as presenting ipv6 options. Supporting universal Internet access means supporting ipv6.

    • They're already dual-stack. They're not going to abandon any eyeballs they don't have to.

  • by Mr. Dollar Ton ( 5495648 ) on Wednesday January 17, 2024 @10:10AM (#64166717)

    How long has it been, 20 years?

    • by Sique ( 173459 )
      30 years. We had IPv6 courses back in the early 1990ies.
      • Yes, but IIRC we first got ipv6 in the beginning of the 2000s. In 93 or thereabouts I was telneting to www.cern.ch and trying out HTTP/HTML. I may be wrong - there Shirley would have been earlier deployments.

        • Yes, but IIRC we first got ipv6 in the beginning of the 2000s. In 93 or thereabouts I was telneting to www.cern.ch and trying out HTTP/HTML. I may be wrong - there Shirley would have been earlier deployments.

          Whether or not you're right DON'T CALL ME SHIRLEY!

        • There were, but stop calling me surely.

      • by Junta ( 36770 )

        Well, IPv6 was a more academic thing in the 90s. It was originally released in 95 (so missed 'early'), but then significantly redefined in 1998. They tried to ignore the need for centrally managed parameters so DHCPv6 didn't make it in until 2003 or so, with some ISP requirements trickling in over the next decade or so to make it reasonably deployable in a standards based ecosystem. So 20 years is about right for it to be *vaguely* workable, but I'd give it only about a decade of realistically having eno

      • I remember when I was making Ethernet switches back in the early 00's that each and every RFP I ever saw made IPv6 support a hard requirement.

        Which then they ignored completely after implementation. I don't recall one single site using it. I visited the NASA facility back then near Moffet Field and they were 100% IPv6 way back then. (We didn't get that deal). Nobody else until Telco back-haul networks developed and they used it a lot.

        NAT happened, and that extended the life of IPv4 by at least 4

      • Re:Any day now! (Score:4, Interesting)

        by Tough Love ( 215404 ) on Wednesday January 17, 2024 @04:26PM (#64168117)

        It's because IPv6 is a poorly engineered piece of crap farted out by a circle jerk of self absorbed asses in an ivory tower. It doesn't succeed because it's insufficiently transparent, with pathetically little effort made towards backward compatibility and a completely fucked transition plan. As a high school project would earn a D- or worse.

    • Re:Any day now! (Score:5, Interesting)

      by Tim the Gecko ( 745081 ) on Wednesday January 17, 2024 @10:28AM (#64166787)

      Slightly longer than that, as IPv6 RFCs came out in 1995-1998. But the address space advantage of IPv6 only kicked in in the early 2010s [wikipedia.org] when it became much more expensive to obtain IPv4 address space. In 2011 Microsoft piad Nortel $7.5m [networkworld.com] for IPv4 address space ($11.25 per address). It was only a matter of time before that sort of cost got passed on to customers by companies like AWS.

    • by amorsen ( 7485 )

      Many core routers still do not have full feature parity between IPv4 and IPv6, on the latest software release. Even new models.

      There are a bunch of ways to get IPv6 transported in an IPv4-only network, but getting IPv4 transported in an IPv6-only network is not nearly as well supported. IPv6 will always be an afterthought if you have to implement a full IPv4 backbone anyway, before you can start doing IPv6.

      • I hear most of the cloud infrastructure of the big players is now ipv6 based (I'm not in that business anymore, so no first knowledge except the occasional paper that passes by me), and has been for a while, so I was curious why there aren't more spillovers. Maybe this is the first trickle.

        • by flink ( 18449 )

          In AWS it's basically just a checkbox to assign a public IPv6 address to an EC2 load balancer. For individual instances inside your VPC it doesn't really matter since it's all private address spaces anyway. I've never bothered with v6 addresses internally as the 10/8 v4 CIDR has always been big and flexible enough.

          But the reality is that most businesses only need a handful of public-facing addresses anyway, and the $4/address/mo has to be weighed against possible compatibility issues and lost customers.

          • Depends on the requirements and the budget, I guess. I've seen deployments of banks that were entirely from ipv4 routable blocks and all communication between offices was done over point-to-point leased lines between routers at their offices, and with phone company VPN connections to a private gateway for mobile access. The result was a network completely separable from the internet, yet completely addressable and it was a really large block. But it was a rather long time ago and getting a bit fuzzy why. I

            • by CAIMLAS ( 41445 )

              There's absolutely no reason why you couldn't implement something like that with IPv6 natively. It would actually be easier to do in some ways.

    • Yes, I had my first course in IPv6 in 2003, still got the certificate!

  • If you deployed IPv6 years ago like you were supposed to then this would be a non event. The ISP i use here has provided native IPv6 connectivity since 2007.

    Keeping legacy IP running is expensive, you have horrible kludges like NAT and the proxy these supabase guys are talking about, and costs for legacy IP are only going to keep increasing. The sooner it dies out the better because even for those of us who deployed IPv6 years ago, we are stuck with the costs, hassle and risks of legacy IP to access antiquated sites that haven't.

    Slashdot is a prime example of this, using cloudflare which is fully ipv6-capable but for some reason didn't deploy AAAA DNS records. Thankfully you can manually override the DNS and force it to use IPv6 over cloudflare.

    • by zekica ( 1953180 )
      Replying to undo wrong moderation.

      I completely agree with you.
    • by billyswong ( 1858858 ) on Wednesday January 17, 2024 @10:24AM (#64166769)

      Ask all the ISPs around the world why they haven't provided IPv6 to internet users. According to https://stats.labs.apnic.net/i... [apnic.net], so far India get >80% IPv6 coverage, while all other countries range from a half to nearly none. No serious websites can risk losing the majority of potential visitors just for saving a few bucks.

      To the ISPs, they win by stuck behind together. No need for infrastructure upgrade as long as all their buddies don't upgrade either.

      • There's also no reason for residential subscribers to have 64bit addressing all the way to the end-user node. Most have some form of NAT as a "firewall," and that thing isn't about to be reconfigured to allow everything to go through. The ISP's lawyers and accountants would have a fit. Further most of the ID10Ts using it have no idea it even exists in their house, and expecting them to reconfigure it is asking for trouble. So the NAT stays.

        As a result of having NAT, you instantly loose the principle benef
        • As a result of having NAT, you instantly loose the principle benefit of IPv6: Every node having a publicly accessible address.

          Have you not noticed how insecure all the IoT devices are? Removing NAT and making them directly Internet-accessible will be a disaster.

          Yes, we can have statefull firewalls, but these also eliminate most of the supposed advantages of directly-accessible devices.

          What's going on is that the gods of the Internet have had an irrational hatred of NAT and the result is the mess that is the transition to IPv6.

        • With IPv6 you don't need NAT. You don't need to get assigned a unique 64-bit suffix, you take the suffix that comes with your device already, all you get assigned is a 64-bit prefix assigned to your home, that multiplies the number of addresses by billions even before adding the remaining 64 bits. But this disrupts how things are done in IPv4, so there's resistance.

          NAT isn't really security here, it's a hack for getting more addresses but so many think it's a security feature. A simplistic firewall does t

        • by sjames ( 1099 )

          Increasingly, if the home user doesn't have IPv6, there will be places they simply can't reach at all. automatic address configuration is nice as well

          In my case, I do enjoy the v6 addressing. It allows me remote access to a few things on my LAN from my phone.

          For most people, it's all good as long as their router comes with a simple default ruleset that provides the same level of protection as NAT but with less hassle.

          Increasingly, staying with v4 means carrier grade NAT (AKA double NAT) which plays havoc wi

      • Ask all the ISPs around the world why they haven't provided IPv6 to internet users.

        Want to know something absurd? My ISP CG-NATed me when I first joined up, I had a non-public IPv4 address but they did offer a public IPv6 address. This was nearly 10 years ago. So I did what any sane nerd would do and switched to a business account.

        They would *NOT* offer me an IPv6 address. So here I am 10 years later with a perfectly routable IPv4 address that I pay extra for but without the option of having IPv6.

        IPv6 rollout is clearly a case of doing the minimum.

    • by Arnonyrnous Covvard ( 7286638 ) on Wednesday January 17, 2024 @10:36AM (#64166817)

      horrible kludges like NAT

      IPv6 needs to embrace NAT, and protocol designers need to stop thinking that they don't have to worry about keep-alives to punch through middleboxes with IPv6. Transparent end-to-end connectivity doesn't exist on the real internet. If there isn't NAT, there are stateful firewalls. And IPv6 doesn't have a way of dealing with multi-homing that won't explode routing tables and won't burden the servers and clients with complex routing decisions. These problems exist because the IPv6 designers thought NAT was only a kludge to work around address scarcity, but it is much more than that, and IPv6 needs NAT. You can do away with port translations, because there really are enough addresses now, but 1:1 NAT is necessary. Forget your end-to-end addressability: inband-signaling of addresses is the actual horrible design that needs to die in a fire.

      • I guess I don't see the issue with maintaining IPv4 on the internal network for ease of management and only implementing IPv6 on the edge devices that live with one interface on the web.

        Why do I need to go through the pain of implementing IPv6 for internal devices?

        Seems like a "best of both worlds" situation

        • by HBI ( 10338492 )

          The key point of IPv6 was to give flat addressing to everyone. NAT implementation defeats that purpose.

          The problem with IPv6 remains the rest of the stuff that came along with the flat addressing. It was a wish list of crap that lost relevance over the years anyway.

          AWS trying to charge for IPv4 addresses probably results in them losing business long before it drives anything else.

        • I've got to agree. The Modern World doesn't need to know about the Beige G3 Mac running OS 9. IPv6 to the router and let that do the routing to the internal network.

      • IPv6 does support NAT, but NAT is a horrible kludge and is best avoided so it won't get used unless you have no other option.

        There are multiple ways to deal with multi homing - ideally you get your own PI space and announce it via BGP, and the only reason that's rarely done with legacy IP is because it's too expensive - IPv6 address space is easily affordable so this becomes a practical option again. You can bring your own address space to AWS for free too.

        If you don't want to handle BGP yourself, no reason you can't let multiple ISPs announce the address space on your behalf and route it to your circuit either.

        IPv6 also handles multiple addresses per host by design, so even if you have lowend non-bgp connectivity you can multi home by assigning multiple addresses to the devices. This works ootb with the route advertisements.

        Also having to use keepalives just wastes battery life on mobile devices, and the world is increasingly mobile.

        Inband signalling of addresses is absolutely required for p2p to function, otherwise how do you discover any peers other than the one you're directly connected to? If you want to do away with inband signalling you'll end up with a purely client-server model which is a very bad thing.

        • by Big Boss ( 7354 )

          I wish I could convince a last mile ISP to BGP announce my address space. Most of them will even only give a /64 so I can't run VLANs easily. Comcast will give a /60. Smaller ISPs have all acted like I was asking for a class A v4 to get more than a /64.

          I don't know where the OP got the idea that NAT on v6 isn't a thing. NAT64 and NAT66 are both around. They have all the downsides of NAT44 and less of a reason. There is also 1:1, AKA NPT. Firewalls can do everything NAT66 can do from a security perspective,

        • If you want to do away with inband signalling you'll end up with a purely client-server model which is a very bad thing.

          Next up on Slashdot, why does every damn thing come with a requirement for cloud connectivity! NAT is a disease on the network and it has lead to not only horrible network design but given corporations real power over consumers.

        • Inband signalling of addresses is absolutely required for p2p to function, otherwise how do you discover any peers other than the one you're directly connected to? If you want to do away with inband signalling you'll end up with a purely client-server model which is a very bad thing.

          Sorry to pop your bubble. ISPs are not interested in letting their consumer customers enjoy P2P among each other. When they can mark up the price for commercial customers for a public IPv4 address, why spend money on implementations that hurt their business plan? Legacy CG-NAT is what more profitable to them.

      • IPv6 needs to embrace NAT

        I wholly disagree. The 32-bit space made the cost of IP such that NAT is a better idea, but the 128-bit space of IPv6 kind of nullifies the whole reason for NAT on IPv4 in the first place.

        And IPv6 doesn't have a way of dealing with multi-homing that won't explode routing tables and won't burden the servers and clients with complex routing decisions

        Equipment already mostly handles this and hardware with IPv6 is ready to deal with multiple addresses bound to a single device. This is also why a lot of the networking tools require % to denote the interface. But outside of that you can always announce via BGP your own PI, because of the large space that's no longer an

        • NAT is what gives what marginal protection there is to be had for the vast majority of idiots using the internet.

          The idea of flat addressing for everybody/thing is a utopian fantasy that ignores the hundreds of millions of script kiddies that escaped from a " diesel-smoking bus with hundreds of ebola victims" (https://www.hoboes.com/FireBlade/Politics/highway/)

          • A firewall is what gives what marginal protection there is to be had for the vast majority of idiots using the internet.

      • by Strider- ( 39683 )

        Why do you need NAT? There’s no reason for it when you have enough addresses for every cell of every being on earth. You do need firewalls, but the only time I can think of ever needing NAT in ipv6 is if you’re trying to multihome while not running a full BGP stack. That’s a pretty rare usecase.

      • Mobile IPv6 was supposed to be a thing, and was going to be a great tool in the use of predictable IPv6 addresses on portable devices like laptops, but while my Debian kernels still seem to have Mobile IPv6 (mip6) active in them, I can't find any current information on how to actually make use of this.

    • My ISP gave me IPv6 a year ago... Apparently implemented by someone who doesn't know too much about it:
      One static address, and one "static prefix".
      No router advertisements, no DHCPv6, no automatic prefix delegation. Came on paper; here are your addresses, set them up as you can.

    • by DesScorp ( 410532 ) on Wednesday January 17, 2024 @11:04AM (#64166951) Journal

      If you deployed IPv6 years ago like you were supposed to then this would be a non event.

      It's not going to be an event at all. This is simply Amazon screwing itself as their customers leave for Azure and other hosting systems. IPv4 works fine. You can wag your finger at the rest of us all you like. No one likes IPv6, and no one can make us embrace it. There is no address-cataclysm coming. We like the current system. We like NAT, it's useful. Telcos can use 6-bone for phones. No one cares about that. But start messing with our actual computers? Customers will make you feel the pain. If Amazon wants to fuck themselves, by all means, let them. The rest of us will point and laugh.

  • Original Source (Score:5, Informative)

    by dfm3 ( 830843 ) on Wednesday January 17, 2024 @10:15AM (#64166737) Journal
    Why not link to the original source [amazon.com] from July 28, 2023 instead of a blog post rehashing it?
  • When they made this announcement there were still several features that require IPv4. It looks more complete now https://docs.aws.amazon.com/vp... [amazon.com] but I wonder how sharp the edge cases are.

  • The more people that got on here, the worse things got. Things went downhill fast once it started becoming a market place for spammers, scammers, and selling PII (personally identifiable information). The money grab ended up being about how to exploit users instead of how to sell them a service. And this makes sense, once we all had decent access to the Internet such a service simply became a commodity. And there is no exponential growth possible when you're simply offering a service that everyone needs but

    • Some might argue that what "ruined" the internet is software.

      You cant solve the software problem. Think about how many millions of lines of code got executed rendering this simple text reply to your post (its not even unicode! slashdot dont got no time for unicode)

      There is plenty of room in the millions of lines of code that renders this text for some shenanigan's. What does all that code do anyways?

      Wouldn't it in fact be surprising if there wasnt an enormous amount of shenanigan's happening? How else
    • > Would the Internet be better if it were operated centrally by a minister, soviet-style?

      https://en.wikipedia.org/wiki/... [wikipedia.org]

      Soviet style not needed, French is enough..

    • by flink ( 18449 )

      Would the Internet be better if it were operated centrally by a minister, soviet-style?

      This is exactly how the internet operated until the late 90s. The minister's name was John Postel.

  • Hope other cloud providers start doing the same. More IPv4 for us.

    • by EvilSS ( 557649 )
      Azure does and has for a while now. Google charges for them for some uses and is adding most other use cases next month.
  • A lot of cell phones are pretty much all IPv6. Depending on your ISP, you may not have an IPv4 address at all and use NAT64/DNS64 to get to IPv4 only sites, or carrier grade NAT with some local IPv4 address.

    The turtle dances for a lot of people already (www.kame.net).

    • by Bert64 ( 520050 )

      Yes, and accessing legacy sites through the NAT64 gateway is slower (sometimes significantly so) than native IPv6 sites.

      • by Big Boss ( 7354 )

        Any added hop will do that. It's not any slower than the CGNAT gateway. Ideally, the ISP doesn't link the NAT64 to the CGNAT and double up. ugh. And you can always run your own NAT64 locally and it will run as good as your v4 does, with one local hop added.

  • by ClueHammer ( 6261830 ) on Wednesday January 17, 2024 @10:25AM (#64166779)
    Still do not provide any IPV6 connectivity.. (the one I'm on right now for eg) So this is effectively going to punish a lot of users who who cannot get ipv6 and it is out of their control (and understanding)
    • by Bert64 ( 520050 )

      Well those ISPs will claim that there's no demand for IPv6. Those users should have demanded IPv6, and moved to a better ISP if their existing one won't provide it.

      Based on google stats, something like 45% of the world actively use IPv6 to access google, and most of those ISPs are not at 100% usage so there are many more users for whom IPv6 is available but they're not using it for whatever reason (eg old router, bad configuration etc).

    • You certainly cant expect every device that is still in operation (end users / client devices) to support ipv6

      Therefore, 32-bit ip addresses have a real intrinsic value that ipv6 doesnt have.

      Charging a premium for such an address seems reasonable.

      economics man
    • My issue is my ISP only delegates a /64, and I have 10 VLANs on my home network. If you aren't supposed to split a /64 then you are stuck.

    • by yakatz ( 1176317 )
      I have been asking my residential and business ISPs for IPv6 for years and they just don't care. Verizon started providing IPv6 routing announcements to customers in my neighborhood without actual functioning upstream routes, breaking tons of services unless you went into the router and disabled IPv6 completely...
  • by Chris Mattern ( 191822 ) on Wednesday January 17, 2024 @10:30AM (#64166797)

    And always will be.

  • coming? (Score:3, Funny)

    by inerlogic ( 695302 ) on Wednesday January 17, 2024 @10:33AM (#64166813) Homepage
    IPv6 isn't even breathing heavy....
  • IPv4 addresses have cost money for basically forever. That one specific service vendor gave them for "free" (i.e. hid the cost so far) does really not make a difference.

    $4/month is also rather cheap. I pay $20/months for a static IPv4 address at home and have paid that for a few years now. Of course, that is a static address and from my ISP, so it is more expensive. I could use a vserver with a static address instead (starts at around $5/month), but that would mean tunneling with much reduced bandwidth or s

  • The price that they're now charging for a public IPv4 address in AWS comes out to $3.60 a month. By AWS standards, that's a rounding error on your total bill.

    It would probably cost you far more to rearchitect your solution to use an AWS load balancer or application gateway than to get rid of your Elastic IP's. Sure, you should do that for better security anyway, but it's going to take a lot more than this to get most people to change.

  • Yeah, so Verizon turned off IPv6 due to buggy ONT hardware.

    Their 6 vs. 4 rate went from like 60% to more like 3% (self-owned equipment).

    IPv6 was too complicated, sorry. If it were 128-bit v4 we could have been done a decade ago.

    Then moved on to other protocol improvements, probably by now.

    • by yakatz ( 1176317 )
      In my neighborhood, self owned routers would work, but there was something missing in an upstream route and traffic would appear to get past the ONT, but not passed the CO. I contacted an engineer I know at Verizon and he escalated he issue internally - their solution was to stop announcing the IPv6 routes completely (rather than fix the problem)
  • Just like the way those reputable cable and telephone companies do it. This IPV6 vs IPV4 is just a smokescreen for reaching further into your wallet.

    IPV6 is coming any century now.
  • "Amazon decides to institute a new tax on customers they know can't switch off of IPv4 without losing a huge portion of their customers."
    • by higuita ( 129722 )

      you don't need to switch off ipv4, you can use one IP and proxy that to your internal network... you know, like the 3R, to reduce waste:

      Reduce, Reuse, Recycle

  • I remember earnest talks back in 1996 about IPv6. I've heard those same conversations over and over and over and over and over and over and over again over the years. I was "ready" for IPv6 back in 2016, providing real world access to real people. And here is is, 2024, and we're STILL talking about the same da**ed things over and over and over again. CG-NAT and NAT have taken a LOT of US carriers farther than they ever could have imagined and because of that they STILL haven't implemented IPv6, so don't

  • Hypothesizing about the technology infrastructure of a company he co-founded?

    "my hypothesis is that AWS is a foundational layer to many infrastructure companies, like Supabase..."

    Either he is using legalese or does not have a clue about the infrastructure...as Inspector Gadget would say "wowzers" or "go-go gadget brain..."

    Yet not surprised Amazon would start squeezing more blood, err profit out of its users. Reminds me of the time when banks were charging all these fees and making more money than anything.

    J

  • Nobody cares (Score:5, Informative)

    by Loki_1929 ( 550940 ) on Wednesday January 17, 2024 @02:27PM (#64167667) Journal

    If someone's using 1,000 IPv4 addresses on AWS, they're already being ridiculous. But what they'll do instead is just NAT/proxy that traffic to one IPv4 address and save $4,000 a month. But nobody's going through recertifying all their applications, retraining their devs and others, and whatever else to work on IPv6 when 95% of the world is still primarily using IPv4 and 100% of the world still fully supports IPv4 just because Amazon decided to charge a few bucks a month for it.

    IPv4 will still be the primary 10 years from now. Probably 20.

Air pollution is really making us pay through the nose.

Working...