Skip to content

Commit

Permalink
Merge pull request #1384 from alliance-genome/7_5_0
Browse files Browse the repository at this point in the history
Updated instance.
  • Loading branch information
christabone authored Dec 20, 2024
2 parents 747905f + b76a824 commit d7e2b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdk/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ new AmplifyALBStack(app, 'stage-alb-stack', {
new AmplifyALBStack(app, 'test-alb-stack', {
stackName: 'test-alb-stack',
dnsName: 'test',
targetInstanceId: 'i-09809bd286e3e570d',
targetInstanceId: 'i-0af918724cfc524c8',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand All @@ -30,7 +30,7 @@ new AmplifyALBStack(app, 'test-alb-stack', {
new AmplifyALBStack(app, 'prod-alb-stack', {
stackName: 'prod-alb-stack',
dnsName: 'prod',
targetInstanceId: 'i-09809bd286e3e570d',
targetInstanceId: 'i-0af918724cfc524c8',
env: {
region: process.env.CDK_DEFAULT_REGION,
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand Down

0 comments on commit d7e2b9d

Please sign in to comment.