{"id":49543185,"url":"https://github.com/go-monk/aws-resources","last_synced_at":"2026-05-02T16:30:47.984Z","repository":{"id":353588110,"uuid":"1133379799","full_name":"go-monk/aws-resources","owner":"go-monk","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-24T14:06:20.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T16:21:57.030Z","etag":null,"topics":["tool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-monk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-01-13T09:11:48.000Z","updated_at":"2026-04-24T14:06:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/go-monk/aws-resources","commit_stats":null,"previous_names":["go-monk/aws-resources"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/go-monk/aws-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-monk%2Faws-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-monk%2Faws-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-monk%2Faws-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-monk%2Faws-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-monk","download_url":"https://codeload.github.com/go-monk/aws-resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-monk%2Faws-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32541929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"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":["tool"],"created_at":"2026-05-02T16:30:47.408Z","updated_at":"2026-05-02T16:30:47.979Z","avatar_url":"https://github.com/go-monk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"CLI tool to print AWS resources and tags returned by the Resource Groups Tagging API.\n\n```sh\n$ go install\n$ aws-resources -h\n```\n\nNote: AWS `GetResources` can return tagged or previously tagged resources, so this tool can list resources that already do not exist. When a result looks suspicious, confirm it with the service-specific API such as `aws ec2 describe-nat-gateways`.\n\n---\n\nSimilar `aws` commands:\n\n```sh\n# aws-resources\naws resourcegroupstaggingapi get-resources\n# aws-resources -tag environment=stage \naws resourcegroupstaggingapi get-resources --tag-filters Key=environment,Values=stage\n# aws-resources -tag environment=stage -tag environment=prod\naws resourcegroupstaggingapi get-resources --tag-filters Key=environment,Values=stage,prod\n```\n\nAdvantages over `aws`:\n\n- easier to remember and use\n- no dependencies, just a single binary\n- portable - works on Mac, Linux, Windows, ...\n\n---\n\nSome use cases:\n\n```sh\n# Count resources in all available profiles.\nfor profile in $(aws configure list-profiles); do echo -n \"$profile: \"; aws-resources -profile $profile | wc -l; done\n\n# Get resources with tags in all existing regions.\nfor region in $(aws ec2 describe-regions --all-regions --query 'Regions[].RegionName' --output text); do echo \"---$region---\"; aws-resources -region $region -tags; done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-monk%2Faws-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-monk%2Faws-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-monk%2Faws-resources/lists"}