Skip to content

Commit b87c216

Browse files
move ALB to public subnets
1 parent 4926863 commit b87c216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Resources:
4242
- !ImportValue VPC-ELBSecurityGroup
4343
Subnets:
4444
# TODO: This copies geocoder and the code.org load balancer, but we may prefer something unique
45-
- !ImportValue VPC-SubnetB
46-
- !ImportValue VPC-SubnetC
47-
- !ImportValue VPC-SubnetD
48-
- !ImportValue VPC-SubnetE
45+
- !ImportValue VPC-PublicSubnetB
46+
- !ImportValue VPC-PublicSubnetC
47+
- !ImportValue VPC-PublicSubnetD
48+
- !ImportValue VPC-PublicSubnetE
4949

5050
LoadBalancerListener:
5151
Type: AWS::ElasticLoadBalancingV2::Listener

0 commit comments

Comments
 (0)