o-nikolas commented on code in PR #46340:
URL: https://github.com/apache/airflow/pull/46340#discussion_r1938017800


##########
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'd have to double check but can't you encode the url with the instances 
that you want to filter out of the full list on the dashboard?



-- 
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