-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceRole and NodeInstanceRole missing tags #750
Comments
This maybe down to CloudFormation, but needs looking into for sure. |
So I just checked, and it appears that CloudFormation tags majority of the resources that we create, except for the aforementioned as well as EIP. I sort of recall looking into this a while back, it's one of those long-standing "bug". Just checked the docs and neither |
#25 is related, but a different story - there the underlying API still doesn't support tags. |
AWS::IAM::Role has now Tags property exposed. |
|
Hello, Having deployed CF template using the IAM Roles 'tags' https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html#cfn-iam-role-tags I have found that the This below works when it's hardcoded
This below is not working and the same Parameter works for EC2 and Lambda resources.
|
Both the ServiceRole and NodeInstanceRole now have tags propagated to them. |
These roles are created (ServiceRole for cluster and NodeInstanceRole for the nodegroup) but neither has tags propagated to them.
The text was updated successfully, but these errors were encountered: