# January 18th 2022 # C7n Community Meeting Minutes ###### tags: `Templates` `Meeting` :::info - **URL:** https://meet.google.com/mii-evqh-esh - **Date:** January 18th, 2022 (3:00 PM (ET) / 12:00 PM (PT) / 7PM (UTC)) - **[Timezone Converter (Click me)](https://www.timeanddate.com/worldclock/converter.html?iso=20210629T190000&p1=tz_et&p2=tz_pt&p3=22&p4=240&p5=136&p6=176&p7=37&p8=248)** - **Agenda** 1. Intros `10m` 1. Agenda Items `20m` 1. PR Party `30m` - **Meeting Contact:** Jorge: <jorge@stacklet.io> - **Host:** Jorge Castro - **Permalink:** - **Video URL:** ::: ## Agenda Items - Welcome back! - Quick CNCF Status - TOC meeting set for Feb 8th, we're applying for incubation - Security assessment still ongoing: https://github.com/cncf/tag-security/pull/786 - Workshops are Back! - [Introduction to Cloud Custodian](https://app.livestorm.co/stacklet-io/introduction-to-cloud-custodian) - January 25th, click the link to register - provides an overview of Cloud Custodian, critical use cases, etc. - [Cloud Custodian 101](https://app.livestorm.co/stacklet-io/cloud-custodian-101-workshop) - January 26th, click the link to register - will allow you to have hands-on experience on the tool :dart: Goals for the week --- - Everyone getting back from holidays ## Weekly Stats (Jorge's stat script is busted, here are the hand curated highlights): ### PR and Issue Review #### Kapil - [AWS Cloud Control api](https://github.com/cloud-custodian/cloud-custodian/issues/7050) - PR: https://github.com/cloud-custodian/cloud-custodian/pull/7060 - Background/Context: - [Intro AWS blog post](https://aws.amazon.com/blogs/aws/announcing-aws-cloud-control-api/) - [Supported resources](https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html) - [Terraform Support](https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-tech-preview) - [Pulumi Support](https://www.pulumi.com/blog/announcing-aws-native/) #### AJ I hit some broken tests locally due to clashes with my custom aws/git settings. "Fixed" them in #7057 which caused a breakage for our docker builds (they used an older git version that didn't support the syntax in my "fix"). Kapil fixed what I broke in #7061 (:heart:), as part of a bigger update which also drops Python 3.6 support: - [tests - gracefully handle non-default aws/git config](https://github.com/cloud-custodian/cloud-custodian/pull/7057) - [releng - dependency updates 2022-01](https://github.com/cloud-custodian/cloud-custodian/pull/7061) #### Tim Penhey - [Update filters and actions to use allow/deny lists](https://github.com/cloud-custodian/cloud-custodian/issues/7053) - [Add ability for a policy to say if it is restricted to some regions ](https://github.com/cloud-custodian/cloud-custodian/issues/7054) - [https://github.com/cloud-custodian/cloud-custodian/issues/7055](Add a c7n-upgrade tool to migrate policies away from deprecated features) - `c7n-validate` command: Tim is thinking we should put the dates with a flag that would let you set a date for a deprecated thing so that in CI it will fail if you do --strict. To ensure you're moving off of things that are being deprecated.