'Can you trigger Eventbridge Rule from Trusted Advisor without Support plan?

I have enabled Trusted Advisor with some checks. Not all of them since I don't have a support plan. I created an EventBridge rule in us-east-1:

{
  "source": ["aws.trustedadvisor"],
  "detail-type": ["Trusted Advisor Check Item Refresh Notification"]
}

The rule is never triggered when I integrate or fix Trusted Advisor checks. Does this only work with a support plan? It's similar to this: https://docs.aws.amazon.com/awssupport/latest/user/cloudwatch-events-ta.html



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source