Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

policy targeting multiple resource types #5258

Open
kapilt opened this issue Jan 22, 2020 · 9 comments
Open

policy targeting multiple resource types #5258

kapilt opened this issue Jan 22, 2020 · 9 comments

Comments

@kapilt
Copy link
Collaborator

kapilt commented Jan 22, 2020

it would be nice for policies that target multiple resources to enable something like

policies:
  - name: xyz
     resource: [aws.ec2, aws.lambda]
     filters:
         - tag:App: absent
     actions:
         - type: notify

under the hood custodian would expand these into separate policies per resource type, validate them, and execute them.

@kumarsiyer
Copy link
Contributor

Looking forward to this :)

@kapilt kapilt changed the title policies targeting multiple resources policy targeting multiple resource types Jan 22, 2020
@kapilt kapilt added this to Proposals in roadmap via automation Jan 22, 2020
@kapilt kapilt moved this from Proposals to In progress in roadmap Oct 6, 2020
@yasinpatel8
Copy link

Look forward to this :-)

@whopper
Copy link

whopper commented Feb 8, 2021

👍 on this as well!

@IngussNeilands
Copy link

Would be nice to have this - it would reduce number of emails, we could group them in one notify policy for example ...

@lil-lon
Copy link

lil-lon commented Sep 10, 2021

Look forward to this :-)

@eisjcormier
Copy link
Contributor

Would really like to see this implemented.

@raymyers
Copy link

Definitely would be helpful. Even better might be if they can be packaged to the same policy lambda instead of expanding - but there may be technical limitations preventing them.

@PoeBlu
Copy link

PoeBlu commented Nov 18, 2021

This would be awesome.

@nitrocode
Copy link
Contributor

Is this a dupe of #1244 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
roadmap
  
In progress
Development

No branches or pull requests

10 participants