diff contrib/automation/hgautomation/aws.py @ 48747:ae28d37f5969 stable

automation: use m6i instances This instance type is much, much faster than t3 and can perform tasks much quicker. Differential Revision: https://phab.mercurial-scm.org/D12131
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 26 Aug 2021 17:47:50 -0700
parents 546e812a1c2d
children 2d6940811067
line wrap: on
line diff
--- a/contrib/automation/hgautomation/aws.py	Tue Feb 15 15:52:44 2022 +0100
+++ b/contrib/automation/hgautomation/aws.py	Thu Aug 26 17:47:50 2021 -0700
@@ -1157,7 +1157,7 @@
         ],
         'ImageId': image.id,
         'InstanceInitiatedShutdownBehavior': 'stop',
-        'InstanceType': 't3.medium',
+        'InstanceType': 'm6i.large',
         'KeyName': '%sautomation' % prefix,
         'MaxCount': 1,
         'MinCount': 1,