Another puzzle piece, in 1.6.2-incubating or any newer version, how do I assign private IP/network interfaces to my AWS EC2 instances?
I have manged to bring up multiple instances in the right VPC, Subnet, Security Group, key pair. Now, I need to be able to assign the instance specific primary and secondary private IP addresses and add network interfaces. Related question, is there a way to get a reference to the full AWS EC2 client? JCLOUDS AWS Docs http://demobox.github.io/jclouds-maven-site-1.6.2/1.6.2-incubating/jclouds/apidocs/org/jclouds/aws/ec2/AWSEC2Api.html AWS Docs http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/ec2/AmazonEC2.html
