Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.
rds_stop_db_instance(DBInstanceIdentifier, DBSnapshotIdentifier)
[required] The user-supplied instance identifier.
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
svc$stop_db_instance( DBInstanceIdentifier = "string", DBSnapshotIdentifier = "string" )
For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
Aurora clusters, use StopDBCluster
instead.