{"id":20882283,"url":"https://github.com/daeho-ro/aws-default-vpc-remover","last_synced_at":"2025-08-22T23:03:16.908Z","repository":{"id":188421519,"uuid":"405635983","full_name":"daeho-ro/aws-default-vpc-remover","owner":"daeho-ro","description":"Easy solution to remove the default VPCs","archived":false,"fork":false,"pushed_at":"2021-09-12T13:48:40.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T15:54:14.242Z","etag":null,"topics":["aws","aws-lambda","cloudformation","hacktoberfest","vpc"],"latest_commit_sha":null,"homepage":"","language":null,"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/daeho-ro.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-09-12T12:29:54.000Z","updated_at":"2023-09-22T05:46:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9ee9c6f-3b7f-46a2-b8f9-16e2b9b08b59","html_url":"https://github.com/daeho-ro/aws-default-vpc-remover","commit_stats":null,"previous_names":["daeho-ro/aws-default-vpc-remover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daeho-ro/aws-default-vpc-remover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daeho-ro%2Faws-default-vpc-remover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daeho-ro%2Faws-default-vpc-remover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daeho-ro%2Faws-default-vpc-remover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daeho-ro%2Faws-default-vpc-remover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daeho-ro","download_url":"https://codeload.github.com/daeho-ro/aws-default-vpc-remover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daeho-ro%2Faws-default-vpc-remover/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265467534,"owners_count":23770742,"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","aws-lambda","cloudformation","hacktoberfest","vpc"],"created_at":"2024-11-18T07:30:45.672Z","updated_at":"2025-07-15T23:33:37.714Z","avatar_url":"https://github.com/daeho-ro.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"**AWS default vpc remover** is designed to delete all your default vpcs. This is useful when you create the fresh AWS account and want to manage the vpc intentionally. To use the AWS default vpc remover, upload the `template.yaml` into the CloudFormation of your AWS account and invoke the lambda function by using the AWS CLI such as:\r\n\r\n```bash\r\naws lambda invoke --function-name lambda-aws-default-vpc-remover result.txt\r\n```\r\n\r\nor create a test event from the lambda console and test it without any payload. The invocation will takes around 2 mins usually. The sample response is here:\r\n\r\n```\r\nSTART RequestId: fc722266-4dd9-4b98-8a8d-ba4388b79110 Version: $LATEST\r\nignore_regions :  ['None']\r\nremove_regions :  ['eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2', 'eu-west-1', 'ap-northeast-3', 'ap-northeast-2', 'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-southeast-1', 'ap-southeast-2', 'eu-central-1', 'us-east-1', 'us-east-2', 'us-west-1', 'us-west-2']\r\neu-north-1           | vpc-01988a7c5a69841f8    |  deleted\r\nap-south-1           | vpc-05511c72e2ffcb87c    |  deleted\r\neu-west-3            | vpc-0e1f329abbe4fa223    |  deleted\r\neu-west-2            | vpc-006984b12904c3506    |  deleted\r\neu-west-1            | vpc-0b8a7c5b109d1ca4d    |  deleted\r\nap-northeast-3       | vpc-0ba819cb648b3c6ff    |  deleted\r\nap-northeast-2       | vpc-f2b35099             |  deleted\r\nap-northeast-1       | vpc-04d54b8b359099359    |  deleted\r\nsa-east-1            | vpc-0c0c37bf6ab88b83d    |  deleted\r\nca-central-1         | vpc-0993d43d02d9d3a7f    |  deleted\r\nap-southeast-1       | vpc-069bc492bfc17c8d8    |  deleted\r\nap-southeast-2       | vpc-0787fb9fdec3b8bd3    |  deleted\r\neu-central-1         | vpc-0d6969012d833113b    |  deleted\r\nus-east-1            | vpc-052cb5d2bfc5e5598    |  deleted\r\nus-east-2            | vpc-300b0858             |  deleted\r\nus-west-1            | vpc-0075c027846049805    |  deleted\r\nus-west-2            | vpc-0b929a73             |  deleted\r\nEND RequestId: fc722266-4dd9-4b98-8a8d-ba4388b79110\r\nREPORT RequestId: fc722266-4dd9-4b98-8a8d-ba4388b79110\tDuration: 104447.43 ms\tBilled Duration: 104448 ms\tMemory Size: 128 MB\tMax Memory Used: 128 MB\tInit Duration: 246.54 ms\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaeho-ro%2Faws-default-vpc-remover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaeho-ro%2Faws-default-vpc-remover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaeho-ro%2Faws-default-vpc-remover/lists"}