this post was submitted on 26 Jun 2024
17 points (100.0% liked)

DevOps

1573 readers
10 users here now

DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.

Rules:

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] IsThisAnAI@lemmy.world 2 points 6 days ago

Depends on the criticality of data. If you have truly business ending or catastrophic business results from days loss, you should be using off site as well (Amazon will also do it for you) and possibly a secondary off site not with Amazon.

For smaller less important shit you probably can't afford to do all that.

[–] Max_P@lemmy.max-p.me 10 points 1 week ago (2 children)

The question is more like where else would you put your backups?

If you care that much about the data then yeah you'll probably take the time to export that snapshot to a third-party service, possibly another cloud. But if you're just going to throw it in an S3 bucket or something, you're basically just manually doing what AWS already does for you internally, so a complete waste of time.

[–] veer66@lemmy.one 2 points 6 days ago

The question is more like where else would you put your backups?

No, it is not.

[–] collagenial@lemmy.max-p.me 1 points 6 days ago

Eh, it’s not a complete waste of time - AWS will only allow for 35 days of snapshots because they want you to use yet more managed services like Backup. Tossing even 60 days of backups on S3 can make clients a lot happier.

[–] BetterDev@programming.dev 7 points 1 week ago

Yeah pretty much. It obviously depends on your company's continuity priorities but you're going to have a pretty hard time doing a better job of backing up databases and keeping them safe per dollar than Amazon does.

[–] lemmyng@lemmy.ca 2 points 1 week ago

It's not free of risk (regional datacenter outage, account termination), but for a lot of companies the above are acceptable risks compared to the cost of managing this yourself.