steampipe-plugin-aws icon indicating copy to clipboard operation
steampipe-plugin-aws copied to clipboard

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.

Results 113 steampipe-plugin-aws issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ![image](https://user-images.githubusercontent.com/26873346/185609694-c8cc52d3-ecef-4c6f-a1b6-99515879306b.png) **Describe the solution...

enhancement
blocked
stale

**Describe the bug** Querying Lamba Tables from GovCloud regions results in AccessDenied errors **Steampipe version (`steampipe -v`)** Example: v0.6.0 **Plugin version (`steampipe plugin list`)** Example: v0.74.1 **To reproduce** Login to...

bug

# Integration test logs Logs ``` $ ./tint.js aws_resource_policy_analysis No env file present for the current environment: staging Falling back to .env config No env file present for the current...

**Describe the bug** I am running a custom benchmark against AWS accounts. At some point in time, Steampipe will just hang in the middle of a benchmark. The tracing logs...

bug
stale

# Example query results Results ``` > select transit_gateway_id from aws_ec2_transit_gateway where region = 'me-central-1' +--------------------+ | transit_gateway_id | +--------------------+ +--------------------+ > select transit_gateway_route_table_id from aws_ec2_transit_gateway_route where region = 'me-central-1'...

**Describe the bug** Transit gateways are not currently supported in me-central-1, so any API calls to describe or get these resources results in: ``` Error: InvalidAction: The action DescribeTransitGatewayAttachments is...

bug

Can we get a table to get the last used details for Access Keys? Python boto function => https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#IAM.Client.get_access_key_last_used Getting info `AccessKeyLastUsed['LastUsedDate']` will be very useful for killing any stale...

enhancement
help wanted
new table

# Integration test logs Logs ``` Outputs: administrator_account = "123456789012" domain_owner = "123456789012" region_name = "us-east-1" resource_aka = "arn:aws:codeartifact:us-east-1:123456789012:repository/turbottest31205/turbottest31205" resource_name = "turbottest31205" Running SQL query: test-get-query.sql [ { "administrator_account": "123456789012",...

# Integration test logs Logs ``` Outputs: asset_size_bytes = 0 owner = "123456789012" repository_count = 0 resource_aka = "arn:aws:codeartifact:us-east-1:123456789012:domain/turbottest67810" resource_name = "turbottest67810" tags_src = tomap({ "name" = "turbottest67810" }) Running...

# Integration test logs Logs ``` Add passing integration test logs here ``` # Example query results Results ``` Add example SQL query results here (please include the input queries...