Skip to content

Commit

Permalink
Update 01_A4L_VPCandNATGW.yaml
Browse files Browse the repository at this point in the history
Changed NAT G/W B and C to reference WebSubnet B and C.
  • Loading branch information
Aby-Korah authored Oct 28, 2020
1 parent 40e3bc4 commit 7fc9957
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,12 @@ Resources:
Type: 'AWS::EC2::NatGateway'
Properties:
AllocationId: !GetAtt EIPB.AllocationId
SubnetId: !Ref SubnetWEBA
SubnetId: !Ref SubnetWEBB
NatGatewayC:
Type: 'AWS::EC2::NatGateway'
Properties:
AllocationId: !GetAtt EIPC.AllocationId
SubnetId: !Ref SubnetWEBA
SubnetId: !Ref SubnetWEBC
RouteTablePrivateA:
Type: 'AWS::EC2::RouteTable'
Properties:
Expand Down Expand Up @@ -547,4 +547,4 @@ Outputs:
Description: Animals4Life VPC1 Default Instance SecurityGroup
Value: !Ref DefaultInstanceSecurityGroup
Export:
Name: a4l-vpc1-default-instance-sg
Name: a4l-vpc1-default-instance-sg

0 comments on commit 7fc9957

Please sign in to comment.