├── .github └── FUNDING.yml └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: myoung34 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome CloudCustodian 2 | 3 | A curated list of awesome cloud-custodian rules/wrappers/links/projects 4 | 5 | Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). 6 | 7 | - [Awesome CloudCustodian](#awesome-cloudcustodian) 8 | - [Rules](#rules) 9 | - [Actions](#actions) 10 | - [Deployments](#deployments) 11 | - [Capital 1 Examples](#examples) 12 | - [Expanded Schema](#schema) 13 | 14 | --- 15 | 16 | # Rules 17 | 18 | *Examples of rules* 19 | 20 | * [myoung34/cloudcustodian-rules](https://github.com/myoung34/cloudcustodian-rules) 21 | * [GSA/devsecops-cloud-custodian-rules](https://github.com/GSA/devsecops-cloud-custodian-rules) 22 | * [jtroberts83/Cloud-Custodian](https://github.com/jtroberts83/Cloud-Custodian) 23 | * [tomarv2/Cloud-Custodian](https://github.com/tomarv2/aws-cloud-custodian/tree/master/policies) 24 | * [zelfick/custodian](https://github.com/zelfick/custodian) 25 | 26 | # Actions 27 | 28 | *Examples of rules* 29 | 30 | * [myoung34/cloudcustodian-rules](https://github.com/myoung34/cloudcustodian-rules#actions) 31 | 32 | 33 | # Deployments 34 | 35 | *Information relating to deployments* 36 | 37 | * [myoung34/cloudcustodian-rules](https://github.com/myoung34/cloudcustodian-rules#docker) 38 | 39 | # Examples 40 | 41 | *Example Policies Programatically Extracted From Capital Ones Github* 42 | 43 | * [jtroberts83/Cloud-Custodian/blob/master/Policies/GenericExamples/CapitalOnesPolicyExamples.txt](https://github.com/jtroberts83/Cloud-Custodian/blob/master/Policies/GenericExamples/CapitalOnesPolicyExamples.txt) 44 | 45 | # Schema 46 | 47 | *Cloud Custodian full schema expanded out to filters and actions* 48 | 49 | * [jtroberts83/Cloud-Custodian/blob/master/schema_expander/schema_quick_ref.txt](https://github.com/jtroberts83/Cloud-Custodian/blob/master/schema_expander/schema_quick_ref.txt) 50 | --------------------------------------------------------------------------------