Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Non-Heroku AWS Deployment option #25

Open
scosman opened this issue Nov 9, 2022 · 1 comment
Open

Add Non-Heroku AWS Deployment option #25

scosman opened this issue Nov 9, 2022 · 1 comment

Comments

@scosman
Copy link
Owner

scosman commented Nov 9, 2022

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 scosman changed the title Add AWS Deployment option Add Non-Heroku AWS Deployment option Jan 26, 2023
@scosman
Copy link
Owner Author

scosman commented Jan 26, 2023

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 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant