2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
0
Hello.
Instead of copying backups from S3 to S3, why not create backups with AWS Backup?
With this, there is no need to create shell scripts, so you can set it up right away.
https://docs.aws.amazon.com/aws-backup/latest/devguide/s3-backups.html
0
If you want automated copies of your S3 objects to another buckets right at the time of creation/PUT then S3 replication is also an ideal feature to use. You can configure an S3 LC policy at the destination bucket if we want to keep only last X days of objects. Its worth exploring if it satisfy your use case and requirements. There are many customers who solely relay on S3 replication rather than AWS backup for S3.
respondido hace 3 meses
Contenido relevante
- Como solucionar el error: Supplied Policy document is breaching Cloudwatch Logs policy length limit.Respuesta aceptadapreguntada hace 6 días
- preguntada hace 20 días
- preguntada hace un mes
- OFICIAL DE AWSActualizada hace 9 meses
- OFICIAL DE AWSActualizada hace 3 meses
- OFICIAL DE AWSActualizada hace 4 años
I fully concur, AWS Backup is THE way to go for such backups. In my team, we use it very heavily: simple, efficient and rock-solid.