From 9e669ec0ee78ecbf19d9ec0b26fcfbe6df27b3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Fri, 25 Sep 2020 21:19:15 +0000 Subject: [PATCH] ci: use a better bootstrap instance --- ci/ci-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-integration.sh b/ci/ci-integration.sh index f5d663e6..7a3d22b8 100755 --- a/ci/ci-integration.sh +++ b/ci/ci-integration.sh @@ -131,7 +131,7 @@ module "dcos" { num_private_agents = 1 num_public_agents = 1 dcos_instance_os = "centos_7.6" - bootstrap_instance_type = "t2.medium" + bootstrap_instance_type = "t3.large" masters_instance_type = "m5.xlarge" private_agents_instance_type = "m5.xlarge" public_agents_instance_type = "m5.xlarge"