How do I scale EC2 and push out code / data to my instances?

Posted by chris on Server Fault See other posts from Server Fault or by chris
Published on 2012-11-22T15:44:28Z Indexed on 2012/11/22 17:01 UTC
Read the original article Hit count: 171

Filed under:
|
|
|

Unfortunately I only have a limited knowledge of server architecture, I come from a development background.

I am looking to ensure my new app can scale properly using EC2.

I currently have a T1.micro for development running Windows with SQL server 2008.

The system allows students to come to our site to search for a mentor, update their profile with pictures and employment history etc. Roughly the same sort of work as a LinkedIn profile.

I need this to be able to scale very quickly without wasted resources.

I understand the following is important.

Separation of data, application etc. I will achieve this I think by hosting images using S3, Database instance via RDS and upgrade the EC2 instance.

My main question is:

How do I push data / code out to multiple ec2 / RDS instances seamlessly?

© Server Fault or respective owner

Related posts about Windows

Related posts about iis