Links for AWS/GCP/Azure

This commit is contained in:
dannyrb 2019-05-01 12:10:44 -04:00
parent 22a05ba718
commit dfd5c28d9f

View File

@ -1,5 +1,9 @@
# Deploy Static Assets # Deploy Static Assets
> WARNING! All of these solutions stand-up a publicly accessible web viewer. Do
> not hook your hosted viewer up to a sensitive source of data without
> implementing authentication.
There are a lot of options for deploying static assets. Some services, like There are a lot of options for deploying static assets. Some services, like
`netlify` and `surge.sh`, specialize in static websites. You'll notice that `netlify` and `surge.sh`, specialize in static websites. You'll notice that
deploying with them requires much less time and effort, but comes at the cost of deploying with them requires much less time and effort, but comes at the cost of
@ -124,25 +128,21 @@ avoid using a proxy or to simplify authentication.
If that is the case, check out some of our more advanced `docker` deployments If that is the case, check out some of our more advanced `docker` deployments
that target these providers from the left-hand sidebar. that target these providers from the left-hand sidebar.
These guides can be a bit longer and a update more frequently. To provide
accurate documentation, we will link to each provider's own recommended steps:
### AWS S3 + Cloudfront ### AWS S3 + Cloudfront
... - [Host a Static Website](https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html)
- [Speed Up Your Website with Cloudfront](https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-cloudfront-walkthrough.html)
Reference:
[Use Cloudfront to Serve Static Website](https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-serve-static-website/)
### GCP + Cloudflare ### GCP + Cloudflare
... - [Things to Know Before Getting Started](https://code.luasoftware.com/tutorials/google-cloud-storage/things-to-know-before-hosting-static-website-on-google-cloud-storage/)
- [Hosting a Static Website on GCP](https://cloud.google.com/storage/docs/hosting-static-website)
References:
- https://cloud.google.com/storage/docs/hosting-static-website
- https://hackernoon.com/hosting-a-free-static-website-on-google-cloud-storage-d0d83704173b
- https://code.luasoftware.com/tutorials/google-cloud-storage/things-to-know-before-hosting-static-website-on-google-cloud-storage/
### Azure ### Azure
... - [Host a Static Website](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website)
- [Add SSL Support](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-https-custom-domain-cdn)
- https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website - [Configure a Custom Domain](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-custom-domain-name)