Skip to content

Commit

Permalink
Merge branch 'main' into fix-first-last-initial
Browse files Browse the repository at this point in the history
  • Loading branch information
staxly[bot] authored Nov 4, 2024
2 parents 65d2c25 + ef9e4a0 commit 352b35b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/prerender/cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ Resources:
{{resolve:ssm:/aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id}}
InstanceInitiatedShutdownBehavior: terminate
# Having less, larger instances is generally cheaper due to lower EBS costs
# However, our main thread code seems to struggle to keep all the worker threads busy
# on instances larger than c6i.2xlarge
# We would probably need to add multiple queuing threads for the larger instances
InstanceType: c6i.2xlarge
InstanceType: c6i.4xlarge
SecurityGroupIds:
- !ImportValue RexPrerenderWorkersSecurityGroupID
TagSpecifications:
Expand Down

0 comments on commit 352b35b

Please sign in to comment.