Agnip
Agnip

Reputation: 34

AWS Auto-Scaling Testing

How do I test if my AWS auto scaling is working fine? Any lead to find a way to test this feature through Automation ? My aim is to make load on the servers and check if new AWS instances are spinning up and down as per requirement (through automation). Thanks in advance.

Upvotes: 0

Views: 468

Answers (1)

Rodrigo Murillo
Rodrigo Murillo

Reputation: 13632

You can use Apache Bench or Apache JMeter to generate load on your website to test scaling.

See https://httpd.apache.org/docs/2.4/programs/ab.html and http://jmeter.apache.org/

Upvotes: 1

Related Questions