Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D2318131 for ; Sun, 7 Jun 2015 13:20:05 +0000 (UTC) Received: (qmail 14803 invoked by uid 500); 7 Jun 2015 13:20:05 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 14755 invoked by uid 500); 7 Jun 2015 13:20:05 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 14746 invoked by uid 99); 7 Jun 2015 13:20:05 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jun 2015 13:20:05 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 4B67BAC00B4 for ; Sun, 7 Jun 2015 13:20:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r954070 - in /websites/production/camel/content: aws-ec2.html aws.html cache/main.pageCache camel-2160-release.html Date: Sun, 07 Jun 2015 13:20:05 -0000 To: commits@camel.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150607132005.4B67BAC00B4@hades.apache.org> Author: buildbot Date: Sun Jun 7 13:20:04 2015 New Revision: 954070 Log: Production update by buildbot for camel Added: websites/production/camel/content/aws-ec2.html Modified: websites/production/camel/content/aws.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2160-release.html Added: websites/production/camel/content/aws-ec2.html ============================================================================== --- websites/production/camel/content/aws-ec2.html (added) +++ websites/production/camel/content/aws-ec2.html Sun Jun 7 13:20:04 2015 @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Apache Camel: AWS-EC2 + + + +
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + +
+

EC2 Component

Available as of Camel 2.16

The EC2 component supports create, run, start, stop and terminate AWS EC2 instances.

+

Prerequisites

+ Icon +
+

You must have a valid Amazon Web Services developer account, and be signed up to use Amazon EC2. More information are available at Amazon EC2.

+
+
+

URI Format

+ +

You can append query options to the URI in the following format, ?options=value&option2=value&...

URI Options

Name

Default Value

Context

Description

amazonEc2Client

null

Producer

Reference to a com.amazonaws.services.ec2.AmazonEC2Client in the Registry.

accessKey

null

Producer

Amazon AWS Access Key

secretKey

null

Producer

Amazon AWS Secret Key

amazonEc2Endpoint

null

Producer

The region with which the AWS-EC2 client wants to work with.

operation

null

Producer

Valid values are createAndRunInstances, startInstances, stopInstances, terminateInstances and describeInstances

+

Required EC2 component options

+ Icon +
+

You have to provide the amazonEc2Client in the Registry or your accessKey and secretKey to access the Amazon EC2 service.

+
+
+

Usage

Message headers evaluated by the EC2 producer

Header

Type

Description

CamelAwsEC2ImageId

String

An image ID of the AWS marketplace

CamelAwsEC2InstanceType

com.amazonaws.services.ec2.model.InstanceType

The instance type we want to create and run

CamelAwsEC2Operation

String

The operation we want to perform

CamelAwsEC2InstanceMinCount

Int

The mininum number of instances we want to run.

CamelAwsEC2InstanceMaxCount

Int

The maximum number of instances we want to run.

CamelAwsEC2InstanceMonitoring

Boolean

Define if we want the running instances to be monitored

CamelAwsEC2InstanceEbsOptimized

Boolean

Define if the creating instance is optimized for EBS I/O.

CamelAwsEC2InstanceSecurityGroups

Collection

The security groups to associate to the instances

CamelAwsEC2InstancesIds

Collection

A collection of instances IDS to execute start, stop, describe and terminate operations on.

Dependencies

Maven users will need to add the following dependency to their pom.xml.

pom.xml
+ +

where ${camel-version} must be replaced by the actual version of Camel (2.16 or higher).

See Also

+
+
+ +
+ + +
+
+
+
+
+
+ +
+
+
+© 2004-2015 The Apache Software Foundation. +
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. +
+Graphic Design By Hiram +
+ + + + + + + + Modified: websites/production/camel/content/aws.html ============================================================================== --- websites/production/camel/content/aws.html (original) +++ websites/production/camel/content/aws.html Sun Jun 7 13:20:04 2015 @@ -75,7 +75,7 @@ -

Camel Components for Amazon Web Services

The Camel Components for Amazon Web Services provide connectivity to AWS services from Camel.

 

 

 

AWS service

Camel component

Camel Version

Component description

Simple Queue Service (SQS)

< p>AWS-SQS

2.6.0

Supports sending and receiving messages using SQS

Simple Notification Service (SNS)

AWS-SNS

2.8.0

Supports sending messages using SNS

Simple Storage Service (S3)

AWS-S3

2.8.0

Supports storing and retrieving of objects using S3

Simple Email Service (SES)

AWS-SES

2.8.4

Supports sending emails using SES

SimpleDB

AWS-SDB

2.8.4

Supports storing retrieving data to/from SDB

DynamoDB

AWS-DDB

2.10.0

Supports storing retrieving data to/from DDB

CloudWatch

AWS-CW

2.10.3

Supports sending metrics to CloudWatch

Simple Workflow

AWS-SWF

2.13.0

Supports managing workflows with SWF

+

Camel Components for Amazon Web Services

The Camel Components for Amazon Web Services provide connectivity to AWS services from Camel.

 

 

 

AWS service

Camel component

Camel Version

Component description

Simple Queue Service (SQS)

< p>AWS-SQS

2.6.0

Supports sending and receiving messages using SQS

Simple Notification Service (SNS)

AWS-SNS

2.8.0

Supports sending messages using SNS

Simple Storage Service (S3)

AWS-S3

2.8.0

Supports storing and retrieving of objects using S3

Simple Email Service (SES)

AWS-SES

2.8.4

Supports sending emails using SES

SimpleDB

AWS-SDB

2.8.4

Supports storing retrieving data to/from SDB

DynamoDB

AWS-DDB

2.10.0

Supports storing retrieving data to/from DDB

CloudWatch

AWS-CW

2.10.3

Supports sending metrics to CloudWatch

Simple Workflow

AWS-SWF

2.13.0

Supports managing workflows with SWF

EC2AWS-EC22.16.0Supports sending messages to AWS EC2 platform to create, run, start, stop, describe and terminate EC2 instances