AWS - CloudWatch
Given this event pattern in a CloudWatch Events rule JSON:
What event will trigger this rule?
{"source": ["aws.ec2"], "detail-type": ["EC2 Instance State-change Notification"], "detail": {"state": ["running"]}}What event will trigger this rule?
