diff --git a/design-patterns/cloudformation/vscode.yaml b/design-patterns/cloudformation/vscode.yaml index 45af484..2c2b237 100644 --- a/design-patterns/cloudformation/vscode.yaml +++ b/design-patterns/cloudformation/vscode.yaml @@ -540,7 +540,7 @@ Resources: Properties: CatalogId: !Ref AWS::AccountId DatabaseInput: - Name: modernizer-migration-db-noc9 + Name: modernizer-migration-db Description: Database for MySQL to DynamoDB modernization migration # CloudWatch Log Group for Glue Jobs @@ -3029,4 +3029,4 @@ Outputs: Value: !Sub "Username: ${DbMasterUsername}, Password: ${DbMasterPassword}" MySQLInstancePrivateIP: Description: Private IP Address of MySQL instance (use this for JDBC connections from Glue) - Value: !GetAtt DbInstance.PrivateIp \ No newline at end of file + Value: !GetAtt DbInstance.PrivateIp