Modify capacity of T* instances on the flight
The T family of instances are the best choice if you run a very small application, but occasionally it can handle sudden traffic spikes. If those spikes are becoming more and more common, your application is consuming the entire host bandwidth and sooner you’ll notice that you application is going to response slower than usual. In that case, the first instinct is to change the host type with a more powerful one, eventually with one that has fixed-performance (M type, C type, etc). But there is one more thing you can try: the T family offers a feature, named unlimited mode. While this is activatedRead More →