Scanning AWS resources using OPAL #611
Unanswered
massimiliano96
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Hi @massimiliano96, |
Beta Was this translation helpful? Give feedback.
6 replies
-
Maybe CT -> EventBridge -> SNS -> Lambda invocation -> OPAL? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to ask if it is possible to use OPA and OPAL to check infrastructure resource policies deployed on AWS in real-time. For instance, suppose I have a policy written in Rego that ensures all my EC2 instances have the tag "cost_center". I want to detect if both existing and newly deployed resources comply with this tag. Additionally, I want to detect changes, such as if someone attempts to delete the tag from a resource.
Furthermore, I plan to deploy OPAL server and OPAL client on an EKS cluster for real-time monitoring.
Beta Was this translation helpful? Give feedback.
All reactions