Skip to content

Commit

Permalink
Add DNS support to enable creating VPC Endpoints for SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-AtAWS committed Nov 20, 2019
1 parent 5227f7b commit fb50da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Resources:
Type: "AWS::EC2::VPC"
Properties:
CidrBlock: '172.31.0.0/16'
EnableDnsHostnames: true
EnableDnsSupport: true
EnableDnsHostnames: "true"
EnableDnsSupport: "true"

bookstoreSubnet1:
Type: "AWS::EC2::Subnet"
Expand Down

0 comments on commit fb50da4

Please sign in to comment.