When creating a `new eks.Cluster` how can I specif...
# general
e
When creating a
new eks.Cluster
how can I specify the tags to set on all the EC2 hosts, ASG, launch config, etc.?
w
Looks like this isn't exposed yet. Opened https://github.com/pulumi/pulumi-eks/issues/74. /cc @breezy-hamburger-69619
👀 1
e
okay, thanks
w
Sort of - though possibly complementary. Curious - if you could attach any tags you wanted - what would you be attaching? Are you just interested in
Name
? Ornin something else? Do you have specific requirements for using a Name you provide, or do you just want something automatic that is different between different instances?
e
Specific requirements from the Org, e.g. Dept ID, Project, Creator, Group, Application, Description, etc.
Name tag would be a hostname or DNS resolvable
w
Got it - makes sense. So that is mostly orthogonal to https://github.com/pulumi/pulumi-aws/issues/113, and is just what’s tracked in https://github.com/pulumi/pulumi-eks/issues/74.
e
👍