Amazon web services – How to launch EC2 instance via CLI in any availability zone?
I'm curious how I can ask to launch EC2 instance in any AZ, using AWS CLI? Currently, I'm using aws ec2 run-instances .... --subnet-id subnet-xxxx, where subnet-xxxx is one of the subnets for my custom VPC, located in a specific…