Starting an Amazon RDS DB instance that was previously stopped - Amazon Relational Database Service

Starting an Amazon RDS DB instance that was previously stopped

You can stop your Amazon RDS DB instance temporarily to save money. After you stop your DB instance, you can restart it to begin using it again. For more details about stopping and starting DB instances, see Stopping an Amazon RDS DB instance temporarily.

When you start a DB instance that you previously stopped, the DB instance retains certain information. This information is the ID, Domain Name Server (DNS) endpoint, parameter group, security group, and option group. When you start a stopped instance, you are charged a full instance hour.

To start a DB instance
  1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.

  2. In the navigation pane, choose Databases, and then choose the DB instance that you want to start.

  3. For Actions, choose Start.

To start a DB instance by using the AWS CLI, call the start-db-instance command with the following option:

  • --db-instance-identifier – The name of the DB instance.

Example
aws rds start-db-instance --db-instance-identifier mydbinstance

To start a DB instance by using the Amazon RDS API, call the StartDBInstance operation with the following parameter:

  • DBInstanceIdentifier – The name of the DB instance.