jclouds/apis/ec2
Ignasi Barrera 40f31786c5 JCLOUDS-512: Implement the ImageCache
This commit refactors the ImageCacheSupplier to act as a
proper cache. It is used by the ImageExtesion and all operations
on the images are propagated to the cache.

A method has also been added to the TemplateBuilder to let users
force a cache refresh. There have been several requests to provide a way
to disable image caching in the compute abstraction, and this new method
should fix that.
2016-01-19 11:25:09 +01:00
..
src JCLOUDS-512: Implement the ImageCache 2016-01-19 11:25:09 +01:00
README.txt JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts 2013-12-08 18:45:16 -08:00
pom.xml Next development version 2.0.0-SNAPSHOT 2015-03-24 10:52:01 +01:00

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.