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

# Example query results Results ``` > select name, sns_topic_arn from aws_backup_vault +--------------------------------+--------------------------------------------+ | name | sns_topic_arn | +--------------------------------+--------------------------------------------+ | aws/efs/automatic-backup-vault | arn:aws:sns:us-east-1:**********:mytopic | | Default | | +--------------------------------+--------------------------------------------+ ```

**Describe the bug** Getting null value for column sns_topic_arn, even after there is a valid value available.

bug

# 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** Getting null for column ip_address_type even if there is a valid value available.

bug
blocked

**References** Add any related links that will help us understand the resource, including vendor documentation, related GitHub issues, and Go SDK documentation. [AWS Ref](https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html) [Terraform Ref](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster) [GO SDK](https://docs.aws.amazon.com/sdk-for-go/api/service/docdb/)

enhancement
new table

# Integration test logs Logs ``` N/A ``` # Example query results Results ``` > select period_start, category_key, category_value, net_unblended_cost_amount::numeric::money from aws_nagraj_master_acc.aws_cost_usage_by_category where granularity = 'MONTHLY' and category_key = 'Test_Cost_Category'...

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

**Is your feature request related to a problem? Please describe.** I'd like the plugin to use AWS SDK Go v2 instead of v1 Update [AWS Go SDK v2](https://github.com/aws/aws-sdk-go-v2)

enhancement
stale

**Is your feature request related to a problem? Please describe.** I'd like the plugin to check for valid regions only once (instead of 2-3 times) from a single list of...

enhancement
stale

We use SAML to login to aws. We have a script to login to a given profile use as such: ``` iam-login ``` which handles doing the SSO SAML flow...

enhancement