Skip to content

infracloudio/runwhen-temp-placeholder

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published