valdar opened a new issue #516:
URL: https://github.com/apache/camel-kamelets/issues/516


   Since `aws-ec2-sink.kamelet.yaml` support just one of the possible 
operations (i.e. createAndRunInstances, startInstances, stopInstances, 
terminateInstances, describeInstances, describeInstancesStatus, 
rebootInstances, monitorInstances, unmonitorInstances, createTags, deleteTags) 
we can create one kamelet for each of those, or just have 2 kamelets:
   
   - `aws-ec2-source.kamelet.yaml`: having a structure like  ` from(timer) .... 
to(aws2-ec2)...to(kamelet:sink)` and supporting the following operations:
       - `describeInstances` 
       - `describeInstancesStatus`
   - `aws-ec2-source.kamelet.yaml`: having a structure like 
`from(kamelet:source)...to(aws2-ec2)` and supporting the following operations:
       - `createAndRunInstances` 
       - `startInstances` 
       - `stopInstances` 
       - `terminateInstances` 
       - `rebootInstances` 
       - `monitorInstances` 
       - `unmonitorInstances` 
       - `createTags` 
       - `deleteTags`
   
   mind that I have assumed from the operations name what they would do, so 
someone more familiar with AWS can make more sense of this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to