@ed_convox is there any way to deploy a v3 rack into an existing VPC with a VPCid and specify existing subnets to use?
convox rack install aws \
--name $RACK_NAME \
Private="Yes" \
Version="<version>" \
InstanceType="m5.large" \
ExistingVpc="<vpc-id>" \
VPCCIDR="10.x.0.0/16" \
Subnet0CIDR="10.x.y+1.0/24" \
Subnet1CIDR="10.x.y+2.0/24" \
Subnet2CIDR="10.x.y+3.0/24"
this is for v2 not v3
Sorry @FrankS, it’s my bad that I didn’t see your question was in the “Version 3” category…