Skip to content

v2.7.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 14 Mar 17:26
04cddc1
Conditionnaly disable default eks security group @xeivieni (#141)

what

Adds the possibility to remove association of the default eks security groups to the launch template

why

  • The default security group contains very wide rules (all ports inbound on itself)
  • Using the module it gets associated to all nodes by default
  • In some cases users may need to explicitly whitelist part of the traffic instead of allowing everything

references