Github user tbouron commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/705#issuecomment-114384441
@ahgittin Regarding VPC and security groups configuration, here is what
works for me:
* As you said, subnet ID is configured through `subnetId` for AWS
* To define my own security groups, I add a
`templateOptions.securityGroupIds: [[abc, xyz]]`. While this works, the
specified security groups have to created manually first. They also have to be
assigned to the same VPC as the `subnetId` you choose.
---
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.
---