All Products
Search
Document Center

ApsaraDB RDS:ModifyBackupPolicy

Last Updated:Jun 30, 2026

Modifies the backup policy settings of an ApsaraDB RDS instance.

Operation description

Supported engines

  • RDS MySQL

  • RDS PostgreSQL

  • RDS SQL Server

  • RDS MariaDB

Related documentation

Important Before you call this operation, carefully read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

rds:ModifyBackupPolicy

update

*DBInstance

acs:rds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}

  • rds:ResourceTag
  • rds:EnableBackupLog
  • rds:BackupLog
None

Request parameters

Parameter

Type

Required

Description

Example

DBInstanceId

string

Yes

The instance ID. You can call DescribeDBInstances to query the instance ID.

rm-uf6wjk5****

BackupPolicyMode

string

No

The backup type. Valid values:

  • DataBackupPolicy: data backup

  • LogBackupPolicy: log backup

DataBackupPolicy

PreferredBackupTime

string

No

The time at which to perform a backup task. Format: HH:mmZ-HH:mmZ (UTC).

Note
  • This parameter is required when BackupPolicyMode is set to DataBackupPolicy.

  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

00:00Z-01:00Z

PreferredBackupPeriod

string

No

The backup cycle. Specify at least two days. Separate multiple values with commas (,). Valid values:

  • Monday

  • Tuesday

  • Wednesday

  • Thursday

  • Friday

  • Saturday

  • Sunday

Note
  • This parameter works together with the BackupInterval parameter to determine the backup policy. For example, if this parameter specifies Saturday and Sunday and BackupInterval specifies 30 minutes, a backup is performed every 30 minutes on Saturday and Sunday.

  • This parameter is required when BackupPolicyMode is set to DataBackupPolicy.

  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

Monday

BackupRetentionPeriod

string

No

The number of days for which data backups are retained. Valid values: 7 to 730.

Note
  • This parameter is required when BackupPolicyMode is set to DataBackupPolicy.

  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

7

BackupLog

string

No

Specifies whether to enable log backup. Valid values:

  • Enable: enabled.

  • Disabled: disabled.

For SQL Server instances, log backup is enabled by default and cannot be disabled. However, you can modify the log backup frequency as follows:

  • Log backup frequency of every 5 minutes: Set BackupLog to Enable and leave LogBackupFrequency empty. For more information, see 5-minute log backup. This configuration is not supported when backup on the secondary instance is preferred (BackupPriority is set to 1). Otherwise, an error is returned.

  • Log backup frequency of every 30 minutes: Leave BackupLog empty and set LogBackupFrequency to LogInterval.

  • Log backup frequency consistent with data backup: Leave both BackupLog and LogBackupFrequency empty.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy and is used to enable or disable log backup.

Enable

LogBackupRetentionPeriod

string

No

The number of days for which log backups are retained. Valid values: 7 to 730. The value cannot be greater than the number of days for which data backups are retained.

Note
  • When log backup is enabled, you can set the retention period of log backup files. Currently, only MySQL and PostgreSQL instances support this setting.

  • This parameter applies when BackupPolicyMode is set to DataBackupPolicy or LogBackupPolicy.

7

EnableBackupLog

string

No

Specifies whether to enable instance log backup for MySQL, PostgreSQL, and MariaDB instances. Valid values:

  • True or 1: enabled.

  • False or 0: disabled.

Note
  • Instance log backup for SQL Server instances is enabled by default and cannot be disabled. You do not need to configure this parameter for SQL Server instances.

  • This parameter takes effect only when BackupPolicyMode is set to LogBackupPolicy and is used to enable or disable instance log backup.

1

EnablePitrProtection

boolean

No

Specifies whether to enable point-in-time recovery for MySQL instances. Valid values:

  • True: enabled.

  • False: disabled.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy and BackupLog is set to Enable. For more information, see Configure a point-in-time recovery policy.

True

LocalLogRetentionHours

string

No

The number of hours for which instance log backups are retained on the MySQL instance. Valid values: 0 to 168 (7 × 24). A value of 0 indicates that instance log backups are not retained.

Note

This parameter takes effect only when BackupPolicyMode is set to LogBackupPolicy and is required in this case.

18

LocalLogRetentionSpace

string

No

The maximum usage of the local log storage space for the MySQL instance. When the usage exceeds this value, the system starts to clean up binary logs from the earliest one until the usage drops below this value. Valid values: 0 to 50. The default behavior is to keep the current setting.

Note

This parameter takes effect only when BackupPolicyMode is set to LogBackupPolicy and is required in this case.

30

HighSpaceUsageProtection

string

No

