Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #62 from guardian/tbonnin-remove-unecessary-securi…
Browse files Browse the repository at this point in the history
…ty-groups

Fix unecessary security groups added to the ELKLaunchConfig
  • Loading branch information
TBonnin authored Jul 19, 2016
2 parents 3ce8e3e + f9bd633 commit 3be9a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/ELK_Stack_Multi_AZ_in_Private_VPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"Type": "AWS::AutoScaling::LaunchConfiguration",
"Properties": {
"ImageId": { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "ImageId" ]},
"SecurityGroups": [ { "Ref": "ElkSecurityGroup" }, { "Ref": "ElkPublicLoadBalancerSecurityGroup" }, { "Ref": "ElkInternalLoadBalancerSecurityGroup" } ],
"SecurityGroups": [ { "Ref": "ElkSecurityGroup" } ],
"InstanceType": { "Ref": "ElkInstanceType" },
"BlockDeviceMappings": [ {
"Fn::If": [
Expand Down

0 comments on commit 3be9a2d

Please sign in to comment.