Github user nakomis commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/650#issuecomment-104680433
A sample brooklyn.properties setup for a Windows AWS location is as follows:
```
# WinRM AWS Oregon
brooklyn.location.named.AWS\ Oregon\ Win=jclouds:aws-ec2:us-west-2
brooklyn.location.named.AWS\ Oregon\ Win.displayName = AWS Oregon (Windows)
brooklyn.location.named.AWS\ Oregon\ Win.imageId = us-west-2/ami-8fd3f9bf
brooklyn.location.named.AWS\ Oregon\ Win.hardwareId = m3.medium
brooklyn.location.named.AWS\ Oregon\ Win.useJcloudsSshInit=false
brooklyn.location.named.AWS\ Oregon\ Win.templateOptions={ subnetId:
subnet-a10e96c4 , securityGroupIds: [['sg-a2d0c2c7']],
mapNewVolumeToDeviceName: ["/dev/sda1", 100, true]}
```
NOTE: The subnetId and securityGroupIds are only required if a specific
subnet is required (e.g. if you are to join a domain, and require a subnet
where Domain Services have been configured). The mapNewVolumeToDeviceName gives
a larger `C:\` drive than the default 30Gb (often needed for MS installations)
---
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.
---