In the previous lab we setup EventBridge rules to automatically respond to events in our AWS environment. In this section we will see those rules in action.
Connect to instance and generate CPU load.
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
which stress
stress --cpu 2
to generate load on the 2 cpusAfter a few minutes the automation setup in the previous lab will kick in, let’s observe to outcomes.