{"id":13514372,"url":"https://github.com/turbot/steampipe-mod-aws-insights","last_synced_at":"2025-04-05T13:05:22.680Z","repository":{"id":39041909,"uuid":"454887489","full_name":"turbot/steampipe-mod-aws-insights","owner":"turbot","description":"View dashboards and reports across all of your AWS accounts using Powerpipe and Steampipe.","archived":false,"fork":false,"pushed_at":"2025-02-19T14:27:29.000Z","size":9787,"stargazers_count":96,"open_issues_count":4,"forks_count":24,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-29T12:11:10.923Z","etag":null,"topics":["aws","dashboard","hacktoberfest","insights","powerpipe","powerpipe-mod","sql","steampipe","steampipe-mod"],"latest_commit_sha":null,"homepage":"https://hub.powerpipe.io/mods/turbot/aws_insights","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-02T18:18:01.000Z","updated_at":"2025-03-24T17:39:26.000Z","dependencies_parsed_at":"2023-10-15T05:02:49.827Z","dependency_job_id":"6516c15e-fdb9-48e9-98cc-1f55cfc8912e","html_url":"https://github.com/turbot/steampipe-mod-aws-insights","commit_stats":{"total_commits":89,"total_committers":15,"mean_commits":5.933333333333334,"dds":0.6404494382022472,"last_synced_commit":"995517b812c0c28b81ee06202126f9517dee6cfb"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-mod-aws-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-mod-aws-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-mod-aws-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-mod-aws-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/steampipe-mod-aws-insights/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339155,"owners_count":20923014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","dashboard","hacktoberfest","insights","powerpipe","powerpipe-mod","sql","steampipe","steampipe-mod"],"created_at":"2024-08-01T05:00:54.807Z","updated_at":"2025-04-05T13:05:22.660Z","avatar_url":"https://github.com/turbot.png","language":"Puppet","funding_links":[],"categories":["Puppet","AWS"],"sub_categories":[],"readme":"# AWS Insights Mod for Powerpipe\n\nAn AWS dashboarding tool that can be used to view dashboards and reports across all of your AWS accounts.\n\n![image](https://raw.githubusercontent.com/turbot/steampipe-mod-aws-insights/main/docs/images/aws_s3_bucket_dashboard.png)\n\n## Overview\n\nDashboards can help answer questions like:\n\n- How many resources do I have?\n- How old are my resources?\n- Are there any publicly accessible resources?\n- Is encryption enabled and what keys are used for encryption?\n- Is versioning enabled?\n- What are the relationships between closely connected resources like IAM users, groups, and policies?\n\nDashboards are available for 30+ services, including CloudTrail, EC2, IAM, RDS, S3, VPC, and more!\n\n## Documentation\n\n- **[Dashboards →](https://hub.powerpipe.io/mods/turbot/aws_insights/dashboards)**\n\n## Getting Started\n\n### Installation\n\nInstall Powerpipe (https://powerpipe.io/downloads), or use Brew:\n\n```sh\nbrew install turbot/tap/powerpipe\n```\n\nThis mod also requires [Steampipe](https://steampipe.io) with the [AWS plugin](https://hub.steampipe.io/plugins/turbot/aws) as the data source. Install Steampipe (https://steampipe.io/downloads), or use Brew:\n\n```sh\nbrew install turbot/tap/steampipe\nsteampipe plugin install aws\n```\n\nSteampipe will automatically use your default AWS credentials. Optionally, you can [setup multiple accounts](https://hub.steampipe.io/plugins/turbot/aws#multi-account-connections) or [customize AWS credentials](https://hub.steampipe.io/plugins/turbot/aws#configuring-aws-credentials).\n\nFinally, install the mod:\n\n```sh\nmkdir dashboards\ncd dashboards\npowerpipe mod init\npowerpipe mod install github.com/turbot/steampipe-mod-aws-insights\n```\n\n### Browsing Dashboards\n\nStart Steampipe as the data source:\n\n```sh\nsteampipe service start\n```\n\nStart the dashboard server:\n\n```sh\npowerpipe server\n```\n\nBrowse and view your dashboards at **http://localhost:9033**.\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!\n\n[Steampipe](https://steampipe.io) and [Powerpipe](https://powerpipe.io) are products produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). They are distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).\n\n## Get Involved\n\n**[Join #powerpipe on Slack →](https://turbot.com/community/join)**\n\nWant to help but don't know where to start? Pick up one of the `help wanted` issues:\n\n- [Powerpipe](https://github.com/turbot/powerpipe/labels/help%20wanted)\n- [AWS Insights Mod](https://github.com/turbot/steampipe-mod-aws-insights/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-mod-aws-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fsteampipe-mod-aws-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-mod-aws-insights/lists"}