From c40c2194fe9a87d782a179c2f7849c270acd1ad6 Mon Sep 17 00:00:00 2001 From: Stuart Lacy Date: Tue, 12 Dec 2023 15:52:03 +0000 Subject: [PATCH] Removed VPC paths This should force AWS to create a VPC for the app so that it is living in its own VPC rather than the default one --- cloudformation.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/cloudformation.json b/cloudformation.json index 73c84c3b..3cc5e697 100644 --- a/cloudformation.json +++ b/cloudformation.json @@ -106,25 +106,6 @@ "Value": { "Ref": "MyInstanceProfile" } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "VPCId", - "Value": { "Ref" : "VpcId" } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "Subnets", - "Value" : { - "Fn::Join": [",", { "Ref" : "Subnets" }] - } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "ELBSubnets", - "Value" : { - "Fn::Select": ["0", {"Ref" : "Subnets" }] - } } ], "SolutionStackName": "64bit Amazon Linux 2023 v4.0.0 running Docker" @@ -152,25 +133,6 @@ "Value": { "Ref": "MyInstanceProfile" } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "VPCId", - "Value": { "Ref" : "VpcId" } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "Subnets", - "Value" : { - "Fn::Join": [",", { "Ref" : "Subnets" }] - } - }, - { - "Namespace": "aws:ec2:vpc", - "OptionName": "ELBSubnets", - "Value" : { - "Fn::Select": ["0", {"Ref" : "Subnets" }] - } } ], "SolutionStackName": "64bit Amazon Linux 2023 v4.0.0 running Docker"