Skip to content

Commit 41ed7c0

Browse files
committed
Add GroupDescription for Security Group
1 parent a185d23 commit 41ed7c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cloud-formation/ecs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Resources:
3232
Type: AWS::EC2::SecurityGroup
3333
Properties:
3434
GroupName: GoCaptureSecurityGroup
35+
GroupDescription: Security Group for Go Capture ECS Service
3536
VpcId: !Ref Vpc
3637
PublicSubnet:
3738
Type: AWS::EC2::Subnet

cloud-formation/github-role.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ Resources:
112112
{
113113
"Effect": "Allow",
114114
"Action": [
115-
"ec2:CreateVpc"
115+
"ec2:CreateVpc",
116+
"ec2:DeleteVpc"
116117
],
117118
"Resource": "*"
118119
}

0 commit comments

Comments
 (0)