Learn R Programming

paws.database (version 0.1.5)

rds_start_db_instance: Starts an Amazon RDS DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action

Description

Starts an Amazon RDS DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action.

Usage

rds_start_db_instance(DBInstanceIdentifier)

Arguments

DBInstanceIdentifier

[required] The user-supplied instance identifier.

Request syntax

svc$start_db_instance(
  DBInstanceIdentifier = "string"
)

Details

For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.