{"id":15580476,"url":"https://github.com/toabctl/aws-quota","last_synced_at":"2026-04-28T19:36:58.818Z","repository":{"id":71945093,"uuid":"488631693","full_name":"toabctl/aws-quota","owner":"toabctl","description":"AWS quota handling for all regions","archived":false,"fork":false,"pushed_at":"2022-05-05T08:23:02.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T21:30:07.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/toabctl.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":"2022-05-04T14:55:15.000Z","updated_at":"2022-05-04T14:55:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8c1391e-f9ee-46f1-a81b-0b7fca8a4e6d","html_url":"https://github.com/toabctl/aws-quota","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toabctl/aws-quota","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toabctl%2Faws-quota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toabctl%2Faws-quota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toabctl%2Faws-quota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toabctl%2Faws-quota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toabctl","download_url":"https://codeload.github.com/toabctl/aws-quota/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toabctl%2Faws-quota/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32396754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":[],"created_at":"2024-10-02T19:28:02.959Z","updated_at":"2026-04-28T19:36:58.801Z","avatar_url":"https://github.com/toabctl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-quota\n\nA tool to list \u0026 create quota change requests for **all** regions in parallel.\nIt's useful if quotas need to be updated for **all** available regions.\nThe usual environment variables (eg. `AWS_PROFILE` are accepted).\n\n## Usage\n\nList the available services and the service codes (needed for other commands):\n```\n$ ./aws-quota services-list | head -10\n+------------------------------+-----------------------------------------------------------------------+\n| SERVICE CODE                 | SERVICE NAME                                                          |\n+------------------------------+-----------------------------------------------------------------------+\n| AWSCloudMap                  | AWS Cloud Map                                                         |\n| a4b                          | Alexa for Business                                                    |\n| access-analyzer              | Access Analyzer                                                       |\n| account                      | AWS Account Management                                                |\n| acm                          | AWS Certificate Manager (ACM)                                         |\n| acm-pca                      | AWS Certificate Manager Private Certificate Authority (ACM PCA)       |\n| airflow                      | Amazon Managed Workflows for Apache Airflow                           |\n```\n\nList the available quotas for a given service code (useful to get the quota code):\n```\n$ ./aws-quota service-quotas-list --servicecode vpc|head -10\n+----------------+----------------------------------------------+------------+-------------+------------+\n| REGION         | QUOTA NAME                                   | QUOTA CODE | QUOTA VALUE | ADJUSTABLE |\n+----------------+----------------------------------------------+------------+-------------+------------+\n| eu-west-3      | Active VPC peering connections per VPC       | L-7E9ECCDB |          50 | true       |\n| eu-west-3      | Egress-only internet gateways per Region     | L-45FE3B85 |          50 | true       |\n| eu-west-3      | Gateway VPC endpoints per Region             | L-1B52E74A |          20 | true       |\n| eu-west-3      | IPv4 CIDR blocks per VPC                     | L-83CA0A9D |           5 | true       |\n| eu-west-3      | Inbound or outbound rules per security group | L-0EA8095F |          60 | true       |\n| eu-west-3      | Interface VPC endpoints per VPC              | L-29B6F2EB |          50 | true       |\n| eu-west-3      | Internet gateways per Region                 | L-A4707A72 |          50 | true       |\n```\n\nList the currently available quota change requests:\n```\n$ ./aws-quota service-quota-history|head -10\n+----------------+--------------+------------+---------------+-------------+-------------+\n| REGION         | SERVICE CODE | QUOTA CODE | DESIRED VALUE | STATUS      | CASE ID     |\n+----------------+--------------+------------+---------------+-------------+-------------+\n| eu-west-2      | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| eu-west-3      | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| eu-north-1     | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| eu-central-1   | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| eu-south-1     | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| eu-west-1      | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n| me-south-1     | vpc          | L-F678F1CE |            50 | APPROVED    |             |\n```\n\nCreate a quota change request:\n```\n$ ./aws-quota service-quota-increase --servicecode ec2 --quotacode L-0263D0A3 --quotavalue 50\n+----------------+--------------+------------+---------------+---------+\n| REGION         | SERVICE CODE | QUOTA CODE | DESIRED VALUE | CASE ID |\n+----------------+--------------+------------+---------------+---------+\n| eu-central-1   | ec2          | L-0263D0A3 |            50 |         |\n| eu-west-3      | ec2          | L-0263D0A3 |            50 |         |\n| eu-south-1     | ec2          | L-0263D0A3 |            50 |         |\n| eu-north-1     | ec2          | L-0263D0A3 |            50 |         |\n| eu-west-2      | ec2          | L-0263D0A3 |            50 |         |\n| eu-west-1      | ec2          | L-0263D0A3 |            50 |         |\n| me-south-1     | ec2          | L-0263D0A3 |            50 |         |\n| ca-central-1   | ec2          | L-0263D0A3 |            50 |         |\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoabctl%2Faws-quota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoabctl%2Faws-quota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoabctl%2Faws-quota/lists"}