Attempting to target all resources with tags of a certain value
aws-nuke version = 3.62.0
regions:
- us-east-1
accounts:
1234567890:
presets:
- example
presets:
example:
filters:
__global__:
- property: "tag:example"
type: contains
value: "aws/"
invert: true
I have excluded all the resources without tags, yet get the below error | no context | It happens twice, then never again.
time="2025-12-12T15:06:46Z" level=error msg="unable to list tags for resource" error="InvalidParameter: 1 validation error(s) found.\n- missing required field, ListTagsForResourceInput.ResourceARN.\n"