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

This PR replaces usage of `GetBucketLocation` REST API calls by plain HTTP `HEAD` requests to retrieve S3 bucket region. Resolves #1586 ~Note: this based on the branch of https://github.com/turbot/steampipe-plugin-aws/pull/2080 to...

Table checklist: The tables were verified against the following criteria: 1. Executing the query (`select * from ....`) for each table. 2. Ensuring no columns have been added or removed...

# 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...

**Describe the bug** Pretty similar to https://github.com/turbot/steampipe-plugin-aws/issues/1373. Trying to join aws_ecr_image onto aws_ecr_image_scan_finding like: ``` join aws_all.aws_ecr_image_scan_finding f on ( f.repository_name, f.image_tag) = ( i.repository_name, i.image_tag) ``` The problem is,...

bug

# Integration test logs Logs ``` N/A ``` # Example query results Results ``` > select * from aws_iot_greengrass_deployment +-----------------------+--------------------------------------+-------------------+----------------------+---------------------------+-------------------+-------------+------------------------------------------------------+-----------------------------------------------> | deployment_name | deployment_id | deployment_status | is_latest_for_target | creation_timestamp...

# 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...

For the following query: ``` SELECT service, period_start, period_end FROM aws_cost_by_service_daily WHERE period_start >= current_timestamp - interval '30d' AND period_end >= current_timestamp - interval '30d' AND service = 'Tax' ```...

bug

# Integration test logs Logs ``` N/A ``` # Example query results Results ``` > select * from aws_iot_fleet_metric +---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+-----> | metric_name | arn | index_name | description | creation_date...

# Integration test logs Logs ``` > select * from aws_iot_thing_type +-----------------+-------------------------------------------------------+--------------------------------------+------------------------+---------------------------+------------+------------------+-----------------------+----------+----------+------+-----------------> | thing_type_name | arn | thing_type_id | thing_type_description | creation_date | deprecated | deprecation_date | searchable_attributes | tags_src...

# Integration test logs Logs ``` No env file present for the current environment: staging Falling back to .env config No env file present for the current environment: staging customEnv...