mustafagok commented on a change in pull request #7731: [AIRFLOW-7068] Create
EC2 Hook, Operator and Sensor
URL: https://github.com/apache/airflow/pull/7731#discussion_r396003763
##########
File path: docs/operators-and-hooks-ref.rst
##########
@@ -360,12 +360,19 @@ These integrations allow you to perform various
operations within the Amazon Web
-
-
- * - `Amazon EC2 <https://aws.amazon.com/ec2/>`__
+ * - `Amazon ECS <https://aws.amazon.com/ecs/>`__
-
-
- :mod:`airflow.providers.amazon.aws.operators.ecs`
-
+ * - `Amazon EC2 <https://aws.amazon.com/ec2/>`__
+ -
+ - :mod:`airflow.providers.amazon.aws.hooks.ec2`
+ - :mod:`airflow.providers.amazon.aws.operators.ec2_start_instance`,
+ :mod:`airflow.providers.amazon.aws.operators.ec2_stop_instance`,
+ - :mod:`airflow.providers.amazon.aws.sensors.ec2_instance_state`
+
Review comment:
Sure, I did not noticed that they are alphabetical
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services