Is there a way to setup a rolling window of manual...
# aws
g
Is there a way to setup a rolling window of manual Aurora RDS snapshots? We use the built-in daily snapshots, but in addition to that, we also want to retain snapshots taken during the last ~10 deployments
c
I would use a Lambda for this Either use a queue system or just trigger it manually after a deploy
g
Yeah, fair -- seems like it's something that belongs outside of pulumi
l
AWS Backup does it too, though with slightly different trigger criteria. But close.
g
Hey thanks for this tip re: AWS Backup. Was basically what I was looking for!