Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
EC2 ComponentAvailable as of Camel 2.16 The EC2 component supports create, run, start, stop and terminate AWS EC2 instances. Prerequisites 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 Formataws-ec2://label[?options] You can append query options to the URI in the following format: URI Options
Required EC2 component options You have to provide the UsageMessage headers evaluated by the EC2 producer
Dependencies Maven users will need to add the following dependency to their pom.xml <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-aws</artifactId> <version>${camel-version}</version> </dependency> where |