It was to talk about “team restructuring”

    • wim@lemmy.sdf.org
      link
      fedilink
      arrow-up
      53
      arrow-down
      1
      ·
      1 year ago

      Got to agree with @[email protected] here, although it depends on the scope of your service or project.

      Cloud services are good at getting you up and running quickly, but they are very, very expensive to scale up.

      I work for a financial services company, and we are paying 7 digit monthly AWS bills for an amount of work that could realistically be done with one really big dedicated server. And now we’re required to support multiple cloud providers by some of our customers, we’ve spent a TON of effort trying to untangle from SQS/SNS and other AWS specific technologies.

      Clouds like to tell you:

      • Using the cloud is cheaper than running your own server
      • Using cloud services requires less manpower / labour to maintain and manage
      • It’s easier to get up and running and scale up later using cloud services

      The last item is true, but the first two are only true if you are running a small service. Scaling up on a cloud is not cost effective, and maintaining a complicated cloud architecture can be FAR more complicated than managing a similar centralized architecture.

      • shiftymccool@lemm.ee
        link
        fedilink
        arrow-up
        13
        ·
        1 year ago

        I worked in operations for a large company that had their own 50,000 sq ft data center with 2000 physical servers, uncountable virtual servers, backup tape robots, etc… Their cooling bill would like to disagree with your assessment about scaling. I was unpacking new servers regularly because, when you own you own servers, not only do you have to buy them, but you have to house them (so much rented space), run them, fix them, cool them, and replace them.

        Don’t get me wrong, I’ve also seen the AWS bill for another large company I worked for and that was staggering. But, we were a smaller tech team and didn’t require a separate ops group specifically to maintain the physical servers.

        • wim@lemmy.sdf.org
          link
          fedilink
          arrow-up
          21
          arrow-down
          2
          ·
          1 year ago

          If you really need the scale of 2000 physical machines, you’re at a scale and complexity level where it’s going to be expensive no matter what.

          And I think if you need that kind of resources, you’ll still be cheaper of DIY.

      • 1984@lemmy.today
        link
        fedilink
        arrow-up
        14
        arrow-down
        2
        ·
        1 year ago

        You are paying aws to not have one big server, so you get high availability and dynamic load balancing as instances come and go.

        I agree its not cheaper than being on prem. But it’s much higher quality solutions.

        Today at work, they decided to upgrade from ancient Ubuntu version to a more recent version. Since they don’t use aws properly, they treat servers as pets. So to upgrade Ubuntu, they actually upgraded Ubuntu on the instance instead of creating a new one. This led to grub failing and now they are troubleshooting how to mount disks etc.

        All of this could easily be avoided by using the cloud properly.

        • ElectricCattleman@lemmy.world
          link
          fedilink
          English
          arrow-up
          14
          arrow-down
          1
          ·
          1 year ago

          That could be avoided by using on prem properly, too. People are very capable of making bad infrastructure whether on prem or cloud.

          • wizardbeard@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Yep. Virtualization is not a unique selling point of the cloud, despite the benefits of it seeming to be one of the largest selling points.

        • wim@lemmy.sdf.org
          link
          fedilink
          arrow-up
          11
          ·
          edit-2
          1 year ago

          I used to work on an on premise object storage system before, where we required double digits of “nines” availability. High availability is not rocket science. Most scenarios are covered by having 2 or 3 machines.

          I’d also wager that using the cloud properly is a different skillset than properly managing or upgrading a Linux system, not necessarily a cheaper or better one from a company point of view.

        • computergeek125@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          1 year ago

          We have on prem and do all our upgrades by burn the OS and move the data, with the exception of the hypervisor OS (which has a pretty resilient bulk self upgrade built in, and we have a burn-the-OS plan documented for if they do crash). Even system file corruption of a random pet server? New VM and reattach the data disk. Need high availability? Throw F5 or HAProxy at the problem (assuming L7 protocol support).

          Both cloud and on prem can work equally when done right. The most important part is to understand that both have different types of cost (human, machine, developer) and to make the right choice based your/your customer’s needs and any applicable laws or regulations about data locality. And yeah, sometimes one will be better for someone and not someone else.

          Seven figures of cloud engineering can’t solve stupid, but neither can seven figures of datacenter. This isn’t some Sith/Jedi concept where you have hard definitions of dark and light or good and evil - though sometimes both will see each other as the enemy, and they are in a way competitors.

        • severien@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          1 year ago

          Being cloud-agnostic also means additional cost/complexity.

          Sometimes the only way to win the game is by not playing it.

          • MrPoopyButthole@lemmy.world
            link
            fedilink
            English
            arrow-up
            8
            ·
            1 year ago

            I would argue that most cloud native services existed in their standalone forms way before public clouds made their own versions. For example there are loads of message queue systems that are just as easy to incorporate and are cloud agnostic, some of them are FOSS. Sure you can reinvent the wheel but in most cases something like RabbitMQ will work OK depending on the use case. Having cloud vendor lock in is where cost catches up with you. Complexity is arbitrary since there are ways to make anything overcomplicated.

            • severien@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              1 year ago

              RabbitMQ is more expensive on AWS than e.g. SNS/SQS. It’s not a coincidence, you’re trading lock-in for a cheaper price.

              The increased complexity comes from the fact you will need some components which exist in either managed, but vendor lock-in form, or you need to spin them up / managed yourself.

              • MrPoopyButthole@lemmy.world
                link
                fedilink
                English
                arrow-up
                3
                ·
                1 year ago

                Right, paying for managed services whether cloud native or not is pretty much the same thing, it hurts in the pocket. Spinning up your own RabbitMQ on a VM is both cheap and cloud agnostic, especially if sized right.

    • m4xie@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      edit-2
      1 year ago

      I didn’t look at the username, so this came across as an underserved Orwell-referencing insult. Lol

      Accusing him of being O’Brian or something.