mirror of https://github.com/apache/jclouds.git
5dbec6fb66
While they're implemented in apis/ec2, the tests are in providers/aws-ec2, generally, to make sure ec2-alike clones won't barf on them. We're exercising creation of volumes, images and instances with the new options. I also had to do some sketchy wait-and-loop'ing in AMIAPILiveTest.testCreateAndListEBSBackedImage() due to what seems to be a delay on new AMIs showing up in filtered DescribeImages calls, though they'll show up instantly when you specify the image ID. Go figure. |
||
---|---|---|
.. | ||
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.