Skip to content

Commit e2186d3

Browse files
ondrejbudaicroissanne
authored andcommitted
build-rpms.py: use gp3 storage for the ephemeral VM
gp3 is cheaper and faster.
1 parent 87d7c8b commit e2186d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-rpms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def create_ec2_instances(cleanup_actions, args, keypair):
119119
"Ebs": {
120120
"VolumeSize": 20,
121121
"DeleteOnTermination": True,
122-
"VolumeType": "gp2",
122+
"VolumeType": "gp3",
123123
},
124124
},
125125
],

0 commit comments

Comments
 (0)