Skip to content

Commit

Permalink
ami: create with gp3 as volume_type
Browse files Browse the repository at this point in the history
Until today,  all our images (and snapshots) are gp2 type.

We should move all to gp3 which is more cost effective and better performance

Closes: #495
  • Loading branch information
yaronkaikov committed Dec 14, 2023
1 parent 2df73bb commit d980383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer/scylla.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
{
"delete_on_termination": true,
"device_name": "/dev/sda1",
"volume_type": "gp3",
"volume_size": 30
}
],
Expand Down

0 comments on commit d980383

Please sign in to comment.