RdsStartDbOperator
AmazonStarts an RDS DB instance / cluster
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
db_identifierRequiredThe AWS identifier of the DB to start
db_typeType of the DB - either “instance” or “cluster” (default: “instance”)
aws_conn_idThe Airflow connection used for AWS credentials. (default: “aws_default”)
wait_for_completionIf True, waits for DB to start. (default: True)
Documentation
Starts an RDS DB instance / cluster
See also
For more information on how to use this operator, take a look at the guide: Start a database instance or cluster