this post was submitted on 07 Mar 2026
569 points (97.5% liked)

Technology

82363 readers
3480 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
[–] fubarx@lemmy.world 151 points 14 hours ago (3 children)

Given that the infrastructure description included the DataTalks.Club website, this resulted in a full wipe of the setup for both sites, including a database with 2.5 years of records, and database snapshots that Grigorev had counted on as backups. The operator had to contact Amazon Business support, which helped restore the data within about a day.

Non-story. He let Terraform zap his production site without offsite backups. But then support restored it all back.

I'd be more alarmed that a 'destroy' command is reversible.

[–] CubitOom@infosec.pub 40 points 13 hours ago

Distributed Non Consensual Backup

[–] db2@lemmy.world 24 points 14 hours ago (1 children)

Never assume anything is gone when you hit delete.

[–] Vlyn@lemmy.zip 13 points 12 hours ago (1 children)

Except when it's your own data, then usually you're fucked.

[–] msage@programming.dev 5 points 11 hours ago

Usually not.

But you might need a pay a professional.

[–] zr0@lemmy.dbzer0.com 7 points 12 hours ago (3 children)

For technical reasons, you never immediately delete records, as it is computationally very intense.

For business reasons, you never want to delete anything at all, because data = money.

[–] wewbull@feddit.uk 2 points 10 hours ago (1 children)

Retaining data can mean violating legal obligations. Hidden backups can be a lawyers playground.

[–] zr0@lemmy.dbzer0.com 1 points 9 hours ago

Sure. Go ahead and find them based on pure speculation. First you have to put down $100k for all the forensics. Even if you would win the case, show me who is capable of doing something like that.

[–] brbposting@sh.itjust.works 4 points 12 hours ago

Thought it could be a liability sometimes! Maybe that ship sailed

[–] jaybone@lemmy.zip 1 points 9 hours ago

Back in the day, before virtualized services was all “the cloud” as it is today, if you were re-provisioning storage hardware resources that might be used by another customer, you would “scrub” disks by writing from /dev/random and /dev/null to the disk. If you somehow kept that shit around and something “leaked”, that was a big boo boo and a violation of your service agreement and customer would sue the fuck out of you. But now you just contact support and they have a copy laying around. 🤷