{"id":22620372,"url":"https://github.com/qba73/abako","last_synced_at":"2026-05-04T13:33:09.143Z","repository":{"id":69812503,"uuid":"98235146","full_name":"qba73/abako","owner":"qba73","description":"A simple Python cli tool for checking active AWS resources.","archived":false,"fork":false,"pushed_at":"2017-07-26T22:27:10.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T03:48:58.732Z","etag":null,"topics":["aws","aws-cli-utilities","boto3","python","python-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qba73.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-24T21:08:48.000Z","updated_at":"2018-01-08T21:57:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c695116-7acd-423b-9ca1-494c19c37982","html_url":"https://github.com/qba73/abako","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qba73/abako","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qba73%2Fabako","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qba73%2Fabako/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qba73%2Fabako/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qba73%2Fabako/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qba73","download_url":"https://codeload.github.com/qba73/abako/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qba73%2Fabako/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32609644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["aws","aws-cli-utilities","boto3","python","python-library"],"created_at":"2024-12-08T22:13:24.352Z","updated_at":"2026-05-04T13:33:09.138Z","avatar_url":"https://github.com/qba73.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABAKO\nA simple tool for checking your active AWS resources.\n\n\n## Installation for development and testing\nCreate Python virtualenv\n```bash\n$ virtualenv venv-abako\n$ source venv-abako/bin/activate\n```\nInstall abako for local development\n```bash\n$ pip install --editable .\n```\n\n## Using Abako\nShow current options:\n```bash\n$ abako --help\nusage: abako [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  dynamo  show DynamoDB tables.\n  ec2     show EC2 instances.\n  ecr     show ECR repositories.\n  elb     show Elastic Load Balancers.\n  rds     show RDS instances.\n```\n\nShow DynamoDB tables:\n```bash\n$ abako dynamo\n```\n\nShow provisoned EC2 instances:\n```bash\n$ abako ec2\n```\n\nShow RDS databases:\n```bash\n$ abako rds\n```\n\nShow ECR (Docker) repositories:\n```bash\n$ abako ecr\n```\n\nShow Elastic Load Balancers:\n```bash\n$ abako elb\n```\n\n## Makefile\nCreate wheel and sdist:\n```bash\n$ make sdist\n```\n\nCleanup environment\n```bash\n$ make clean\n```\n\nRun tests:\n```bash\n$ make test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqba73%2Fabako","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqba73%2Fabako","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqba73%2Fabako/lists"}