giantswarm / aws-operator

Manages Kubernetes clusters running on AWS (before Cluster API)

Home Page:https://www.giantswarm.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use separate security group for the API ELB

nhlfr opened this issue · comments

Currently the API ELB is in the masters security group. Moving it to a separate security group means only the API ELB needs to be 0.0.0.0/0

This is part of the security changes but can be implemented before we restrict the port access.

@rossf7 can you shed some light on this? Is this still valid?

Yes, I think we still need this. This means only the API ELB needs to be 0.0.0.0/0 and we restrict the master node to connections from the ELB and workers sec groups.

Ping @teemow is this part of guest cluster lockdown?

Then lets close this one here.