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 c740f2b589f959916c66c346764af67b7981f30a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 21 14:11:40 2021 +0200

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

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

Reply via email to