You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
And the aws-nuke command is: aws-nuke -c ~/Desktop/aws-nuke.yml --profile staging --no-dry-run
I get multiple AccessDeniedException errors. One of them is:
ERRO[0295] Listing FMSNotificationChannel failed:
AccessDeniedException: No default admin could be found for account xxx
status code: 400, request id: xxx
Is this somehow expected behavior? Or is something going wrong? Given that the shared profile has AdministratorAccess, I would not expect to run into AccessDeniedException errors.
I looked through other issues here on Github and Google and I was not able to find any similar sort of errors.
Thank you so much for any help! :)
The text was updated successfully, but these errors were encountered:
I am running
aws-nuke
on an AWS account using a shared profile, with theAdministratorAccess
managed policy. My config looks like:And the
aws-nuke
command is:aws-nuke -c ~/Desktop/aws-nuke.yml --profile staging --no-dry-run
I get multiple
AccessDeniedException
errors. One of them is:Is this somehow expected behavior? Or is something going wrong? Given that the shared profile has
AdministratorAccess
, I would not expect to run intoAccessDeniedException
errors.I looked through other issues here on
Github
andGoogle
and I was not able to find any similar sort of errors.Thank you so much for any help! :)
The text was updated successfully, but these errors were encountered: