aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
82 stars 42 forks source link

Remove redundant cluster security group #50

Closed ajayvohra2005 closed 11 months ago

ajayvohra2005 commented 11 months ago

In aws-eks-cluster-and-nodegroup.tf and aws-eks-cluster.tf, resource "aws_security_group" "cluster_sg" is redundant, as eks cluster automatically creates the cluster security group.