Skip to content

Commit

Permalink
updating instance type to c5 compute-optmimized
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrigsby-sc committed Apr 26, 2021
1 parent 2ae47ae commit ffd4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch-setup/batch_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit ffd4b9e

Please sign in to comment.