පැටියා;14967439 said:
Machan I'm not well aware of their services. Please explain what EC does and what's the use of choosing JP or Singapore? As far as I know they serve requests from the server which is nearest to the client.
Thanks for the help

EC2 = Elastic Compute Cloud. It's a service to host your sites on whatever OS you want, and whatever language you want.
If your site is hosted on an AWS EC2 instance (Singapore), and your static data (images, videos, and other assets) are hosted in same data center, now you can make a good use of it.
Basically if you are planning to move to AWS, do it in bulk.
If you are paying too much for a dedicated server plus some incremental price for the bandwidth, Amazon could be much much cheaper.
When someone requests an asset, data is transferred thru many hops. More the hops in between, slower the transfer would be. That's why speedtest.net chooses the closest server to you.
I have personally used S3 for some regulat backup (now Glacier is better) and some client sites. Nothing else than an impressive service.
Also, if you rely on a GUI, you will find it a little difficult to get started. YOu have to setup ssh keys and whatnot crap.