We can put triggers on AWS Trusted Advisor checks/recommendations. So that when something happens on those check(s) we have a trigger on, a lambda function that we configured along with that trigger gets invoked and does what we look for-- alert us in some way, invoke a process for us, .. .
Is this all accurate?
Assuming it is --
Can we do this with any of the checks/recommendations of AWS Trusted Advisor?
I'm guessing "yes" to both above but looking for verification.
We're looking to form a high-level view on AWS Trusted Advisor with no access/yet to AWS things to look these up-- AWS is another team under our umbrella.
TIA.
You can configure AWS Trusted Advisor to send events to Event Bridge. Event Bridge can then trigger a Lambda function (among other things) with that event data.