diff --git a/contrib/automation/hgautomation/aws.py b/contrib/automation/hgautomation/aws.py --- a/contrib/automation/hgautomation/aws.py +++ b/contrib/automation/hgautomation/aws.py @@ -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', }, } ],