Neptune DB clusters should be configured to copy tags to snapshots
Identifier
neptune-enable-copy-tags-to-snapshots
Category
Identify > Inventory > Tagging
Description
This control checks whether Amazon Neptune clusters have copy tags to snapshots enabled. When enabled, all tags from the cluster are automatically copied to any manual or automated snapshots. This helps maintain consistent metadata between the cluster and its backups, aiding in cost allocation, access control, and organization.
The setting is controlled via copy_tags_to_snapshot = true in the Terraform aws_neptune_cluster resource.
Non Compliant Example
Remediation
To ensure tags are copied to snapshots, set copy_tags_to_snapshot = true: