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!