AWS - CloudWatch
Given this EventBridge rule JSON snippet, what will happen when an EC2 instance state changes to 'stopped'?
{
"Source": ["aws.ec2"],
"DetailType": ["EC2 Instance State-change Notification"],
"Detail": {"state": ["stopped"]}
}