MatthiasScholz / cos

Basic Cluster Orchestration Setup
GNU Lesser General Public License v3.0
34 stars 11 forks source link

Docker ports open to 0.0.0.0/0 #36

Open ThomasObenaus opened 5 years ago

ThomasObenaus commented 5 years ago

No need to have the docker ports (20000...32000) open to the "world". At least they can be restricted to the cidr of the used vpc or better just connect the SG's of the nodes accordingly.

Refactoring

cidr_blocks -> source_security_group_id

MatthiasScholz commented 4 years ago

Findings