commit | 646f87c686bbfa73e2795c87d4fc1f6d6c4adcf0 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Mon Feb 06 23:00:20 2023 -0800 |
committer | Arthur She <arthur.she@linaro.org> | Mon Feb 06 23:00:20 2023 -0800 |
tree | f0b0315dd46d23eeb47723d5d9573dc49e47965c | |
parent | db558710fed5929b3a7fc9498dffb5b039ae6b7b [diff] |
Using gp3 instead of gp2 for Ubuntu Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: Idb7e30b86197ad5effbee1bd3508fc18c7a13e79
diff --git a/packer_ubuntu.json b/packer_ubuntu.json index 535935c..01f6e93 100644 --- a/packer_ubuntu.json +++ b/packer_ubuntu.json
@@ -32,8 +32,8 @@ "launch_block_device_mappings": [ { "device_name": "/dev/sda1", - "volume_type": "gp2", - "volume_size": "50", + "volume_type": "gp3", + "volume_size": "30", "delete_on_termination": true } ]