cbruno10

Results 86 comments of cbruno10

I believe this is the same issue as https://github.com/turbot/steampipe/issues/2020, I'll close that issue as this one has more details.

Hey @can-I-do , we've actually been exploring various ways to visualize relationships in our dashboards. Many of the dashboards are still early, but feedback (and contributions) are welcome: - Use...

Hey @tbugfinder , thanks for the request! We currently don't have any integrations with AWS Organizations for connections, but as you mentioned in your considered alternatives, there actually is a...

@tbugfinder Does that command (`steampipe plugin list`) consistently fail? Do other commands work, like `steampipe query`? Also, if you reduce the number of accounts by 25%, 50%, etc., do the...

@tbugfinder While running trying other tests/scenarios, can you please try reducing the number of actions, and then trying to increase that number each time? We've had successful reports of 300...

Related to closed issue, https://github.com/turbot/steampipe-plugin-aws/issues/1115, which shares similar requirements.

@moisei One potential way we could get this information is by creating tables to get the [daily storage metrics for buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metrics-dimensions.html#s3-cloudwatch-metrics), which includes the metrics `BucketSizeBytes` and `NumberOfObjects`. Would these...

@wesky93 I agree, `aws_docdb_cluster` should be a separate table (similar to how TF has a separate resource, [aws_docdb_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/docdb_cluster) for it). We'll re-open this PR and look to merge it in...

@karanpopat Can you please resolve merge conflicts? Also, please see the changes we did to the `aws_neptune_db_cluster` and `aws_rds_db_cluster` tables around engine filtering + table doc updates, to ensure that...

I'm going to keep this issue closed, but please see https://github.com/turbot/steampipe-plugin-aws/issues/1133 for further updates.