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

**References** Add any related links that will help us understand the resource, including vendor documentation, related GitHub issues, and Go SDK documentation. Add the Storage Type info for the RDS...

enhancement
new table
blocked
stale

I can make use of the tables `aws_cost_by_record_type_monthly` or `aws_cost_by_account_monthly` to query the actual usage of hundreds of accounts within my AWS Organizations. For example the below query gives the...

enhancement
new table

**Is your feature request related to a problem? Please describe.** If I have profile information in my `~/.aws/config` file and use SSO config, e.g., ``` # [profile sso1] # sso_start_url...

enhancement
stale

**Is your feature request related to a problem? Please describe.** If I have no credentials set, or reference an invalid profile, all queries will show an error message like: ```...

enhancement

**Is your feature request related to a problem? Please describe.** The child tables list API calls can be further optimized if the column which is coming from the ParentaHydrate call,...

enhancement

**Is your feature request related to a problem? Please describe.** Add a column for ondemand hourly cost of the EC2 instance or a separate table will also help. **Describe the...

enhancement
priority:medium
stale

**Is your feature request related to a problem? Please describe.** https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListDelegatedAdministrators.html https://hub.steampipe.io/plugins/turbot/aws/tables/aws_organizations_account

enhancement

**Describe the bug** I'm querying for unattached EBS volumes daily. select volume_id, size, attachments from aws_all.aws_ebs_volume as v where state = 'available' and attachments is null I've copied it from...

bug

## Tables Migrated 1. aws_backup_plan - [ ] Old and new data matched - [x] Paging tested - [x] Limit tested - [x] Steampipe mod aws_compliance is using it 2....

**Describe the bug** A clear and concise description of what the bug is. ``` > select * from aws_codecommit_repository Error: rpc error: code = Internal desc = hydrate function listCodeCommitRepositories...

bug