Hi, I'm experimenting the jclouds ec2 example:
https://github.com/jclouds/jclouds-examples/tree/master/compute-basics I works perfectly fine with the AWS EC2 default ami like ami-4b6f650e. However, it has ssl issue with my own ami. It can create ami but can't do the bootstrap script injection. Now my question is what conditions I need to satisfy for my own ami to work with jclouds on ec2 ? Do I need to have a default user name like ec2-user ? Thanks, -Liang
