I would like to know how everyone is making external backups of S3 buckets and best practices/recommendations for this. Regardless of how good AWS is it is still a single point of failure.
Especially on a more corporate scale, vast amounts of buckets that are very large.
The S3 buckets functionality seems to be very limited.
My resolution was the following:
The way I'm looking at doing this now is by downloading the data to an external server (bare-metal as EC2 instance is a lot more expensive) and then pushing that to my backups provider.