Specifies whether to unconditionally clean up binary logs when the storage usage of the MySQL instance exceeds 80% or the remaining storage is less than 5 GB. Valid values: Enable | Disable. The default behavior is to keep the current setting.

Note

This parameter takes effect only when BackupPolicyMode is set to LogBackupPolicy and is required in this case.

Enable

LogBackupFrequency

string

No

The log backup frequency for SQL Server instances. Valid values:

  • LogInterval: every 30 minutes.

  • Empty (no value required): every 5 minutes or consistent with data backup.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

LogInterval

CompressType

string

No

The backup compression method. Valid values:

  • 0: not compressed.

  • 1: zlib compression in tar.gz format.

  • 2: parallel zlib compression.

  • 4: quicklz compression in xb.gz format. This method applies only to MySQL 5.6 and 5.7 and can be used for individual database and table restoration.

  • 8: quicklz compression in xb.gz format. This method applies only to MySQL 8.0. Individual database and table restoration is not supported.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

4

ArchiveBackupRetentionPeriod

string

No

The number of days for which archived backups are retained. Default value: 0, which indicates that archived backup is not enabled. Valid values: 30 to 1095.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

365

ArchiveBackupKeepPolicy

string

No

The retention cycle for archived backups. The number of backups retained within this cycle is determined by ArchiveBackupKeepCount. Default value: 0. Valid values:

  • ByMonth: monthly

  • ByWeek: weekly

  • KeepAll: all retained

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

ByMonth

ArchiveBackupKeepCount

integer

No

The number of archived backups to retain. Default value: 1. Valid values:

  • When ArchiveBackupKeepPolicy is set to ByMonth, valid values are 1 to 31.

  • When ArchiveBackupKeepPolicy is set to ByWeek, valid values are 1 to 7.

Note
  • When ArchiveBackupKeepPolicy is set to KeepAll, this parameter does not need to be specified.

  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

1

ReleasedKeepPolicy

string

No

The data retention policy for archived backups of deleted MySQL instances. Valid values:

  • None: not retained.

  • Lastest: the last backup is retained.

  • All: all backups are retained.

Note
  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

  • For ApsaraDB RDS for MySQL cloud disk instances purchased on or after February 1, 2024, the default value of ReleasedKeepPolicy is Lastest. For instance with Premium Local SSDs, the default value is None. For details about this feature, see Backups of deleted instances.

None

LogBackupLocalRetentionNumber

integer

No

The number of local binary logs to retain. Default value: 60. Valid values: 6 to 100.

Note
  • This parameter takes effect only when BackupPolicyMode is set to LogBackupPolicy.

  • For MySQL instances, you can set this parameter to -1, which indicates that the number of local binary logs is not limited.

60

Category

string

No

Specifies whether to enable backup within seconds. Valid values:

  • Flash: enabled.

  • Standard: disabled.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

Standard

BackupInterval

string

No

The snapshot backup frequency. Valid values:

  • 15: 15 minutes.

  • 30: 30 minutes.

  • 60: 60 minutes.

  • 120: 120 minutes.

  • 180: 180 minutes.

  • 240: 240 minutes.

  • 360: 360 minutes.

  • 480: 480 minutes.

  • 720: 720 minutes.

Note
  • This parameter works together with the PreferredBackupPeriod parameter to determine the backup policy.

  • MySQL instances must be cloud disk 5.7 or 8.0 instances of the high-availability series or Cluster Edition.

  • PostgreSQL instances must be cloud disk instances.

  • SQL Server instances must have snapshot backup enabled.

  • This parameter is invalid when Category is set to Flash.

  • This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

30

BackupMethod

string

No

The backup method for SQL Server instances with cloud disks. Valid values:

  • Physical (default): physical backup.

  • Snapshot: snapshot backup.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

Physical

EnableIncrementDataBackup

boolean

No

Specifies whether to enable incremental backup for SQL Server instances with cloud disks or MySQL instances with local disks. Valid values:

  • False (default): disabled.

  • True: enabled.

Note

This parameter takes effect only when BackupPolicyMode is set to DataBackupPolicy.

False

IncBackupInterval

integer

No

The high-frequency incremental backup frequency for MySQL instances with local disks. Valid values:

  • 60: 60 minutes.

  • 120: 120 minutes.

  • 240: 240 minutes.

  • 360: 360 minutes.

  • 720: 720 minutes.

Note

This parameter takes effect only when EnableIncrementDataBackup is set to True.

120

BackupPriority

integer

No

The backup on secondary instance setting for SQL Server Cluster Edition instances. Valid values:

  • 1: secondary instance preferred.

  • 2: primary instance forced.

