From ffd4b9e216c72bd2d0b2682ee65a6ccb20c3013e Mon Sep 17 00:00:00 2001 From: Travis Grigsby Date: Mon, 26 Apr 2021 13:09:09 -0700 Subject: [PATCH] updating instance type to c5 compute-optmimized --- batch-setup/batch_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch-setup/batch_setup.py b/batch-setup/batch_setup.py index daa9556..a5a7689 100644 --- a/batch-setup/batch_setup.py +++ b/batch-setup/batch_setup.py @@ -196,7 +196,7 @@ def batch_setup(region_name, run_id, vpc_id, securityGroupIds, computeEnvironmen minvCpus=0, maxvCpus=max_vcpus, desiredvCpus=0, - instanceTypes=["r5"], + instanceTypes=["c5"], # although this is called "instanceRole", it really wants an instance _profile_ ARN. instanceRole=instanceProfileArn, tags={