Rohmer Sicat:
Hi guys question how can i use my Customize Security Group for my eks cluster via terraform because i see that by default eks create new SG
Mohamed Ayman:
Hello @Rohmer Sicat,
you can use this example and add your own security group https://github.com/terraform-aws-modules/terraform-aws-eks/tree/v18.20.4/examples/complete
Thanks,
KodeKloud Support
Rohmer Sicat:
Thanks sir
Lisenet:
The way we do it is we use the default one and then also create our own custom SG, and attach both.