Search code examples
amazon-web-servicesyamlwildcardaws-nuke

Wildcard filter in aws-nuke


I am using aws-nuke to cleanup an AWS account, but some resources tagged for keeping I'd like to keep. Is there way in the filter to specify all resource types with a specific property set, e.g. something like

presets:
  keep:
    filters:
       *:
         - property: "tag:do-not-nuke"
         - value: "true"

or the only way to do this is list all resource types individually?


Solution

  • There is a forked version of aws-nuke that add many new features including global filters: https://github.com/ekristen/aws-nuke/blob/main/docs/config-filtering.md#example