Bump up EBS size to 20G for Portworx

This commit is contained in:
Jerome Petazzoni
2018-09-28 18:24:14 -05:00
parent 720f2fc86e
commit 67ed422aaf

View File

@@ -43,6 +43,7 @@ infra_start() {
--count $COUNT \
--instance-type ${AWS_INSTANCE_TYPE-t2.medium} \
--client-token $TAG \
--block-device-mapping 'DeviceName=/dev/sda1,Ebs={VolumeSize=20}' \
--image-id $AMI)
reservation_id=$(echo "$result" | head -1 | awk '{print $2}')
info "Reservation ID: $reservation_id"