How do we specify which subnet to use in each region ?
(subnet names have been substituted)
bees up -s 4 -g bees \
--key=$KEY \
--i=ami-2a,ami-1a \
--zone=ap-southeast-2a,ap-southeast-1a \
--login=ec2-user \
--subnet=subnet-2a,subnet-1a \
--group=SG_Groups_Tag_Name_In_Both_Regions (I assume this works since it resolves the SG ID)
The subnet ID 'subnet-2a,subnet-1a' does not exist"
How do we specify which subnet to use in each region ?
(subnet names have been substituted)
bees up -s 4 -g bees \ --key=$KEY \ --i=ami-2a,ami-1a \ --zone=ap-southeast-2a,ap-southeast-1a \ --login=ec2-user \ --subnet=subnet-2a,subnet-1a \ --group=SG_Groups_Tag_Name_In_Both_Regions (I assume this works since it resolves the SG ID)
The subnet ID 'subnet-2a,subnet-1a' does not exist"