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

DevOps

1624 readers
1 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 month 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.

[–] [email protected] 2 points 1 month ago

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

No, it is not.

[–] [email protected] 1 points 1 month 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.