Just for understanding.
How to configurate CF? Is this an EC2 instance?
I should to upload files to server and load balancing work will be done by Amazon? (I mean that I have only one CF instance and if load will grow Amazon will add another instance?
How can I upload files? Can I make git repository and commit files?
If I have another EC2 instance with web application is there any way to get access to my files at Cloud Front through file system? I mean if I can to use something like php:
file_get_contents('/cloud_front/images/some_image.png')
What links should I use to get, for example, images at Clod Front server? I mean that may be there are urls like http://distilleryimage10.s3.amazonaws.com/d2e89af606cc11e3b81c22000a1fbca3_6.jpg to get file access. So how can I generate this url? Any API?
Thanks for your time.