Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

lunatech-labs/lunatech-aws-cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunatechLabs AWS Cleaner

It cleans the AWS account every night around 3AM!

based on the AWS Nuke tool from Rebuy-de, but implemented with a Github Action scheduled every night!

Usage:

If you don't have a specific resource to save:

Nothing to do! Just leave your resource untouched and it will be gone during the night

If you need to save your resource:

You will need to add your resource to the configuration file in the config/ folder

Most of the time, you will only have to add the type of your resource and the name of it under the filter section as follows:

  filters:
      TypeOfResource:
        - "name of the resource"
      TypeOfResource:
        - "name of the resource"

But in certain case, you might want to save multiple resources at once, such as all your S3Objects, in which case you can use wildcards:

filters:
      TypeOfResource:
        - type: glob
          value: "*partial name of resource*"

For an extended amount of information, please refer to the official tool's README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%