Giter VIP home page Giter VIP logo

community's Introduction

c7n Community

Welcome to the Cloud Custodian Community!

Community Calendar - This is where you can find a calendar of all our community events including our bi-weekly community meetings.

Project Board - Project-level community items, start here if you're looking for an overview of what we're working on and where we could use a hand!

WIP: Future home of contributor guides, community documentation, governance, and all the goodies. ๐ŸŽ‰

Index

  • activity-report - script that takes c7n activity from the past 14 days (PRs and Issues) and then spits out a markdown report for the community meeting notes.

community's People

Contributors

ajkerrigan avatar castrojo avatar kapilt avatar liz-acosta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

community's Issues

Consider moving to Slack

I've already gotten feedback about gitter so we might as well have the discussion.

Glomming onto the CNCF Slack would simplify things, use a tool more people are familiar with, etc.

Vulnerable App Before, Secure Env After with c7n

Hello @castrojo, during @LiamRandall's Governance-as-Code day talk this afternoon, I suggested an interesting community project would be Liam's vulnerable app and cloud deployment, the PeopleFacts app, or similar projects like flaws.cloud, flaws2.cloud, or cloudgoat with a focus on detection and protection with c7n tooling. We can take one of these sample environments with a before and after theme, and the after theme being an assessment with recommended c7n rules to prevent breach.

I am willing to commit some time to this project starting in November and the months following. Let me know how I would need to formulate a plan for review by c7n core devs and/or community members that are here, get buy-in and support for such a plan. If there is limited interest, I can work on it as a separate personal project and update on status here.

resources key:DBClusterIdentifier on None

When running cloud custodian, I get this warning :

[WARNING]	2023-08-23T15:04:07.455Z	0d19afeb-3fbe-43ea-b2a4-6a572cb17eae	delete implicitly filtered 0 of 1 resources key:DBClusterIdentifier on None 

even though it filters the right resources :

[DEBUG]	2023-08-23T15:04:07.454Z	0d19afeb-3fbe-43ea-b2a4-6a572cb17eae	Filtered from 1 to 1 rds
[INFO]	2023-08-23T15:04:07.454Z	0d19afeb-3fbe-43ea-b2a4-6a572cb17eae	policy:rds-delete-marked resource:rds region:eu-west-1 count:1 time:0.44"

Here are my policies :

policies:
  - name: rds-mark-for-delete
    mode:
      type: periodic
      schedule: rate(1 day)
      role: arn:aws:iam::012345678901:role/custodian-tag-compliance-role
    resource: rds
    filters:
      - "tag:maid_status": absent
      - "tag:cost-center": absent
    actions:
      - type: mark-for-op
        op: delete
        days: 0

  - name: rds-delete-marked
    mode:
      type: periodic
      schedule: rate(1 day)
      role: arn:aws:iam::012345678901:role/custodian-tag-compliance-role
    resource: rds
    filters:
      - "tag:cost-center": absent
      - type: marked-for-op
        op: delete
    actions:
      - type: delete
        skip-snapshot: false

Review c7n/c7n/README.md

Review README in the parent project to ensure we're up to date with the actual state of things.

Add Code of Conduct

Need to sort out where the CoC should live, relationship to the CNCF, etc.

make community meeting/events more discoverable

I would suggest figuring out where the canonical location for community resources should live and updating the various locations that reference the community to point to this central location. cloudcustodian.io points folks to the gitter channel. the cloud-custodian README.md has a section buried in it that asks folks to join the google group and links to the meeting archives on youtube and here. I could not find anything that has a clear indication of upcoming community events (meetings, cloud custodian day, etc). I'd love to see a calendar of upcoming events, even if it's just a bullet list of things by date. Basically, organize all of the community stuff into one place that's easy to find and easy to digest. Given this new repo, the obvious choice would be to just update the README.md in this repo so it's front and center here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.