Skip to content

Commit

Permalink
Merge pull request #118 from dfpc-coe/snapshot-tags
Browse files Browse the repository at this point in the history
Add RDS Snapshot Tags
  • Loading branch information
ingalls authored Mar 11, 2024
2 parents b1e965a + 576fd26 commit 9752755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudformation/lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
Engine: 'postgres',
AllowMajorVersionUpgrade: false,
DBName: 'tak_ps_etl',
CopyTagsToSnapshot: true,
DBInstanceIdentifier: cf.stackName,
MonitoringInterval: 60,
MonitoringRoleArn: cf.getAtt('DBMonitoringRole', 'Arn'),
Expand Down

0 comments on commit 9752755

Please sign in to comment.