Created
March 6, 2019 10:32
-
-
Save junkangli/f8182383c053624883e323de9a5f712d to your computer and use it in GitHub Desktop.
This is a metric filter to search for CloudTrailEC2InstanceChanges alerts in CloudWatch Log of CloudTrail events.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ ($.eventSource="ec2.amazonaws.com") && ($.userIdentity.type="IAMUser") } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment