mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 571 forks source link

Use the subnet_id to determine which region #401

Open drnic opened 9 years ago

drnic commented 9 years ago

Currently if you do not select a region, but you give it a subnet_id, you will get "Subnet ID not found" error if the subnet is not in us-east-1.

I'd love it to look across all regions for the subnet ID, and automatically pick that region for all subsequent requests.