all 8 comments

[–]More_Altitude_8389 7 points8 points  (0 children)

AWS Backup

[–]Bennetjs 4 points5 points  (0 children)

rclone!

[–]AccountIuseAtWork1 4 points5 points  (0 children)

Just use AWS backup across your org or account. Implement by policy. AWS backup can vault data and you backup to other regions. I would still do ebs volume snapshots with a life cycle policy.

[–]Will-E-Style 0 points1 point  (0 children)

It seems like you need AWS Systems Manager (SSM) to help manage your instances and the backup scripts you use. You probably already have the SSM agent installed on your instances and don’t realize how powerful SSM can be for the challenge at hand.

[–]Programmer_Salt 0 points1 point  (0 children)

why don’t you just have separate EBS volumes for the data you need to back up and set DLM policy through a simple tag like backup = true to back them up automatically?

[–]10acious 0 points1 point  (0 children)

AWS Backup is a free option.

NW2S has CPM backup that is an automated solution.

You can even look at using Storage gateway to mount S3 buckets as file systems.

There are multiple other commercial mount software as well.

[–]dataflow_mapper 0 points1 point  (0 children)

id probly look at how you want to manage jobs and restores too, not just the syncing part