-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
awsAWS plugin issuesAWS plugin issuesbugSomething isn't workingSomething isn't workingsteampipeSteampipe plugin issuesSteampipe plugin issues
Description
Describe the bug
AWS Steampipe only fetches the first 10 tags on each EC2 instance because it uses the describe instance API call to retrieve instance tags. This API call does not fetch all tags associated with the instance and instead only returns the first 10. To solve this, AWS Steampipe should make individual API calls to fetch EC2 instance tags.
Steampipe version (steampipe -v)
v2.3.4
Plugin version (steampipe plugin list)
v1.29.0
To reproduce
Create an EC2 instance and add 11 or more tags to the instance. When Steampipe scrapes this instance, the tags column will contain only 10 of the tags.
Expected behavior
When Steampipe scrapes instances, it should retrieve all of the tags associated with each EC2 instance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awsAWS plugin issuesAWS plugin issuesbugSomething isn't workingSomething isn't workingsteampipeSteampipe plugin issuesSteampipe plugin issues