Launching Route 53 Files

(daemonology.net)

59 points | by louis-paul 3 hours ago

10 comments

  • dbarlett 2 hours ago
    Speaking as a former Blog Bar Raiser, cperciva has internalized the AWS blog style guide better than most Amazonians. This is spot-on.
    • cperciva 2 hours ago
      Wait, there's an official style guide?

      (In all seriousness, I've been reading AWS launch posts for 20 years; this one was mainly imitating the S3 Files launch post but I diverged by adding the customer quote and the FAQ -- because of course I started this process with a PRFAQ, and some of the questions in the FAQ are legitimately important.)

      • dbarlett 2 hours ago
        I left 18 months ago, so my memory is a bit fuzzy, but there was at least an overall style guide, one for each post type (e.g. a launch announcement), and the style for procedures (inherited from AWS Docs).
        • cperciva 2 hours ago
          Oh, I was being facetious. I'm pretty sure Jeff mentioned needing to spend time writing a style guide when he started having other Amazonians write posts for "his" blog.

          As a non-Amazonian I've never seen it, of course.

  • mlhpdx 2 hours ago
    At first I thought this was a general purpose file system over R53, ala Corey Quinn. But my, what a gorgeously terrible idea. Well done.
    • colechristensen 2 hours ago
      to be fair, it's also that just with some severe restrictions on filenames
  • dougcalobrisi 1 hour ago
    Route53 makes a great, simple, HA key-value store for some use cases. I've used it in GitHub Actions when nothing else was easily available to store values and put a little post together explaining how a while back. For many things, there isn't a reason for more complexity.

    https://doug.sh/posts/route53-as-a-key-value-store-2026-edit...

    • fr2029 0 minutes ago
      neat, thanks
  • stackghost 10 minutes ago
  • threecheese 2 hours ago
    A “schema that reads like XML that learned JSON in prison” IM DEAD

    Stealing this. Gold lies at the intersection of cperciva and quinnypig.

  • ChiperSoft 3 hours ago
    Are there that many people managing their dns by hand that they need this? Outside of various txt records, most of my domains are mapped to specific resources via automation.
    • cperciva 3 hours ago
      There are apparently many people managing their S3 Objects by hand but long to have them in a file system, yes.
    • regularfry 3 hours ago
      I don't think this is there to satisfy "need".

      But "automation" with this could legitimately (well, mostly) be based on a git repo with an s3files mount inside it. And a cron job, if you really want to get fancy.

      • cperciva 2 hours ago
        Files which aren't DNS keys get ignored by Route 53 Files. So you could absolutely have a git checkout and update your DNS with 'git pull'.
    • stackskipton 2 hours ago
      Last job, we did for various control/audit reasons BUT it was all IaC and tickets.
    • colechristensen 2 hours ago
      This is... well it's mostly a joke. It's funny but you can indeed use and interact with DNS as a file store or have a file system based control over records.

      Both DNS and S3 or any filesystem really... they're just key/value stores.

      DNS also has considerably higher reliability and compatibility than almost anything else

    • esseph 3 hours ago
      > Are there that many people managing their dns by hand that they need this?

      How many thousands or millions of employees does your org have? And how many projects deployed over the decades?

  • GuinansEyebrows 3 hours ago

        > Q. Is this HIPAA compliant?
        > A. Please do not store patient information in DNS.
    
    love this. reminds me a little of something else in the realm of DNS "hosting" posted to hn a few years ago [0][1]

    [0]https://banner.triweb.dev [1]https://news.ycombinator.com/item?id=39502097

  • tonymet 2 hours ago
    Am I the only one who thinks that read() and write () (block based api) would be a poorer experience for managing key/value dns records?
  • YesThatTom2 1 hour ago
    This is FANTASTIC! I laughed so hard I nearly fell out of my chair.

    Have you seen DNSControl?

    If you want a serious alternative to the Route53 API, there's an open source project called https://dnscontrol.org/ DNSControl. It's like Terraform for DNS but it doesn't suck like Terraform.

    Version v5.0 just shipped. It's a major rewrite that makes it much more extensible.

    https://github.com/DNSControl/dnscontrol/releases/tag/v5.0.0