Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Group - Allow communication in VPC and Sanitize Open Ports #34

Open
benofben opened this issue Sep 25, 2017 · 2 comments
Open

Comments

@benofben
Copy link
Contributor

Something like this: { "IpProtocol": "all", "FromPort": 0, "ToPort": 65535, "SourceSecurityGroupId": {"Ref": "CouchbaseSecurityGroup"} },

Currently all traffic is exposed over the public DNS.

@benofben
Copy link
Contributor Author

We can't do this on creation of the group. Karthik is looking into alternative solutions.

@benofben benofben changed the title Allow communication in VPC Security Group - Allow communication in VPC and Sanitize Open Ports Jun 12, 2018
@benofben
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant