Merge pull request #788 from justincormack/small-ami

Use a 1G AMI
This commit is contained in:
Nathan LeClaire 2016-11-30 16:22:41 -08:00 committed by GitHub
commit b5ea59e122

View File

@ -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}