According to [docs](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html):
> PrivateIpAddress > > [EC2-VPC] The primary IP address. You must specify a value from the IP > address range of the subnet. > Only one private IP address can be designated as primary. Therefore, you > can't specify this parameter if PrivateIpAddresses.n.Primary is set to true > and PrivateIpAddresses.n.PrivateIpAddress is set to an IP address. > > Default: We select an IP address from the IP address range of the subnet. > Type: String > Required: No You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/670 -- Commit Summary -- * Added support for RunInstances parameter PrivateIpAddress on EC2 -- File Changes -- M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/AWSEC2TemplateOptions.java (23) M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/strategy/CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.java (2) M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/options/AWSRunInstancesOptions.java (18) M providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/options/AWSEC2TemplateOptionsTest.java (23) M providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/options/AWSRunInstancesOptionsTest.java (24) -- Patch Links -- https://github.com/jclouds/jclouds/pull/670.patch https://github.com/jclouds/jclouds/pull/670.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/670
