Hey - we’re trying to explicitly create the securi...
# aws
q
Hey - we’re trying to explicitly create the security groups for an eks cluster (+ nodes) but I’m struggling to see how to define then in code. the first one I’ve tried is creating the security group that appears as “cluster security group” on the control panel for EKS, but placing a security group in the argument
cluster_security_group
in a
pulumi_eks.eks.cluster
object doesn’t seem to have the desired effect. The same is roughly true for the “additional security group” (as it appears on the control panel, and there doesn’t seem to be a kwarg for that) and the node too. tl;dr: 4 security groups are getting made when creating eks clusters, and we’d like to have more control over them but not sure how