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 4024f81 commit 0b4a07bCopy full SHA for 0b4a07b
source/packages/services/assetlibrary/infrastructure/cfn-enhancedsearch.yaml
@@ -286,6 +286,16 @@ Resources:
286
SourceSecurityGroupId: !Ref NeptuneStreamPollerSG
287
Description: Access from Neptune Stream Poller to OpenSearch
288
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
+
299
NeptuneSGIngressRule:
300
Type: 'AWS::EC2::SecurityGroupIngress'
301
Properties:
0 commit comments