{"id":40665258,"url":"https://github.com/backplane/aws_reporter","last_synced_at":"2026-01-21T09:08:13.544Z","repository":{"id":37077753,"uuid":"429208865","full_name":"backplane/aws_reporter","owner":"backplane","description":"Demo project / utility script for generating CSV reports from data pulled from the AWS API","archived":false,"fork":false,"pushed_at":"2024-04-26T18:57:41.000Z","size":84,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-26T19:53:15.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backplane.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-11-17T21:39:45.000Z","updated_at":"2022-08-25T10:00:12.000Z","dependencies_parsed_at":"2023-11-23T01:27:27.023Z","dependency_job_id":"92c1d8d4-cfee-4436-a02f-363c4cbe635a","html_url":"https://github.com/backplane/aws_reporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/backplane/aws_reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Faws_reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Faws_reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Faws_reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Faws_reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backplane","download_url":"https://codeload.github.com/backplane/aws_reporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backplane%2Faws_reporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-21T09:08:12.573Z","updated_at":"2026-01-21T09:08:13.503Z","avatar_url":"https://github.com/backplane.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws_reporter\n\nA utility script for generating CSV reports from data pulled from the AWS API.\n\n## Usage\n\nThe program prints its output to the standard output. Use the profile name to select the correct API credentials.\n\nThis is help text printed when the program is invoked with `-h` or `--help` arguments:\n\n```\nusage: aws_reporter [-h] [-d] [-p PROFILE] [-i INPUTJSON] {ec2,rds,sg}\n\ngenerates a CSV report from AWS API data on stdout\n\npositional arguments:\n  {ec2,rds,sg}          select a report to run\n\noptions:\n  -h, --help            show this help message and exit\n  -d, --debug           enable debug output (default: False)\n  -p PROFILE, --profile PROFILE\n                        the AWS profile name to use for connecting to the API (default: default)\n  -i INPUTJSON, --inputjson INPUTJSON\n                        run the report against a JSON file instead of using the API - the file must be in the format returned by the commands: 'aws rds describe-db-instances' or 'aws ec2 describe-instances'\n                        (default: None)\n```\n\n### Example Invocation\n\nIn the following example, output is being directed to the file `ec2.csv` and the profile named \"project3\" is being used.\n\n```sh\n$ docker run --rm --volume ~/.aws:/work/.aws backplane/aws_reporter --profile project3 ec2 \u003eec2.csv\n2021-11-17 19:20:05,494 botocore.credentials [INFO] Found credentials in shared credentials file: ~/.aws/credentials\n2021-11-17 19:20:06,334 root [INFO] ec2_report: wrote 14 rows\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackplane%2Faws_reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackplane%2Faws_reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackplane%2Faws_reporter/lists"}