Cloud makes it easy to build fast, but also easy to make expensive mistakes. What’s a mistake you’ve made (or seen) that others should avoid? submitted by /u/logical_people
Originally posted by u/logical_people on r/ClaudeCode
Cloud makes it easy to build fast, but also easy to make expensive mistakes. What’s a mistake you’ve made (or seen) that others should avoid? submitted by /u/logical_people
Originally posted by u/logical_people on r/ClaudeCode
1 Comments
piranhaphish@lemmy.world · 1 pts · 120d
I deleted a production database. Backups and all.
I was reviewing databases in RDS, and I saw one left over from an earlier project of mine. So I deleted it and, knowing it have been used only for a temporary test, I instructed AWS to delete all of the automatic snapshots.
10 minutes later a colleague messages me asking if I deleted his database for his live project. I laughed at first thinking it was a joke, because it didn't even occur to me that it could have been his database.
The lesson: Don't name your databases generic names.