php - Better AWS instance -


i have application developed in php + mysql using codeigniter. have 3000 active users using application daily, have around 130,000 pageviews per day. system not use many resources, commonly used http , reading / writing in mysql. question is: best instance hired @ amazon? setting suggest me? important brand alcaƧar 50,000 users in next 6 months.

the best instance 1 can afford isn't overloaded when busy. should monitoring cpu load , memory usage using tool munin sure you're not running out of headroom.

if you're using amazon rds handle database, can add multiple front-end web servers handle load.

there's no magical size works "best", c1.medium pretty value.


Comments