AWS - CloudWatch
You have this CloudWatch Events rule JSON:
The Lambda function is not invoked when EC2 events occur. What is the most probable reason?
{"EventPattern": {"source": ["aws.ec2"]}, "Targets": [{"Id": "target1", "Arn": "arn:aws:lambda:us-east-1:123456789012:function:ProcessEvent"}]}The Lambda function is not invoked when EC2 events occur. What is the most probable reason?
