I had been running my website on Amazon AWS t1.micro instance backed on a EBS volume. As I had expected to happen over time, my memory consumption is now almost full and just has around 10 MB free. Thus, the website often slows down and file upload functions don't happen. I tried adding a auto scaling group, but that makes no differnce on the functioning. So I had the following doubts before I did pump up the ram:
- How is auto-scaling different from increasing the ram of my instance?
- Is it possible to increase the RAM without impacting the ip address? (I want to avoid any unwanted confusions and hassles related to changing the ip address at various places)
Please understand that I am a noob at this stuff.
EDIT: I have gone through the documentation at this link about resizing your instance But it mentions that I must keep note of the "elastic ip" and that it will change. I am not aware of what that is and whether if I carry on with the steps there, will I have to make changes in the dns server to point to a new ip, etc.