简体   繁体   中英

Amazon S3 & EC2 for hosting?

I have a little dot com site, personal portfolio, running HTML w/ CSS right now. I'm thinking of eventually running something like node.js w/ a custom CMS. But I'm paying over $110 a year for hosting when I use about.5 gigs of bandwidth a month & just a few domains I don't need.

Will EC2 with my own Server be cheaper on a micro instance? Not to mention nerdy:-)

It is indeed cheaper, and if you go small enough it's free for the first year (if you only have one instance).

Getting node.js to run on ec2 is a bit interesting but it can be done (I've done it). Good luck.

Well - micro instance is 2 cents per hour which gives 365*24*0.02 = 173$. Stay with your current hosting if you don't have problem with reliability there.

It's cheaper but, only by a little (except while your in the 1st year of trial service where some things are totally free). After the first year its $85 for a 3-yr micro instance (or $54 for 1/yr) with the following:

613 MB memory
Up to 2 EC2 Compute Units (for short periodic bursts)
EBS storage only
32-bit or 64-bit platform
I/O Performance: Low
API name: t1.micro

You can also check price for other cloud providers with cloudorado.com .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM