File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,13 @@ Resources:
39
39
Type : AWS::ElasticLoadBalancingV2::LoadBalancer
40
40
Properties :
41
41
SecurityGroups :
42
- - !Ref LoadBalancerSecurityGroup
42
+ - !ImportValue VPC-ELBSecurityGroup
43
43
Subnets :
44
44
# TODO: This copies geocoder, but we should probably have a separate subnet for this service.
45
45
- !ImportValue VPC-SubnetB
46
46
- !ImportValue VPC-SubnetC
47
47
Scheme : internet-facing
48
48
49
- LoadBalancerSecurityGroup :
50
- Type : AWS::EC2::SecurityGroup
51
- Properties :
52
- GroupDescription : ELB Allowed Ports
53
- VpcId : !ImportValue VPC
54
- SecurityGroupIngress :
55
- - IpProtocol : tcp
56
- FromPort : 80
57
- ToPort : 80
58
- CidrIp : 0.0.0.0/0
59
-
60
49
LoadBalancerListener :
61
50
Type : AWS::ElasticLoadBalancingV2::Listener
62
51
Properties :
You can’t perform that action at this time.
0 commit comments