Resoto Cleanup Untagged Plugin
Project description
resoto-plugin-cleanup-untagged
Cleanup Untagged Plugin for Resoto
This plugin deletes cloud resources that are missing mandatory tags after a certain amount of time has passed since their creation.
Usage
In resh
execute
> config edit resoto.worker
and find the following section
plugin_cleanup_untagged:
# Configuration for the plugin
config:
default:
age: '2h'
tags:
- 'owner'
- 'expiration'
kinds:
- 'aws_ec2_instance'
- 'aws_ec2_volume'
- 'aws_vpc'
- 'aws_cloudformation_stack'
- 'aws_elb'
- 'aws_alb'
- 'aws_alb_target_group'
- 'aws_eks_cluster'
- 'aws_eks_nodegroup'
- 'example_instance'
- 'example_network'
accounts:
aws:
068564737731:
name: 'playground'
age: '7d'
'575584959047':
name: 'eng-sre'
example:
Example Account:
name: 'Example Account'
# Enable plugin?
enabled: false
Config section format
The config section consists of four sub-sections. default
, tags
, classes
and accounts
. The default
section specifies the default age
a resource must have before we enforce mandatory tags on it. For instance if age
is set to 2h
this means that whatever mechanism creates a resource has two hours to add those mandatory tags.
The tags
section is a list of tag names that MUST exist on every resource class specified in classes
. The classes
section is a list of resource class names for which tags specified in the tags
list must exist.
The accounts
section contains a dictionary with cloud IDs as keys (e.g. aws
) and account IDs for which tags will be enforced as values (e.g. 068564737731
). Those in turn contain a name
and optionally an age
override.
The following age units are valid:
weeks
days
hours
minutes
Each of them can be abbreviated down to one letter. E.g. 7d
, 24h
, 60m
, etc. A space in between the numeric and the unit is optional, meaning 7d
and 7 days
are equivalent.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for resoto-plugin-cleanup-untagged-3.2.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 981e1c8c1658b63f86bbbd3d4da22bfb7934addfed222ce7d6b2e89d5ee801b4 |
|
MD5 | fdc83d8831f1aed0c0dc21145d6d6110 |
|
BLAKE2b-256 | bc67e12a19f15ea0a1b76061335d6ca26b0508f37f4a706b70c50e92cbcf699d |
Hashes for resoto_plugin_cleanup_untagged-3.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b00971f0fc1611061c0b536c329609df0393f5a99224ca8ec7e5ce5ac1830a8 |
|
MD5 | e5e0d85311e2f59b07e94aa7fd6d7016 |
|
BLAKE2b-256 | 7c9ee054f779b9b71fbbe6820e216f225ab37190bce0291aa289da07d5f2746e |