From e83175cc844d5ae0ff8854154e29892ca16f4a61 Mon Sep 17 00:00:00 2001 From: Esteban Serna Date: Mon, 10 Nov 2025 21:55:23 -0500 Subject: [PATCH] Rename Glue Database from 'modernizer-migration-db-noc9' to 'modernizer-migration-db' --- design-patterns/cloudformation/vscode.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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