Hacker News new | ask | show | jobs
by marcelnita 1628 days ago
If we're talking AWS, then I'd go for AWS Fargate. You can push your Docker image, built via GH actions, to their registry (ECR). From there on you spin up a task definition based on the image and then a new ECS service.

In front of it you can have an ALB for load balancing, but that's optional, although recommended.