Skip to content

Instantly share code, notes, and snippets.

View lokst's full-sized avatar

Stella Lok lokst

View GitHub Profile
@lokst
lokst / delete-all-vpcs-in-region.sh
Created April 4, 2019 17:17 — forked from RichardBronosky/delete-all-vpcs-in-region.sh
Delete AWS VPC including dependencies
#!/bin/bash -eu
#
# List all VPCs in region and delete them
main(){
if [ -z "$1" ]; then
echo "Usage: $0 <region> [<region> ...]"
exit 64
fi