diff -r ae28d37f5969 -r 2d6940811067 contrib/automation/hgautomation/aws.py --- a/contrib/automation/hgautomation/aws.py Thu Aug 26 17:47:50 2021 -0700 +++ b/contrib/automation/hgautomation/aws.py Wed Aug 25 19:55:20 2021 -0700 @@ -904,7 +904,7 @@ 'Ebs': { 'DeleteOnTermination': True, 'VolumeSize': 10, - 'VolumeType': 'gp2', + 'VolumeType': 'gp3', }, }, ], @@ -1048,7 +1048,7 @@ 'Ebs': { 'DeleteOnTermination': True, 'VolumeSize': 12, - 'VolumeType': 'gp2', + 'VolumeType': 'gp3', }, } ] @@ -1075,7 +1075,7 @@ 'Ebs': { 'DeleteOnTermination': True, 'VolumeSize': 8, - 'VolumeType': 'gp2', + 'VolumeType': 'gp3', }, } ) @@ -1151,7 +1151,7 @@ 'Ebs': { 'DeleteOnTermination': True, 'VolumeSize': 32, - 'VolumeType': 'gp2', + 'VolumeType': 'gp3', }, } ], @@ -1311,7 +1311,7 @@ 'Ebs': { 'DeleteOnTermination': True, 'VolumeSize': 32, - 'VolumeType': 'gp2', + 'VolumeType': 'gp3', }, } ],