mirror of
https://github.com/RogerSik/aws-target-group-cleanup.git
synced 2024-11-23 16:20:27 +01:00
update readme
This commit is contained in:
parent
d792ca8df5
commit
bba3d6e81f
26
README.md
26
README.md
@ -1,2 +1,28 @@
|
|||||||
# aws-target-group-cleanup
|
# aws-target-group-cleanup
|
||||||
Remove ALB target groups that are not assigned to load balancers
|
Remove ALB target groups that are not assigned to load balancers
|
||||||
|
|
||||||
|
# Purpose
|
||||||
|
Clean up target groups that no longer have a load balancer assigned
|
||||||
|
|
||||||
|
|
||||||
|
# Prerequisites
|
||||||
|
* `pip install boto3`
|
||||||
|
* Either an AWS role (if running on EC2) or an access key/secret key
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Dry run mode:
|
||||||
|
```bash
|
||||||
|
python aws-target-group-cleanup.py -r us-west-2 -p myprefix
|
||||||
|
```
|
||||||
|
|
||||||
|
Removal mode:
|
||||||
|
```bash
|
||||||
|
python aws-target-group-cleanup.py -r us-west-2 -p myprefix -f
|
||||||
|
```
|
||||||
|
|
||||||
|
Where:
|
||||||
|
|
||||||
|
* -r is the region
|
||||||
|
* -p is an optional prefix (ie. only remove target groups starting with this)
|
||||||
|
* -f will turn on the removal (run in dryrun mode without this flag)
|
||||||
|
Loading…
Reference in New Issue
Block a user