Skip to content

Commit

Permalink
Removed VPC paths
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stulacy committed Dec 12, 2023
1 parent 9f883c6 commit c40c219
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c40c219

Please sign in to comment.