kubernetes-the-hard-way-aws
kubernetes-the-hard-way-aws copied to clipboard
Cleanup fails if instance not yet terminated
The steps here fail:
An error occurred (DependencyViolation) when calling the DetachInternetGateway operation: Network vpc-0be1b4c40fcd63a81 has some mapped public address(es). Please unmap those public address(es) before detaching the gateway.
...if the previous section did not yet finish terminating.
Will create a PR to insert a second set of steps to wait/delay until they are terminated before returning the prompt (allowing the rest of the commands to succeed).