zipstreamer icon indicating copy to clipboard operation
zipstreamer copied to clipboard

Add Non-Heroku AWS Deployment option

Open scosman opened this issue 1 year ago • 1 comments

Have Docker, Heroku and GCP but I'm pretty sure AWS is still dominant

AWS documentation isn't great, nothing as clean as Google Cloud Run. But this might be the best option: https://docs.aws.amazon.com/apprunner/latest/dg/service-source-image.html

Rough ideal: update the .github/workflows/publish.yml to upload the docker image to ECR public gallery, and setup any config needed to get the "Launch with AppRunner" button.

scosman avatar Nov 09 '22 16:11 scosman

Note: Heroku runs on AWS so that option works if goal is to be on same network (adjacency to S3, egress charges). For now use Heroku or your own AWS deploy if needed.

Would welcome an app-runner deploy PR 😀

scosman avatar Jan 26 '23 21:01 scosman