I am building a project in which i use amazon EC2 micro instance as a server which is running ubuntu on it. I want that if the resources of this server e.g. RAM to serve the requests are exhausted , it should automatically scale up and down . I have heard of it very often but don't know how to make this instance automatically scalable.I connect to my instance using ssh through command line and i can make it start and stop etc. using AWS Management Console in browser.
↧