diff --git a/scripts/aws/cloudformation/tasking-manager.template.js b/scripts/aws/cloudformation/tasking-manager.template.js index c0760e765f..9c31ce2e0b 100644 --- a/scripts/aws/cloudformation/tasking-manager.template.js +++ b/scripts/aws/cloudformation/tasking-manager.template.js @@ -803,6 +803,7 @@ const Resources = { MasterUserPassword: cf.if('UseASnapshot', cf.noValue, cf.ref('PostgresPassword')), AllocatedStorage: cf.ref('DatabaseDiskSize'), BackupRetentionPeriod: cf.ref('DatabaseSnapshotRetentionPeriod'), + CopyTagsToSnapshot: true, StorageType: 'gp2', DBParameterGroupName: cf.ref('DatabaseParameterGroupName'), EnableCloudwatchLogsExports: ['postgresql'],