From 96047c44f8f02283ae6f2784c7fddb659ecb6b6b Mon Sep 17 00:00:00 2001 From: Olin Blodgett Date: Wed, 1 May 2024 12:18:07 -0400 Subject: [PATCH] Updated test API server --- cdk/cdk-app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/cdk-app.ts b/cdk/cdk-app.ts index ecc6b5326..cb97223dd 100644 --- a/cdk/cdk-app.ts +++ b/cdk/cdk-app.ts @@ -20,7 +20,7 @@ new AmplifyALBStack(app, 'stage-alb-stack', { new AmplifyALBStack(app, 'test-alb-stack', { stackName: 'test-alb-stack', dnsName: 'test', - targetInstanceId: 'i-003fafec7d050fd97', + targetInstanceId: 'i-0ccfdcd8c43104be5', env: { region: process.env.CDK_DEFAULT_REGION, account: process.env.CDK_DEFAULT_ACCOUNT,