|
|
|
|
|
by dirktheman
3452 days ago
|
|
I'm a huge fan (and user) of AWS, but I would not recommend it if all you want to do is host an MVP website. There's quite a learning curve before you have something reliable up and running and it will cost you a lot of time before you have figured everything out... If you have the time to learn about using AWS it's totally worth it, but if all you need is to host your website somewhere I'd look for something like the smallest Linode plan and scale it up when necessary. |
|
But I also agree with the parent comment about AWS S3 for static website. If you are setting up a static website with just HTML and CSS, S3 is the way to go. I do this for my homepage and it was very easy to setup and costs me about $0.52/month.
Added benefits are that you can use Cloudfront for CDN which also offers HTTPS. Some guides:
Example: Setting Up a Static Website Using a Custom Domain http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosti...
Using CloudFront with Amazon S3 http://docs.aws.amazon.com/AmazonCloudFront/latest/Developer...
Using HTTPS with CloudFront http://docs.aws.amazon.com/AmazonCloudFront/latest/Developer...
To the OP, I'm not sure what your experience level is, but if you consider yourself a beginner and you don't know what any of these terms mean, feel free to ping me if you have any questions!