ellisms commented on code in PR #46340:
URL: https://github.com/apache/airflow/pull/46340#discussion_r1938585276
##########
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:
Let me check. If so, I'll raise another PR with the filter.
--
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]