RDS for SQL Server Constraints
RDS for SQL Server only supports DB instances under the License Included model and does not support "bring your own license" (BYOL). After a DB instance is created, it contains the Microsoft SQL Server software license.
To ensure data security, there are certain constraints on using .
RDS for SQL Server DB instances are classified into three types: single, primary/standby, and cluster. Different types support different functions.
Naming
Item |
Constraints |
---|---|
Instance name |
|
Database name |
|
Account name |
|
Backup name |
|
Parameter template name |
|
Security
Item |
Constraints |
---|---|
rdsuser roles |
The administrator account of RDS for SQL Server is rdsuser, which has roles processadmin, public, and dbcreator but does not have the following roles:
|
rdsuser password |
|
Database port |
RDS for SQL Server instances can use port 1433 (default) or ports 2100 to 9500 (excluding 5355 and 5985). For RDS for SQL Server 2017 and 2019 Enterprise, Standard, and Web editions, ports 5050, 5353, and 5986 cannot be used, either. |
Disk encryption |
If you enable disk encryption during instance creation, the disk encryption status and the key cannot be changed later. |
VPC |
The VPC where a DB instance is located cannot be changed after the instance is created. |
Security group |
|
System account |
To provide O&M services, the system automatically creates system accounts when you create RDS for SQL Server DB instances. These system accounts are unavailable to you.
|
Instance parameter |
To ensure the optimal performance of RDS, you can modify parameters in the parameter template you created as needed. |
Instance Operations
Item |
Constraints |
---|---|
Instance deployment |
ECSs where DB instances are deployed are not directly visible to you. You can only access the DB instances through IP addresses and database ports. |
High CPU usage |
If the CPU usage is high or close to 100%, data read/write and database access will become slow, and an error will be reported during data deletion. |
Rebooting a DB instance |
DB instances cannot be rebooted through commands. They must be rebooted through the RDS console. |
Stopping or starting a DB instance |
|
Viewing backups |
You can download backups for local storage. To download a backup, you can use OBS Browser+ or the download URL. |
Log management |
RDS for SQL Server logging is enabled by default and cannot be disabled. |
Recycle bin |
RDS allows you to move deleted pay-per-use DB instances to the recycle bin. You can rebuild a DB instance that was deleted up to 7 days ago from the recycle bin. |
Functions
Item |
Single |
Primary/Standby |
Cluster |
---|---|---|---|
Maximum number of databases |
100 |
100 |
100 |
Number of database accounts |
Unlimited |
Unlimited |
Unlimited |
Creation of user, LOGIN, or database |
Supported |
Supported |
Supported |
Database-level DDL trigger |
Supported |
Supported |
Supported |
Database permission authorization |
Supported |
Supported |
Supported |
KILL permission |
Supported |
Supported |
Supported |
SQL Profiler |
Supported |
Supported |
Supported |
Tuning Adviser |
Supported |
Supported |
Supported |
Change Data Capture (CDC) |
Supported |
Supported |
Supported |
Change tracking |
Supported |
Supported |
Supported |
Windows domain account login |
Supported |
Supported |
Supported |
SQL Server Integration Services (SSIS) |
Not supported |
Not supported |
Not supported |
SQL Server Analysis Services (SSAS) |
Not supported |
Not supported |
Not supported |
R Services |
Not supported |
Not supported |
Not supported |
Asynchronous communication |
Not supported |
Not supported |
Not supported |
Policy management |
Not supported |
Not supported |
Not supported |
Private domain name |
Supported |
Supported |
Supported |
SQL Agent job |
Supported |
Supported |
Supported |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.