# README

Scaledown all databases and instances in the account

To reduce monthly bill, this module can scale down AWS RDS and EC2 instances that linked to kubernetes namespace with evening namespace scaledown process.

Add to you kubernetes-manager config:

webhooks: 
- provider: aws
  config:
    accesskeyid: accesskeyid
    accesssecretkey: accesssecretkey
    region: us-east-1
  namespace: some-namespace
  cluster: some-cluster

this will scale down (and scale up) all databases and instances in the account with tags

kubernetes-manager/cluster: some-cluster
kubernetes-manager/namespace: some-namespace

# Structs

No description provided by the author