Skip to content

aws_ec2_instance table fetches only the first 10 tags on each EC2 instance #2701

@nwernink-squid

Description

@nwernink-squid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    awsAWS plugin issuesbugSomething isn't workingsteampipeSteampipe plugin issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions