mirror of https://github.com/apache/jclouds.git
98c289721c
CentOS’ officially-supported AMIs are hosted on the AWS Marketplace. This adds support for those images, recognising the AMI naming convention and ensuring the OS metadata is parsed correctly and the correct SSH login name is used. There is no change to the default jclouds configuration and the official CentOS images will not be detected by default. To use these images, you must alter the ami-query properties to include searching the “AWS Marketplace”, which has an owner ID of 679593333241. You must also manually log on to the AWS Marketplace, select your chosen CentOS image, and “subscribe” to it (you can do this by proceeding as if to launch an image, but stopping after you have agreed to the subscription and before launching). |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # The jclouds API for Amazon's EC2 service (http://aws.amazon.com/ec2/). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example. NOTE: The live tests in apis/ec2 will *not* work against AWS EC2 with AWS accounts created from December 04, 2013 and onward, due to those accounts only supporting VPC, and VPC requiring different parameters (ID rather than name) for referring to and acting on security groups. To run the EC2 live tests against AWS, go to providers/aws-ec2. apis/ec2 will retain the older security group name usage to support EC2 API shims, such as OpenStack, CloudStack, etc.