I want to create a Step scaling policy and want to add instances for the below CPU utilization values 80% - 85% => Add 1 CPU instance 85% or above => Add 1 more CPU instance
My question is how I can test if that is working fine. Is there any way to achieve exactly 80-85% of average cpu utilization on an EC2 instance? I know about JMeter and other tools but are there any tools on AWS or a third party that can help me achieve exact CPU utilization?
Note: This is a windows instance.