AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Promotes a Read Replica DB instance to a standalone DB instance.

We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings.

Namespace: Amazon.RDS
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual PromoteReadReplicaResponse PromoteReadReplica(
         PromoteReadReplicaRequest request
)

Parameters

request
Type: Amazon.RDS.Model.PromoteReadReplicaRequest

Container for the necessary parameters to execute the PromoteReadReplica service method.

Return Value
Type: Amazon.RDS.Model.PromoteReadReplicaResponse
The response from the PromoteReadReplica service method, as returned by RDS.

Exceptions

ExceptionCondition
DBInstanceNotFoundException DBInstanceIdentifier does not refer to an existing DB instance.
InvalidDBInstanceStateException The specified DB instance is not in the available state.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5