This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch ec2-bis
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 23372dc9c9723b2c35b807369c4e1635c4f17413
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 21 14:12:32 2021 +0200

    AWS2 EC2 Sink Kamelet: Should describe instace status and not invoke 
monitor instances
---
 .../src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
index 29717b1..fd7d5f8 100644
--- 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
+++ 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/aws-ec2-sink.kamelet.yaml
@@ -69,4 +69,4 @@ spec:
             accessKey: "{{accessKey}}"
             secretKey: "{{secretKey}}"
             region: "{{region}}"
-            operation: "monitorInstances"
+            operation: "describeInstancesStatus"

Reply via email to