eladkal commented on code in PR #27076:
URL: https://github.com/apache/airflow/pull/27076#discussion_r998619999
##########
docs/apache-airflow-providers-amazon/operators/rds.rst:
##########
@@ -166,6 +166,35 @@ To delete a AWS DB instance you can use
:start-after: [START howto_operator_rds_delete_db_instance]
:end-before: [END howto_operator_rds_delete_db_instance]
+.. _howto/operator:RdsStartDbOperator:
+
+Start a database instance or cluster
+====================================
+
+To start an AWS DB instance or cluster you can use
Review Comment:
```suggestion
To start an RDS DB instance or cluster you can use
```
##########
docs/apache-airflow-providers-amazon/operators/rds.rst:
##########
@@ -166,6 +166,35 @@ To delete a AWS DB instance you can use
:start-after: [START howto_operator_rds_delete_db_instance]
:end-before: [END howto_operator_rds_delete_db_instance]
+.. _howto/operator:RdsStartDbOperator:
+
+Start a database instance or cluster
+====================================
+
+To start an AWS DB instance or cluster you can use
+:class:`~airflow.providers.amazon.aws.operators.rds.RdsStartDbOperator`.
+
+.. exampleinclude::
/../../tests/system/providers/amazon/aws/example_rds_instance.py
+ :language: python
+ :dedent: 4
+ :start-after: [START howto_operator_rds_start_db]
+ :end-before: [END howto_operator_rds_start_db]
+
+
+.. _howto/operator:RdsStopDbOperator:
+
+Stop a database instance or cluster
+===================================
+
+To stop an AWS DB instance or cluster you can use
Review Comment:
```suggestion
To stop an RDS DB instance or cluster you can use
```
--
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]