15 ms·
For static websites, hosting them directly on S3 with cloudfront, or on cloudflare might be a better option?
by nitinagg 4y ago
For static websites, hosting them directly on S3 with cloudfront, or on cloudflare might be a better option?
- flatiron 4y agoHow’s the free tier on aws for s3 and cloudfront? I can think of free alternatives that are equally as good if not better.
- hedora 4y agoS3 + cloudfront + lambda is costing me pennies per month for a trivial site. What are the free alternatives that beat it? Requirements: - rsync style publishing - not supported by tracking users. - raw static file hosting (including html) - redirect foo.com/bar to foo.com/bar/index.html (this is why I need lambda...) - zero admin https certificate management
- flatiron 4y agoGitHub pages gives you all this except the redirect and replace rclone with…git and is free (although evil Microsoft blah blah)
- MuffinFlavored 4y agoor https://pages.github.com/ https://pages.github.com/ maybe?