this post was submitted on 28 Apr 2026
233 points (99.2% liked)

Technology

84171 readers
3330 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dracc@discuss.tchncs.de 4 points 1 hour ago (3 children)

So, running a VM in the cloud is somehow different from "running everything in the cloud"? I'm genuinely confused here, willing to bet I've misunderstood something.

[–] 5too@lemmy.world 1 points 6 minutes ago* (last edited 5 minutes ago)

The idea is that your services run on remote systems without regard for what those systems are (as a VM, docker image, etc.) Your architecture is decoupled from theirs - you can run on an Amazon host one week, and a server in your closet the next.

And as a bonus, systems hosted this way are often harder to scrape as they're all structured differently. Additionally, you can (and should!) take additional measures to protect your data from your provider - something that just can't be done when the provider controls the data architecture.

[–] eestileib@lemmy.blahaj.zone 3 points 51 minutes ago

It's a VM that you set up, you have the image yourself, you could put it on a machine in your living room if you had to.
"I'm paying for a colocation of a machine I administer" is very different from "I've written my application such that it can only run inside an AWS system"

[–] FauxLiving@lemmy.world 6 points 1 hour ago

Operating and administering your own systems infrastructure requires that your business invest in the people to do so, this builds institutional knowledge which makes the important bit, the data and knowledge, portable. If the VM in the cloud gets too expensive you can use another provider, or you can buy hardware and run it locally. If the VM provider cuts your service you still have access to your data because you never lost control of it. Problems can be fixed by in house staff that don't suddenly evaporate for arbitrary reasons or have service outages.

If your entire business depends on Microsoft services and it gets too expensive you have no options but to pay more. If your account gets locked then you're out of business until you can get Microsoft to give you access again. If you want to migrate away, there isn't another Microsoft to move your data to and you've replaced all of your technical staff with a support phone number, which isn't currently accepting your calls.