AWS CloudFormation has a deletion policy that enables the automatic creation of an RDS snapshot upon stack deletion. This can done by setting deletionPolicy to Snapshot. But how does one specify a customized name for the snapshot to be created?
AWS CloudFormation has a deletion policy that enables the automatic creation of an RDS snapshot upon stack deletion. This can done by setting deletionPolicy to Snapshot. But how does one specify a customized name for the snapshot to be created?