Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/705#issuecomment-114339240
Right, it looks like non-VPC use ("EC2-Classic") is pretty much deprecated,
only available to people with older accounts and for them in regions used
before or during 2013.
So I think the pragmatic thing to do is give a nice error in this case,
directing people to use `eu-central-1` which launched in 2014 (and so only has
VPC) or to specify a specific `networkName` e.g. `subnet-041c8373` for a subnet
which auto-assigns public IP's or where Brooklyn has access or is configured to
use a jump host.
I will add this nice error message and change the default location to
`eu-central-1`.
For more info:
*
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#vpc-only-instance-types
* http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html
* http://aws.amazon.com/vpc/faqs/#Default_VPCs
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---