From df3fd7c4e93464a701bd8a633328905741ebabdd Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Wed, 22 May 2024 03:15:30 -0700 Subject: [PATCH] update builder ami --- bin/cli/resources/builds.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/cli/resources/builds.toml b/bin/cli/resources/builds.toml index 69487a5f7..eeaf250eb 100644 --- a/bin/cli/resources/builds.toml +++ b/bin/cli/resources/builds.toml @@ -73,11 +73,9 @@ region = "us-east-2" instance_type = "c5.2xlarge" volume_gb = 20 port = 8120 -ami_id = "ami-0005a05fa63a080ab" +ami_id = "ami-0c5d5efd79075c0e3" subnet_id = "subnet-02ae5ad480eacc4bc" security_group_ids = ["sg-049d98c819f9ace58", "sg-006c0ca638af8eb44"] key_pair_name = "mogh-key" assign_public_ip = true -use_public_ip = false -github_accounts = [] -docker_accounts = [] \ No newline at end of file +use_public_ip = true \ No newline at end of file