Earlier quoted context omitted.
Sorry, should've been more specific - looking for the same sort of 'provide a container and we take care of everything else' experience, but ideally for a cheaper price. I know I could get a micro instance and set up ECS on it, but it just seems like such a royal PITA... Also like how my deploy script is basically 'build image; push image; aws ecs update-service'. With my side projects that are running on a droplet,…
I would look into the first option, Digital ocean's droplets. You deploy a docker container and they handle the rest
Having said that, I got a cheap and rather beefy server on Hetzner and installed Dokku on it, and I couldn't be more satisfied. It's like having my own Heroku for my low-traffic side-projects, almost for free.