rebuy-de / aws-nuke

Nuke a whole AWS account and delete all its resources.
MIT License
5.49k stars 708 forks source link

Failed to run #1234

Open preddy007 opened 2 weeks ago

preddy007 commented 2 weeks ago

Failed to run on the Mac OS. Below is the error.

/Users/rpkad744~/scripts -> aws-nuke -c nuke-config.yaml --profile aws-nuke-example Error: failed get caller identity: NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors

ekristen commented 2 weeks ago

It couldn't find valid authentication credentials. You've specified a profile, you need to make sure the profile exists and the aws configuration on your systems is set properly.