Skip to content

Commit 0b4a07b

Browse files
fix(assetlibrary): added extra security group for neptune stream poller access to open search
1 parent 4024f81 commit 0b4a07b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/packages/services/assetlibrary/infrastructure/cfn-enhancedsearch.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,16 @@ Resources:
286286
SourceSecurityGroupId: !Ref NeptuneStreamPollerSG
287287
Description: Access from Neptune Stream Poller to OpenSearch
288288

289+
OpenSearchSGIngressRule3:
290+
Type: 'AWS::EC2::SecurityGroupIngress'
291+
Properties:
292+
GroupId: !Ref OpenSearchSG
293+
FromPort: 443
294+
ToPort: 443
295+
IpProtocol: tcp
296+
SourceSecurityGroupId: !GetAtt NeptuneStreamPoller.Outputs.HTTPSAccessSG
297+
Description: Access for the Kinesis-to-opensearch lambda
298+
289299
NeptuneSGIngressRule:
290300
Type: 'AWS::EC2::SecurityGroupIngress'
291301
Properties:

0 commit comments

Comments
 (0)