diff --git a/tools/pubsys/src/aws/ami/register.rs b/tools/pubsys/src/aws/ami/register.rs index a5202753f..ac3ee24c4 100644 --- a/tools/pubsys/src/aws/ami/register.rs +++ b/tools/pubsys/src/aws/ami/register.rs @@ -15,7 +15,7 @@ const DATA_DEVICE_NAME: &str = "/dev/xvdb"; // Features we assume/enable for the images. const VIRT_TYPE: &str = "hvm"; -const VOLUME_TYPE: &str = "gp2"; +const VOLUME_TYPE: &str = "gp3"; const SRIOV: &str = "simple"; const ENA: bool = true;