Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 630 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 630 Bytes

Setup test bed for ebs codebundle

make create-ebs-volume

Clean once test is done

make delete-ebs-volume

Cloud custodian

Install Linux:

python3 -m venv custodian
source $HOME/custodian/bin/activate
pip install c7n 

/policies folder holding related yaml files.

The policy is validated automatically when you run it, but you can also validate it separately:

custodian validate ./policies/example.yml

You can also check which resources are identified by the policy without running any actions on the resources:

custodian run --dryrun -s . ./policies/example.yml