Skip to content

Commit

Permalink
Change security group to use VPC cidr range instead of 0/0.
Browse files Browse the repository at this point in the history
  • Loading branch information
abaird986 committed Jul 24, 2018
1 parent 3c9d568 commit e37559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-2/cfn/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Resources:
VpcId: !Ref 'VPC'
SecurityGroupIngress:
# Allow access to NLB from anywhere on the internet
- CidrIp: 0.0.0.0/0
- CidrIp: !FindInMap ['SubnetConfig', 'VPC', 'CIDR']
IpProtocol: -1

# This is an IAM role which authorizes ECS to manage resources on your
Expand Down

0 comments on commit e37559e

Please sign in to comment.