Hi, I'm trying to work around an issue where EC2 i...
# aws
c
Hi, I'm trying to work around an issue where EC2 instances launched by an EKS Node Group don't have names, because AWS doesn't propagate the Node Group name through to the instances. Someone has provided a workaround that involves adding a "Name" tag to the Auto-Scaling Group (ASG) that goes with the Node Group, and setting that to propagate to the EC2 instances. Unfortunately I cannot figure out how to do this in Pulumi. There doesn't seem to be a way to create a GroupTag, as it doesn't have a constructor. I think that's what the Terraform workaround is doing, but I am unfamiliar with reading Terraform.