delete_vpc
delete_vpc copied to clipboard
Delete a VPC located on a AWS region with its all dependencies
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...
 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...