Reputation: 31
Hello AWS practitioners,
We have a single classic load balancer for 8 EC2 instances, which makes more than a million request ever hour.
My queries are:
Upvotes: 2
Views: 694
Reputation: 637
General suggestion: use application profiling tools (New Relic/Datadog/Kibana's apm app) or load testing tools (for ex. Apache JMeter) on your application to simulate, benchmark and test your specific application on different instance types / sizes to get a better view where your specific bottlenecks are.
Upvotes: 1