Home > database >  AWS EventBridge - How to see if a rule has been deleted and by who
AWS EventBridge - How to see if a rule has been deleted and by who

Time:07-28

In AWS EventBridge how can I see if a rule has been deleted and who deleted it?

CodePudding user response:

You wouldn't be able to see that from EventBridge. You would need to have a look at the CloudTrail logs for the DeleteRule action.

  • Related