Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERRO[0023] Listing Route53TrafficPolicy failed #423

Open
webframp opened this issue Nov 17, 2024 · 1 comment
Open

ERRO[0023] Listing Route53TrafficPolicy failed #423

webframp opened this issue Nov 17, 2024 · 1 comment

Comments

@webframp
Copy link

Wondering if anyone else has seen this. It's the first message shown but then it continues with others resources in dry run mode as expected.

aws-nuke version v3.29.6

ERRO[0023] Listing Route53TrafficPolicy failed:
    SerializationError: failed to unmarshal error message
        status code: 404, request id: c36cd3d7-ad00-4ede-b3ff-998d458376fc
    caused by: UnmarshalError: failed to unmarshal error message
        00000000  3c 3f 78 6d 6c 20 76 65  72 73 69 6f 6e 3d 22 31  |<?xml version="1|
    00000010  2e 30 22 3f 3e 0a 3c 55  6e 6b 6e 6f 77 6e 4f 70  |.0"?>.<UnknownOp|
    00000020  65 72 61 74 69 6f 6e 45  78 63 65 70 74 69 6f 6e  |erationException|
    00000030  2f 3e 0a                                          |/>.|

    caused by: unknown error response tag, {{ UnknownOperationException} []}  error="SerializationError: failed to unmarshal error message\n\tstatus code: 404, request id: c36cd3d7-ad00-4ede-b3ff-998d458376fc\ncaused by: UnmarshalError: failed to unmarshal error message\n\t00000000  3c 3f 78 6d 6c 20 76 65  72 73 69 6f 6e 3d 22 31  |<?xml version=\"1|\n00000010  2e 30 22 3f 3e 0a 3c 55  6e 6b 6e 6f 77 6e 4f 70  |.0\"?>.<UnknownOp|\n00000020  65 72 61 74 69 6f 6e 45  78 63 65 70 74 69 6f 6e  |erationException|\n00000030  2f 3e 0a
      |/>.|\n\ncaused by: unknown error response tag, {{ UnknownOperationException} []}"

gov cloud us-west-1 and an extremely simple config:

regions:
  - global
  - us-gov-west-1
  - us-gov-east-1

blocklist:
  - "111111111111" # prod

bypass-alias-check-accounts:
  - 000000000000

accounts:
  "000000000000": {} # ke build

Ran command with: aws-nuke nuke -c nuke-config.yml --no-alias-check --default-region us-gov-west-1

@ekristen
Copy link
Owner

Typically speaking unless it's fatal it will always carry on with other resources. I currently do not have access to gov cloud. It looks like maybe listing of traffic policies isn't supported in GovCloud? It's likely safe to ignore. Or you could exclude that specific resource type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants