- Newest
- Most votes
- Most comments
Although not a direct answer to your question, but have you considered using AppRunner? It runs your docker service and will hibernate if there are no requests saving you money. So very similar to the way lambdas work, but without the complexity if you are using it with docker. I've found it easy to setup and very useful. AWS AppRunner
AWS App Runner is a fully managed service that makes it easy for developers to quickly deploy containerized web applications and APIs, at scale and with no prior infrastructure experience required. Start with your source code or a container image. App Runner builds and deploys the web application automatically, load balances traffic with encryption, scales to meet your traffic needs, and makes it easy for your services to communicate with other AWS services and applications that run in a private Amazon VPC. With App Runner, rather than thinking about servers or scaling, you have more time to focus on your applications.
Relevant content
- asked 2 months ago
- asked 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Thanks for the mention! I will give it a look-see. I am using caddy in other parts of my workflows (and have used dokku in the past) so this should be a easy setup.
Glad to help :)