aws-cloudformation / aws-cloudformation-templates

A collection of useful CloudFormation templates
Apache License 2.0
4.65k stars 4.24k forks source link

Enable to configure copying tags of Neptune DB instances to snapshots #280

Closed jindrichmynarz closed 1 year ago

jindrichmynarz commented 4 years ago

CloudFormation currently cannot configure copying tags of Neptune DB instances to their snapshots. This can be done via the AWS CLI's option --copy-tags-to-snapshot for aws neptune modify-db-instance. Can you enable it for CloudFormation too?

uadev commented 3 years ago

copy_tags_to_snapshot parameter is a part of RDS, but unfortunately, this is not supported for Neptune (

jindrichmynarz commented 1 year ago

This is now supported by CloudFormation via CopyTagsToSnapshots.