From fb50da4939488b4b21beab5880285e3174dd0e9a Mon Sep 17 00:00:00 2001 From: Jon-AtAWS Date: Wed, 20 Nov 2019 10:54:00 -0800 Subject: [PATCH] Add DNS support to enable creating VPC Endpoints for SQS --- serverless-monitoring.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless-monitoring.yaml b/serverless-monitoring.yaml index 98914b22b..ff085ce81 100644 --- a/serverless-monitoring.yaml +++ b/serverless-monitoring.yaml @@ -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"