I'm trying work with Jcloud ComputerServiceContext to create windows compute in AWS.
> > - Using image id to create node. > > Problem is when user is created I'm not able to get password for admin > user. I tried example here ( > https://github.com/jclouds/jclouds-examples/blob/master/ec2-windows/src/main/java/org/jclouds/examples/ec2/windows/WindowsInstanceStarter.java) > which seems to be based on 1.5.0 release. Not sure what to update it to > work with 1.7x. > > Also if can point me how to set default password for administrator user. > that would be helpful too. > > I want to grammatically create Compute based on OS and Cloud which map ti > image and create node. This include Linux/Windows/Mac. > Once Compute created, should be able to install a software independent of > any third party tool or with open source tool that work across cloud > service and OS. > > Thanks in advance. >
