delete_vpc icon indicating copy to clipboard operation
delete_vpc copied to clipboard

Delete a VPC located on a AWS region with its all dependencies

Results 5 delete_vpc issues
Sort by recently updated
recently updated
newest added

I have tried to delete VPC, and it is able to delete through UI also. But when ran with this sh file. Got below error. `./delete_vpc.sh us-west-2 vpc-0f904ff05c1a26ffc` `An error...

Gave things a go and noticed that I needed to consistently delete the subnets first before ACL's could be deleted.

The easiest way to get the AWS CLI under Cygwin is to simply install the Windows version, and then make sure that the Cygwin PATH picks up the new directory...

![image](https://user-images.githubusercontent.com/42217423/218033646-a8052de7-ca34-4b11-be83-818635a7034f.png) know that deletion of elb/nlb is included then why the script is failing? plz rectify

nice implementation thought unable to point aws account profile through CLI as the same feature is available thru' aws cli with the argument "--profile" plz implement some similar kind of...