How to use instances with s3 load balancing?
Posted
by
Slay
on Server Fault
See other posts from Server Fault
or by Slay
Published on 2013-06-28T03:53:48Z
Indexed on
2013/06/28
4:22 UTC
Read the original article
Hit count: 416
amazon-ec2
|amazon-web-services
I have some questions about instances and load balancing in amazon s3.
I can configured an instances in s3, but i do not understand how to deal with many instances in s3.
Currently, my instance is loaded with mysql, php etc (ALL IN ONE). However how do i ensure my instances is scaling? E.g if i have a site that is suppose to be handled using 3 instances and using amazon rds. Do i need to host my code base in the 3 instances? how do people normally do this? like facebook has 1000+ servers. Do they host their code base in all the 1000+ servers?
Thanks
© Server Fault or respective owner