https://pulumi.com logo
Title
m

most-lighter-95902

03/20/2023, 2:15 PM
Hi, what is the difference between
clusterSecurityGroupTags
and
nodeSecurityGroupTags
in
eks.Cluster
? I’m using Karpenter and it required to have a tag in the cluster security groups and when I tried
clusterSecurityGroupTags
, it created a new security group instead of adding tags to the default cluster security group?
c

curved-kitchen-24115

03/27/2023, 5:33 PM
@most-lighter-95902 ClusterSecurityGroup manages connectivity between the nodes and the EKS control plane. NodeSecurityGroups are added to the nodes to control access to other AWS resources, things like RDS, etc.