How to use instances with s3 load balancing?
- by Slay
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