Note
  • This parameter takes effect only when BackupMethod is set to Physical. If BackupMethod is set to Snapshot, SQL Server Cluster Edition instances are forced to perform backups on the primary instance.

  • After secondary instance preferred (BackupPriority set to 1) is configured, the 5-minute log backup policy (BackupLog set to Enable and LogBackupFrequency left empty) is not supported. Otherwise, an error is returned. Set the log backup frequency to every 30 minutes or consistent with data backup.

2

EnableAdvancedBackupPolicy

integer

No

AdvancedDataPolicies

array<object>

No

object

No

StrategyId

string

No

ActionType

string

No

OnlyPreserveOneEachHour

boolean

No

RetentionValue

integer

No

BakType

string

No

FilterKey

string

No

FilterValue

string

No

DestType

string

No

FilterType

string

No

SrcRegion

string

No

OnlyPreserveOneEachDay

boolean

No

SrcType

string

No

DestRegion

string

No

RetentionType

string

No

AdvancedLogPolicies

array<object>

No

object

No

StrategyId

string

No

ActionType

string

No

LogRetentionType

string

No

DestType

string

No

EnableLogBackup

integer

No

SrcType

string

No

SrcRegion

string

No

LogRetentionValue

integer

No

DestRegion

string

No

FilterKey

string

No

FilterValue

string

No

Response elements

Element

Type

Description

Example

object

The response parameters.

CompressType

string

The backup compression method. Valid values:

  • 0: not compressed.

  • 1: zlib compression.

  • 2: parallel zlib compression.

  • 4: quicklz compression with database and table restoration enabled.

  • 8: MySQL 8.0 quicklz compression without database and table restoration support.

4

DBInstanceID

string

The instance ID.

rm-uf6wjk5****

EnableBackupLog

string

Indicates whether instance log backup is enabled. Valid values:

  • 1: enabled.

  • 0: disabled.

Note

Instance log backup for SQL Server instances is enabled by default and cannot be disabled.

1

HighSpaceUsageProtection

string

Indicates whether binary logs are unconditionally cleaned up when the storage usage of the MySQL instance exceeds 80% or the remaining storage is less than 5 GB.

Disable

LocalLogRetentionHours

integer

The number of hours for which instance log backups are retained on the MySQL instance.

18

LocalLogRetentionSpace

string

The maximum loop space usage of binary logs for the MySQL instance.

30

LogBackupLocalRetentionNumber

integer

The number of local binary logs retained on the MySQL instance.

60

RequestId

string

The request ID.

DA147739-AEAD-4417-9089-65E9B1D8240D

EnableIncrementDataBackup

boolean

IncBackupInterval

integer

EnablePitrProtection

boolean

Examples

Success response

JSON format

