diff --git a/uploader/src/main/resources/cfn-template.yaml b/uploader/src/main/resources/cfn-template.yaml index ec6b1f616..0508c186b 100644 --- a/uploader/src/main/resources/cfn-template.yaml +++ b/uploader/src/main/resources/cfn-template.yaml @@ -196,6 +196,9 @@ Resources: ProvisionedThroughput: ReadCapacityUnits: '5' WriteCapacityUnits: '5' + Tags: + - Key: devx-backup-enabled + Value: true VideoPipelinePROD: Type: "AWS::StepFunctions::StateMachine"