Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You're asking a lot of questions, but let me try to provide a high-level overview:</p> <ul> <li>EC2: Just a server in the sky. When you're booting up a server, you're using the EC2 technology.</li> <li>EBS: Consider this to be a hard-disk. Your server image must be booted off a disk, and this is it.</li> <li>S3: A place to store your files, and then retrieve them using HTTP. For performance and scalability reasons you may want to place data and images on S3 rather than running it directly off your server.</li> <li>Elastic Load Balancing: A load balancer sits in front of all requests and directs them transparently to a live server. You would use this if your app consists of many servers (say 5 or more) and you want the load balancer to spread the load and automatically bypass any failed machines.</li> <li>Data transfer between regions: Amazon datacentres are spread all over the world. If you need to transfer data between physical region then they will charge you per kb of data transacted.</li> <li>Databases: If you're building an app then just start with your own database running on your own server. ie. Just kick off your app using MS SQL or MySQL and then look more in depth at Amazon owned database solutions.</li> <li>Charges: You are correct that Amazon charges can get out of hand and expensive, but that is very much dependent as to how well you control your own infrastructure. Cloud means direct charges per unit of bandwidth and CPU consumed. You can immediately see a lowering of charges if you cache images client-side (bandwidth) and reduce the size of your machine (CPU). You may want to look at <a href="http://LabSlice.com" rel="noreferrer">http://LabSlice.com</a> [disclaimer: See my sig, as it's where I work] as the technology there can help keep EC2 costs low. My #1 recommendation is to keep an eye on the 'Account' panel on the Amazon console, as that gives a running tab of your charges, and that way you avoid surprises.</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload