How to host buildserver as background service in aws?

How to host buildserver as background service in aws?

I think Google cloud is easy for deployment.

Also you can find documentation for how to set your appspot instance into Google cloud

No, this documentation is for main server, we need to host build server seperately

You can host the buildserver anywhere you can run a Linux machine. What I'm confused about is what you mean by a "background service" in this context. When we deploy our buildservers, they are on dedicated machines so that is the only thing the buildserver does. It doesn't make sense for it to run in the background since it is the machine's sole purpose. When we deploy, we build a docker image and that is pushed to the different servers, which run the image as a container with restart set to always. Buildservers are ephemeral so we can create/destroy them as needed to keep costs down.