- Notifications
You must be signed in to change notification settings - Fork54
Open
Description
We have some eks clusters with specified node groups. These node groups appear to be autoscale groups. When trying to list the tags attribute (or the tags_all attribute), I get an error:
$ awsls "aws_autoscaling_group" -a "name,tags,tags_all" -r us-east-1 --json | jq -s "flatten"
[ { "created_at": "2022-03-11 23:41:42", "id": "eks-<node group name>-us-east-1f-<eks node group>", "name": "eks-<node group name>-us-east-1f-<eks node group>", "profile": "N/A", "region": "us-east-1", "tags": "error", "tags_all": "N/A", "type": "aws_autoscaling_group" }]
Notice that for the tags field, you see an error string instead of the tags that are automatically included from k8s.
$ awsls --versionversion: 0.11.0commit: 7612fb3built at: 2021-06-13T18:19:16Zusing: go1.16.3
Thank you! 🙇
Metadata
Metadata
Assignees
Labels
No labels