Unable to run AWS -Nuke
问题 I am trying to run aws-nuke to delete all the resources. I am trying to run command aws-nuke -c config/example.yaml --profile demo config/example.yaml --- regions: - "global" # This is for all global resource types e.g. IAM - "eu-west-1" account-blacklist: - "999999999999" # production # optional: restrict nuking to these resources resource-types: targets: - IAMUser - IAMUserPolicyAttachment - IAMUserAccessKey - S3Bucket - S3Object - Route53HostedZone - EC2Instance - CloudFormationStack