Skip to content

Commit

Permalink
update service json based on cruddur-alb-sg
Browse files Browse the repository at this point in the history
  • Loading branch information
Beici Liang committed Apr 3, 2023
1 parent fce0bd5 commit 5da2a8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions aws/json/service-backend-flask.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"enableExecuteCommand": true,
"loadBalancers": [
{
"targetGroupArn": "arn:aws:elasticloadbalancing:ca-central-1:387543059434:targetgroup/cruddur-backend-flask-tg/87ed2a3daf2d2b1d",
"targetGroupArn": "arn:aws:elasticloadbalancing:us-east-1:366939446291:targetgroup/cruddur-backend-flask-tg/d67cc503ae5dc147",
"containerName": "backend-flask",
"containerPort": 4567
}
Expand All @@ -15,12 +15,12 @@
"awsvpcConfiguration": {
"assignPublicIp": "ENABLED",
"securityGroups": [
"sg-04bdc8d5443cc8283"
"sg-0f50e310bd18dd6e4"
],
"subnets": [
"subnet-0462b87709683ccaa",
"subnet-066a53dd88d557e05",
"subnet-021a6adafb79249e3"
"subnet-04dad60677b3786db",
"subnet-03836cf66e609bdea",
"subnet-000ad4dfaa8780c26"
]
}
},
Expand Down
8 changes: 4 additions & 4 deletions aws/json/service-frontend-react-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"awsvpcConfiguration": {
"assignPublicIp": "ENABLED",
"securityGroups": [
"sg-04bdc8d5443cc8283"
"sg-0f50e310bd18dd6e4"
],
"subnets": [
"subnet-0462b87709683ccaa",
"subnet-066a53dd88d557e05",
"subnet-021a6adafb79249e3"
"subnet-04dad60677b3786db",
"subnet-03836cf66e609bdea",
"subnet-000ad4dfaa8780c26"
]
}
},
Expand Down

0 comments on commit 5da2a8e

Please sign in to comment.