ellisms commented on code in PR #46340:
URL: https://github.com/apache/airflow/pull/46340#discussion_r1939905870


##########
providers/src/airflow/providers/amazon/aws/operators/ec2.py:
##########
@@ -197,6 +216,14 @@ def execute(self, context: Context):
             **self.config,
         )["Instances"]
 
+        # Console link is for EC2 dashboard list, not individual instances

Review Comment:
   I pushed a change to filter on the list of instance id's, rather than status.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to