You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are two actions here:
(1) Scope down the open ports to remove intra cluster communication
(2) Enable intra cluster communication by opening the VPC for connections starting and ending there on Couchbase ports.
Something like this: { "IpProtocol": "all", "FromPort": 0, "ToPort": 65535, "SourceSecurityGroupId": {"Ref": "CouchbaseSecurityGroup"} },
Currently all traffic is exposed over the public DNS.
The text was updated successfully, but these errors were encountered: