You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the pain points for deploying tasks to EC2 currently is that there is quite a bit of setup involved (#409) around setting up domain names, certificates, etc.
One of the ways in which we can make this process easier is to handle the deployment via https://aws.amazon.com/apprunner/ which handles all of that for you.
One caveat is that it seems that AppRunner requires setting up ECR as part of the workflow for a container registry (or connect to a github repo which it watches).
It doesn't seem that there's a way to just push up a source bundle. (aws/apprunner-roadmap#115)
This could be a really good impactful project for anyone looking to contribute to the library.
One of the pain points for deploying tasks to EC2 currently is that there is quite a bit of setup involved (#409) around setting up domain names, certificates, etc.
One of the ways in which we can make this process easier is to handle the deployment via https://aws.amazon.com/apprunner/ which handles all of that for you.
One caveat is that it seems that AppRunner requires setting up ECR as part of the workflow for a container registry (or connect to a github repo which it watches).
It doesn't seem that there's a way to just push up a source bundle. (aws/apprunner-roadmap#115)
This could be a really good impactful project for anyone looking to contribute to the library.
References
@JackUrb feel free to edit this issue to scope out further.
The text was updated successfully, but these errors were encountered: