aws-nuke
aws-nuke copied to clipboard
docker hangs - doesnt complete/return to unix prompt && ignores --no-dry-run
hi am running following
nuke.sh
docker run \
--rm -it \
-a stdin -a stdout \
-v /Users/ajb1967/aws-nuke/config/nuke-config.yml:/home/aws-nuke/config.yml \
-v /Users/ajb1967/.aws:/home/aws-nuke/.aws \
quay.io/rebuy/aws-nuke:v2.13.0 \
--no-dry-run \
--profile cards-demo \
--config /home/aws-nuke/config.yml

However,
a) command doesn't return to unix prompt (just seems to hang) b) command seems to ignore the --no-dry-run switch

I have tried version 2.15.0 also
Thanks, Andy
more information - if i continue to wait at the 'apparent' hang, then we get the following error
ERRO[0135] Listing GlobalAcceleratorEndpointGroup failed:
RequestError: send request failed
caused by: Post "https://globalaccelerator.us-east-1.amazonaws.com/": dial tcp 92.242.132.24:443: i/o timeout
ERRO[0137] Listing GlobalAccelerator failed:
RequestError: send request failed
caused by: Post "https://globalaccelerator.us-east-1.amazonaws.com/": dial tcp 92.242.132.24:443: i/o timeout
ERRO[0138] Listing GlobalAcceleratorListener failed:
RequestError: send request failed
caused by: Post "https://globalaccelerator.us-east-1.amazonaws.com/": dial tcp 92.242.132.24:443: i/o timeout