We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098ed31 commit 9237832Copy full SHA for 9237832
1 file changed
notificationworkerlambda/harvester-cfn.yaml
@@ -32,9 +32,6 @@ Parameters:
32
VpcSubnets:
33
Description: Subnets to use in the VPC
34
Type: List<AWS::EC2::Subnet::Id>
35
- VPCSecurityGroup:
36
- Type: AWS::EC2::SecurityGroup::Id
37
- Description: The default security group of the VPC
38
AlarmTopic:
39
Type: String
40
Description: The ARN of the SNS topic to send all the cloudwatch alarms to
@@ -169,7 +166,7 @@ Resources:
169
166
ReservedConcurrentExecutions: 200
170
167
VpcConfig:
171
168
SecurityGroupIds:
172
- - !Ref VPCSecurityGroup
+ - !ImportValue NotificationsDefaultSecurityGroup-NotificationsMainSecurityGroup
173
SubnetIds: !Ref VpcSubnets
174
Tags:
175
- Key: Stage
0 commit comments