• @takeda@lemmy.world
    link
    fedilink
    18910 months ago

    I love it, because it is not an over exaggeration like it happens most of the time with memes, but actual, real diagram for WordPress.

  • @jemikwa@lemmy.blahaj.zone
    link
    fedilink
    English
    9510 months ago

    The good news is, based on the diagram looking like it’s straight from AWS docs, there’s a Cloud formation template for all that.
    Bad news, good luck troubleshooting any of it if something breaks

    • ono
      link
      fedilink
      English
      76
      edit-2
      10 months ago

      More good news: There are lots of simpler hosts that are more deserving of your money than Jeff Bezos.

        • Madlaine
          link
          fedilink
          1610 months ago

          Depends on your region and use-cases.

          As fellow german I luckily have an answer for smaller projects, where my non-techy mother-in-law hosts her own business wordpress since years without any issues. It’s just a simple webhoster with ssh-login.

          https://uberspace.de/de/

          Best thing: it’s pay-what-you-want. My first projects were 1€/mo because i was broke; nowadays I voluntary pay a bit more.

        • @m_randall@sh.itjust.works
          link
          fedilink
          1010 months ago

          I’ve been with digital ocean for more years than I can remember. I love Digital Ocean. Their core product is great, great UI, API, and their new products have been great as well. I’m using their K8s managed install for a year or so now on a product with no issues.

          I believe they have 1 click installs for Wordpresss.

          Here’s a referral code for $200 over 2 months if anyone wants to try it:

          https://m.do.co/c/cb6d78945519

          • Jelloeater
            link
            fedilink
            English
            110 months ago

            I adore DO. They offer so many good products beyond VMs these days. Their K8s is cheap and their AppEngine stuff is like baby FarGate, sort of. They even offer server less as well. S3, RDS, NLBs, it’s all there 😎

        • qaz
          link
          fedilink
          710 months ago

          Hetzner has €2/m webhost plan with Wordpress installer

      • @railsdev@programming.dev
        link
        fedilink
        3
        edit-2
        10 months ago

        I’m a huge fan of Fly.io. I deal with Kubernetes on AWS all day at work; Fly gives me the power of Kubernetes without the configuration hell that comes along with it. I just Dockerize my app and push it up.

        Huge bonus points for multi-region support and Anycast IP addresses too. And they support IPv6 which is always a dealbreaker for me.

  • Daniyyel
    link
    fedilink
    5310 months ago

    Arstechnica runs on WordPress on AWS, and they have a really nice series of articles about it. Sure, you could use just one EC2 instance for everything, but on a high traffic website you would need a bit more.

    • AggressivelyPassive
      link
      fedilink
      810 months ago

      But how many sites really are high traffic?

      That’s the thing with almost all of the cloud stuff: reasonable at scale, but overcomplicated garbage for 95% of the users.

      • @gornius@lemmy.world
        link
        fedilink
        6
        edit-2
        10 months ago

        95%? More like 99.999%, considering how many Wordpress sites are there.

        And in many of these 0.001% cases, simple horizontal scaling would do the trick.

        And if you need more than that, just use something that can work on the edge.

        • @thejodie@programming.dev
          link
          fedilink
          1
          edit-2
          10 months ago

          There’s a big chunk of sites that have WP running but are mostly just static content, confusingly. If you update the content once a month and disable all comments, maybe another tool could fit better there. ¯\(ツ)

          • @henfredemars@infosec.pub
            link
            fedilink
            English
            1
            edit-2
            9 months ago

            I thought the same thing and tried to do a static site generator for a while, but I just liked the WordPress UI too much for composing and editing vs manually placing my images in an assets folder and remembering the file names to add them in my markdown.

            Besides, with a good caching solution, isn’t WordPress effectively a static site with extra steps for many use cases?

            • @thejodie@programming.dev
              link
              fedilink
              19 months ago

              I’ve definitely used WP in that manner as well. At that time there were plugins that would render the pages out to static HTML in object storage. I’m sure there still are, but possibly not the same ones I used.

              I just prefer not to use or manage WP whenever possible.

  • @onlinepersona@programming.dev
    link
    fedilink
    English
    29
    edit-2
    10 months ago

    The equivalent of “just configure && make && make install bro, it’s super easy”

    (it never is)

    Edit: Alright, is it just my browser or does lemmy not know how to hand ampersands? Test: && && & &

  • @quicken@aussie.zone
    link
    fedilink
    2710 months ago

    Gotta do that for my blog. It’ll score me my next job. Might cost me $300 a month for a blog no one reads.

    • Jelloeater
      link
      fedilink
      English
      010 months ago

      Try DO AppEngine and Hugo, free static site, and image hosting w CDN for … $5 a month for the bucket.

  • @saltesc@lemmy.world
    link
    fedilink
    1210 months ago

    Been out of the game a long time. Is Wordpress still used heavily or are people shifting to other platforms? For all the easy power it had, it always required convincing to do what it wasn’t originally intended to do. Dunno if that’s still the case but seems it.

    • @sfcl33t@discuss.tchncs.de
      link
      fedilink
      810 months ago

      I had the same impression until recently. It’s now evolved into a high end, professional content management system and a ton of very high traffic sites use it. Wired runs on WordPress. Here are some other sites

    • funkajunk
      link
      fedilink
      English
      510 months ago

      Oh yeah, it’s used extensively. It’s far and away the most popular CMS.

  • fernandu00
    link
    fedilink
    10
    edit-2
    9 months ago

    Last time I tried aws, took me like four hours to figure that I had to borrow another IP address (different than the ip I received when created the instance) in order point it at my domain. Took me a long time find that option in the menu too

    Edit:added cohesion and some punctuation.

    • Daniyyel
      link
      fedilink
      1710 months ago

      Autoscaling isn’t only used the grow the number of servers under load, but also to guarantee availability of a fixed number. If the max is set to 1, the bastion host is protected against hardware failure, zone outages, or just you screwing up. Accidentally killed your bastion host? No problem, within a few minutes autoscaling will have provisioned a new one and you’re good to go again.

  • haruki
    link
    fedilink
    510 months ago

    From my personal experience, AWS is extremely powerful (especially on security and networking). If you cross the learning curve, and know automation or Infrastructure as Code (e.g. Terraform) then it’s fast and easy to build almost any architecture.

    But yes, it’s overkill for a simple website or a simple setup (if one is not familiar with AWS).