{
  "CompressType": "4",
  "DBInstanceID": "rm-uf6wjk5****",
  "EnableBackupLog": "1",
  "HighSpaceUsageProtection": "Disable",
  "LocalLogRetentionHours": 18,
  "LocalLogRetentionSpace": "30",
  "LogBackupLocalRetentionNumber": 60,
  "RequestId": "DA147739-AEAD-4417-9089-65E9B1D8240D",
  "EnableIncrementDataBackup": false,
  "IncBackupInterval": 0,
  "EnablePitrProtection": false
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidColdRetention.Format Invalid cold retention format.
400 InvalidLogBackupFrequency.Malformed Invalid log backup frequency. The value of the LogBackupFrequency parameter is invalid. Check the value of this parameter.
400 InvalidBackupRetentionPeriod.Malformed The specified backup retention period is invalid. The backup cycle is left unspecified. Specify a backup cycle in the range of 1 day to 30 days.
400 BackupPropertyNotFound Backup policy not found The operation failed. The backup policy cannot be found.
400 OperationDenied.SwitchToSnapshot Snapshot backup does not support cross region storage at present. Please turn off cross region backup before switching to snapshot backup mode. Snapshot backups cannot be stored across regions. Disable cross-region backup first and then switch to the snapshot backup mode.
400 InvalidReleasedKeepPolicy.Format Specified Released Keep Policy is not valid. Specified Released Keep Policy is not valid.
400 IncorrectBackupPolicy The current instance has an advanced backup policy enabled. Currently, you cannot use the OpenAPI to modify the backup policy. You need to modify the backup policy in the console. The current instance has an advanced backup policy enabled. Currently, you cannot use the OpenAPI to modify the backup policy. You need to modify the backup policy in the console.
400 Order.ComboInstanceNotAllowOperate A package instance is not allowed to operate independently. A package instance is not allowed to operate independently.
400 Price.PricingPlanResultNotFound Pricing plan price result not found. Pricing plan price result not found.
400 Order.NoRealNameAuthentication You have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication. You have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the cost and cost for real-name authentication.
400 InsufficientAvailableQuota Your account quota limit is less than 0, please recharge before trying to purchase. Your account available limit is less than 0, please recharge before trying to purchase.
400 CommodityServiceCalling.Exception Failed to call commodity service. Failed to call commodity service return.
400 RegionDissolvedEOM Dear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support. Hello, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will stop operating. In order to ensure your business continuity and smooth transition of data migration, you are currently unable to operate new purchase orders. Thank you for your understanding and support.
400 Commodity.InvalidComponent The module you purchased is not legal, please buy it again. The module you purchased is not legal, please buy it again.
400 RegionEndTimeDissolvedAustralia Cloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024. Hello customer, this area has been abolished.
400 Price.CommoditySys Commodity system call exception. Commodity system call exception.
400 Pay.InsufficientBalance Insufficient available balance. Insufficient available balance.
400 Order.PeriodInvalid There is a problem with the period you selected, please choose again. There is a problem with the period you selected, please choose again.
400 pay.noCreditCard Account not bound to credit card. No credit card is available.
400 Order.InstHasUnpaidOrder There is an unpaid order for the service you have purchased. Please pay or void it before placing the order. There is an unpaid order for the service you have purchased. Please pay or void it before placing the order.
400 noAvailablePaymentMethod No payment method is specified for your account. We recommend that you add a payment method. No payment method has been specified for your account. We recommend that you add a payment method.
400 BasicInfoUncompleted Your information is incomplete. Complete your information before the operation. Your basic information is not complete, please complete your basic information before operation.
400 Risk.RiskControlRejection Your account is abnormal, please contact customer service for details. Your account is abnormal, please contact customer service for details.
400 Api.NotSupport Specified api is not supported. The current interface does not support.
400 ContainForbiddenLabelError There is a label that prohibits placing orders. Please contact your distributor for assistance. You cannot place the order because a tag indicates that order placement is prohibited. Contact your distributor.
400 InvalidDBInstanceId.NotFound The DBInstanceId provided does not exist in records. The DBInstanceId provided does not exist.
400 InvalidInstanceLevel.DiskType Specified instance level not support request disk type The current instance type does not support the specified storage type.
400 InvalidParam Sepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica. The specified wal_level parameter is invalid. There is still a copy slot in the instance, so it cannot be set to replica.
400 KmsApiError User secret key invalid. The user key is invalid.
400 System.SaleValidateFailed Sales expression validation system error. A system error occurs when the sales expression is verified.
400 Abs.InvalidAccount.NotFound account is not found. The account does not exist.
400 SqlExecuteFailedOrTimeout sql command execution failed or timed out:%s. SQL command execution failed or timed out
400 ColdData.EngineVersionNotSupport The current instance engine version not support coldDataEnabled. The current instance engine version not support coldDataEnabled.
400 ColdData.MinorVersionNotSupport The current instance minor version not support coldDataEnabled. The current instance minor version not support coldDataEnabled.
400 IncorrectTargetClasscode The current instance type does not support this operation. This operation is not supported by the instance type.
400 InvalidConnectionString.Duplicate Specified connection string already exists in the RDS. The link address name is duplicate. Please reset the connection string.
400 RequiredParam.NotFound Required input param is not found. Required parameters are missing.
400 Parameters.Invalid Parameter error, please check the parameters. Parameter error, please check the parameters.
400 BackupPolicyNotSupport Cold Data won't open with CrossBackup or Flash Backup, please check Backup Policy. Cold Data won't open with CrossBackup or Flash Backup, please check Backup Policy.
400 InvalideStatus.Format The instance status does not support this operation. The instance status does not support this operation.
400 InvalidDBInstanceEngineType.Format the DB instance engine type does not support this operation. This operation is not supported for the database engine of the instance.
400 Pay.NoCreditCard No credit cards. No credit cards.
400 VpcNetworkTypeNotSupport The vpc network type instance does not support this operation. The vpc network type instance does not support this operation.
400 MirrorInsExists Specified DB instance mirror ins already existed. Specified DB instance mirror ins already existed.
400 UnsupportedClassCode The specified DB instance class stops selling. The specified DB instance class stops selling.
400 InvalidBackupSet The specified database does not exist in the backup set. The specified database does not exist in the backup set.
400 OrdTCommodityQueryError Failed to query for product. Failed to query product.
400 ProductInstanceReleased The instance has been released. Please check before placing the order. The instance has been released, please verify and place an order.
400 RegionEndTimeDissolvedIndia The region is no longer supported. The region is no longer supported.
400 InvalidDiskType Current disk type does not support this operation. The current disk type does not support this operation
400 InvalidIncrementBackupInterval.Malformed Parameter 'IncBackupInterval' is invalid. The IncBackupInterval parameter value is invalid.
400 InvalidLocalLogRetentionSpace.Malformed Parameter 'LocalLogRetentionSpace' is invalid. Parameter 'LocalLogRetentionSpace' is invalid.
400 InvalidLocalLogRetentionHours.Malformed Parameter 'LocalLogRetentionHours' is invalid. Illegal LocalLogRetentionHours parameter setting.
400 InvalidLogBackupLocalRetentionNumber.Malformed Parameter 'LogBackupLocalRetentionNumber' is invalid. Parameter 'LogBackupLocalRetentionNumber' is invalid.
400 InvalidBackupInterval.Unsupported BackupInterval can be configured only when Category is set to Standard. The current instance is set to Flash. Please set Category to Standard. The backup in seconds (Category = Flash) is enabled for the current instance. BackupInterval is supported only when the Category value is Standard. Please set the Category value to Standard, then configure the BackupInterval parameter.
400 InvalidPitrSetting Log backup is disabled. Enable PITR requires log backup to be enabled. Log backup is disabled. If you enable any-point-in-time recovery, log backup must be enabled.
500 ExternalFailure The request processing has failed due to external service failure. The request processing has failed due to external service failure.
500 RequestMetaDataFailed The service request failed. Please try again later or contact service personnel. The service request failed. Please try again later or contact service personnel.
500 InvokeProxyFailure The request processing has failed due to service failure of rds api. The request failed to be processed due to an RDS API failure.
403 IncorrectCategory Current Instance type does not support Category. The category is not supported for the specified instance type.
403 OperationDenied.SwitchSnapshotToPhysical Only physical backup to snapshot backup is supported. The current operation only supports physical backups to snapshot backups.
403 OperationDenied.ModifyBackupSwitchOff The switch is not turned on. It is forbidden to modify the backup mode. Cross-region backup is not enabled.
403 OperationDenied.ApiForbiddenForLogBackupFrequency When the instance is a snapshot backup, the log backup frequency is not allowed to be consistent with the data backup. When the instance is in snapshot backup mode, the log backup frequency must not be Same as Data Backup.
403 OperationDenied.NotSupportedBackupMethod When the storage is larger than 4000 GB, only snapshot backup is supported. If the storage capacity is larger than 4,000 GB, only snapshot backup is supported.
403 OperationDenied.ApiForbidden Operation is not permitted. The operation is not supported.
403 OrderStatus.UnPaid The specified db instance has unpaid order. The instance has an unpaid order. Please pay first and try again.
403 InvalidReduceDiskSize The storage capacity after the scale-down must be larger than the used amount. The scale-in target capacity cannot be less than the current storage space usage
403 CloudSSDNotSupport Cloud ssd does not support this operation, please upgrade to essd. SSD cloud disks do not support this operation. Upgrade to ESSD.
403 InvalidUserOperatorPermission The user permission does not support this operation. The user is not authorized to perform this operation.
403 InvalidVswitchId Specified conn vswitch id is not valid. The specified VSwitchId is in an incorrect format or is empty.
403 IncorrectMinorVersion Current engine minor version does not support operations. This operation is not supported for the current minor engine version.
403 OperationDenied.ZoneResource There is no available zone for inventory. There is no available zone for inventory.
403 NotInFlowController Sorry,no permission. Sorry,no permission.
403 InvalidKmsKey Kms key is disabled. The KMS key is disabled.
403 InvalidInstanceLevel.Malformed Current DB instance level does not support this operation. The specified database instance type does not support this operation.
403 IncorrectDBInstanceState Current DB instance state does not support this operation. The proxy instance status is not activated.
404 InvalidClusterKms The current instance does not authorized to access the Key Management Service. The instance does not have permissions to access Key Management Service (KMS).
404 Request.NotFound The requested resource is not available. The requested resources are unavailable.
404 HostInfo.NotFound The specified host info is not found. The specified host information does not exist.
404 InvalidInsType.Malformed Specified instance type is not valid. The instance type is invalid.
404 IncorrectDBInstanceLockMode Current DB instance lock mode does not support this operation. The operation failed. The RDS instance is locked.
408 NetworkOrSqlTimeoutError Failed to create login due to potential SQL Server overload or other issues that may cause the login creation fail. Please retry later. The query failed due to timeout caused by potential SQL Server overload or excessive number of instance accounts.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.