I’m using AMAZON ec2’s server now. I’m in the US east zone so my users from Asia found that my site is extremely slow.
How can I handle this? Can I set up a multiple zones server at EC2?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, EC2 also has a region in Singapore. You can also use the Amazon Route53 latency based routing to direct your users to your nearest server – users from Asia will then use the Singapore server.
However your application will have to deal with code deployment, keeping in sync, using the same database or syncing different ones etc. As this depends mainly on the type of your application, there is no general rule about how to handle this. I would suggest to think about this first before setting up a server.