1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
You can use EventBridge to schedule a lambda, then use boto3 to take the snapshot directly to S3, like this example to star/stop the instance, just change the stop_db_cluster for create_db_snapshot, like this example:
rds_client.create_db_snapshot(DBSnapshotIdentifier=snapshot_id, DBInstanceIdentifier=instance_id)
Then create a S3 lifecycle policy to expire the files.
respondido hace 3 años
Contenido relevante
preguntada hace un año
preguntada hace 9 meses
preguntada hace un año
