Hosting your static site with AWS S3, Route 53, and CloudFront for free
11–20 of 51 posts
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#12Sorry, these are terrible instructions. It would be good if someone with more experience could take another stab at this.
https://serverless-stack.com/chapters/deploy-the-frontend.ht...
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#13If it's low bandwidth and you have your own ip address you could also host on your own internet connection.
Ignoring the party that is keeping your server up etc, don't most ISPs block 80/443?
EDIT: and I've used pretty much all the ISPs we have around
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#14Or just use Netlify or Github pages that also do that for free now and are as simple as pushing to your linked repository.
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#15I liked CloudFront until I realized that getting DDoSed also DDoSes your wallet.
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#16Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#17I liked CloudFront until I realized that getting DDoSed also DDoSes your wallet.
Geo Restrictions on the Cloudfront distribution and a WAF will go a long way in mitigating against abuse and unnecessary costs.
WAF also doesn't seem to be free, where did you read that?
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#18Earlier quoted context omitted.
Geo Restrictions on the Cloudfront distribution and a WAF will go a long way in mitigating against abuse and unnecessary costs.
Which locations are you gonna restrict from using your website? Is that how you want the web to generally work? WAF also doesn't seem to be free, where did you read that?
Re: Hosting your static site with AWS S3, Route 53, and CloudFront for free
#19I liked CloudFront until I realized that getting DDoSed also DDoSes your wallet.