-
- | Cloudwatch Basics (Java) |
- Example code to get the total metrics stored for each of your instances within the past 24 hours and shows avg/max/min CPU utilization for each instance when possible. |
-
-
- | Compute Basics (Java) |
- Example code to add nodes to a group and execute commands on them using the portable ComputeService API |
-
-
- | Compute Basics (Clojure) |
- Example code using compute2 to create a node, execute a command and destroy the node. |
-
-
- | Start a Minecraft Server (Java) |
- Example code to add nodes to a group and start Minecraft servers on them using the portable ComputeService API |
-
| BlobStore Basics (Java) |
Example code to create a container, blob, and list your blobs using the portable BlobStore API |
- | BlobStore Basics (Clojure) |
- Example code using blobstore2 to create a container, and list your containers. |
-
-
- | BlobStore Basics (Scala) |
- Example code to create a container and blob using the filesystem BlobStore API |
+ Large Blob support (Java) |
+ Example code to create a container and use a parallel strategy to upload a large blob, the portable BlobStore API |
- | BlobStore via Karaf Shell |
- Example to read and write to a blobstore from inside the Apache Karaf Shell. |
+ Blob Uploader (Java) |
+ Example code to upload many small to medium sized files to a provider supported by jclouds. |
- | Use EC2 Extensions in ComputeService (Java) |
- Example code to create a spot instance on EC2 using ComputeService API extensions |
+ Chef Basics (Java) |
+ Example code to add nodes to a group and execute Chef cookbooks on them using Chef Solo or a standard or Hosted Chef Server. |
- | EC2 Create LAMP (Java) |
- Example code to create a LAMP server on EC2 using the provider-specific EC2Client |
+ Compute Basics (Java) |
+ Example code to add nodes to a group and execute commands on them using the portable ComputeService API |
- | Deploy a webapp (ant) |
- Example code to deploy a web application to the cloud using Cargo and the jclouds ant plugin |
+ AWS Glacier (Java) |
+ Example code that uses jclouds to manage using the Glacier provider and BlobStore.. |
- | Large Blob support (Java) |
- Example code to create a container and use a parallel strategy to upload a large blob, the portable BlobStore API |
+ Google LoadBalancer (Java) |
+ Example code that uses jclouds to manage Google [Network Load Balancing](https://cloud.google.com/compute/docs/load-balancing/network/). |
- | Camel notifications |
- Example code that uses jclouds from inside Apache Camel routes. The example provides routes that poll the compute provider for running nodes and sends notifications via email. |
+ OpenStack (Java) |
+ Example code that uses jclouds to perform common tasks on the OpenStack. |
| Rackspace (Java) |
Example code that uses jclouds to perform common tasks on the Rackspace Cloud. |
-
- | Chef Basics (Java) |
- Example code to add nodes to a group and execute Chef cookbooks on them using Chef Solo or a standard or Hosted Chef Server. |
-