From 0daeb4cfc9a61f5f0d2302eaadab6be0af28ac8a Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 24 Nov 2016 13:51:53 +0000 Subject: [PATCH] Use a 1G AMI Now we do dynamic resize, choose the smallest AMI size, 1G rather than the old 20G AMI. Signed-off-by: Justin Cormack --- alpine/cloud/aws/bake-ami.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/cloud/aws/bake-ami.sh b/alpine/cloud/aws/bake-ami.sh index 9f1505e6f..d4ae536c3 100755 --- a/alpine/cloud/aws/bake-ami.sh +++ b/alpine/cloud/aws/bake-ami.sh @@ -25,7 +25,7 @@ bake_image() # initrd via syslinux in MBR. That formatted drive can then be snapshotted # and turned into an AMI. VOLUME_ID=$(aws ec2 create-volume \ - --size 20 \ + --size 1 \ --availability-zone $(current_instance_az) | jq -r .VolumeId) tag ${VOLUME_ID} ${DAY} ${CHANNEL}