From b8fefddd8b4963b418ea92baef0ccad392625fca Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Thu, 4 Jul 2024 19:13:49 -0700 Subject: [PATCH] EC2 --- docsite/docs/build-images/builders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/docs/build-images/builders.md b/docsite/docs/build-images/builders.md index b42efabdd..61d5ec19d 100644 --- a/docsite/docs/build-images/builders.md +++ b/docsite/docs/build-images/builders.md @@ -2,7 +2,7 @@ A builder is a machine running monitor periphery and docker, which is able to handle a RunBuild command from monitor core. Any server connected to monitor can be chosen as the builder for a build. -Building on a machine running production software is usually not a great idea, as this process can use a lot of system resources. It is better to start up a temporary cloud machine dedicated for the build, then shut it down when the build is finished. Right now monitor supports AWS ec2 for this task. +Building on a machine running production software is usually not a great idea, as this process can use a lot of system resources. It is better to start up a temporary cloud machine dedicated for the build, then shut it down when the build is finished. Monitor supports AWS EC2 for this task. ## AWS builder