Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Should I use amazon EC2 or S3?

0

54 views

Hi,

I am new to Amazon Web Services, and I have read the documentation about the AWS products. The closest products to meet my needs is EC2 and S3.

What I want to do is, I need to host some php files and a single MySql database. Its not a website, I just need a host(instance). My php files are not very heavy, and so for the database.

I am not sure if I should use EC2 or S3, any advice?

asked February 27, 2011 8:47 pm CST
posted via ServerFault

1 Answer

1
 

S3 is for data storage only. You cannot run any sort of processes on S3. As such, you'll need at least one EC2 instance on which you'll run your database and webserver. The EC2 instance will also hold your php files, you could possibly use S3 for storing your static files, though.

answered February 27, 2011 9:24 pm CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Mod_rewrite on Amazon S3
February 21, 2011
Mod_rewrite on Amazon S3
February 21, 2011