For <EKS>, is there a way to retrieve the `eks-clu...
# python
f
For EKS, is there a way to retrieve the
eks-cluster-sg-*
created by the cluster? Also, by default if
vpc_security_group_ids
isn't specified in the launch_template, the ``eks-cluster-sg-*` get used for each worker nodes. Is there a way to specify both the cluster generated security group and a custom security group for each node during creation?