You can create DB instances using the RDS console or APIs. For details about how to create DB instances using APIs, see "Creating a DB Instance" in the Relational Database Service API Reference. This section describes how to create a DB instance on the RDS console.
RDS allows you to tailor your computing resources and storage space to your business needs.
Parameter |
Description |
---|---|
Region |
The region where your RDS resources will be located. You can change it on the creation page, or go back to the Instances page and change it in the upper left corner. NOTE:
Products in different regions cannot communicate with each other through a private network and you cannot change the region of a DB instance after creating the instance. Therefore, exercise caution when selecting a region. |
DB Instance Name |
Must start with a letter and consist of 4 to 64 characters. Only letters, digits, hyphens (-), and underscores (_) are allowed. |
DB Engine |
Set to PostgreSQL. |
DB Engine Version |
For details, see DB Engines and Versions. Different DB engine versions are supported in different regions. You are advised to select the latest available version because it is more stable, reliable, and secure. |
DB Instance Type |
|
Time Zone |
Select a time zone when you are creating a DB instance, and you can change it after the DB instance is created. |
Parameter |
Description |
---|---|
Instance Class |
Refers to the CPU and memory of a DB instance. Different instance classes have different numbers of database connections and different maximum IOPS. For details about instance classes, see DB Instance Classes. After a DB instance is created, you can change its CPU and memory. For details, see Changing a DB Instance Class. |
Storage Type |
Determines the DB instance read/write speed. The higher the maximum throughput is, the higher the DB instance read/write speed can be.
|
Storage Space (GB) |
Contains the file system overhead required for inode, reserved block, and database operation. Storage space can range in size from 40 GB to 4,000 GB and can be scaled up only by a multiple of 10 GB. After a DB instance is created, you can scale up its storage space. For details, see Scaling up Storage Space. |
Disk Encryption |
|
Parameter |
Description |
---|---|
VPC |
A dedicated virtual network in which your RDS DB instances are located. A VPC can isolate networks for different services. You can select an existing VPC or create a VPC. For details on how to create a VPC, see the "Creating a VPC" section in the Virtual Private Cloud User Guide. If no VPC is available, RDS allocates a VPC to you by default. NOTICE:
After the DB instance is created, the VPC cannot be changed. |
Subnet |
Improves network security by providing dedicated network resources that are logically isolated from other networks. Subnets take effect only within an AZ. The Dynamic Host Configuration Protocol (DHCP) function is enabled by default for subnets in which you plan to create RDS DB instances and cannot be disabled. A floating IP address is automatically assigned when you create a DB instance. You can also enter an unused floating IP address in the subnet CIDR block. After the DB instance is created, you can change the floating IP address. |
Security Group |
Controls the access that traffic has in and out of a DB instance. By default, the security group associated with the DB instance is authorized. Enhances security by controlling access to RDS from other services. You need to add inbound rules to a security group so that you can connect to your DB instance. If no security group is available, RDS allocates a security group to you by default. |
Parameter |
Description |
---|---|
Administrator |
The default login name for the database is root. |
Administrator Password |
Must consist of 8 to 32 characters and contain at least three types of the following characters: uppercase letters, lowercase letters, digits, and special characters (~!@#%^*-_=+?). Enter a strong password and periodically change it for security reasons. If provided password will be considered by system as weak, you will receive an error and you should provide stronger password. Keep this password secure. The system cannot retrieve it. After a DB instance is created, you can reset this password. For details, see section Resetting the Administrator Password. |
Confirm Password |
Must be the same as Administrator Password. |
Parameter Template |
Contains engine configuration values that can be applied to one or more DB instances. If you intend to create primary/standby DB instances, they use the same parameter template. NOTICE:
If you use a custom parameter template when creating a DB instance, the following specification-related parameters in the custom template are not delivered. Instead, the default values are used.
You can modify the instance parameters as required after the DB instance is created. For details, see Modifying Instance Parameters. |
Parameter |
Description |
---|---|
Tag |
Tags an RDS DB instance. This configuration is optional. Adding tags to RDS DB instances helps you better identify and manage the DB instances. A maximum of 20 tags can be added for each DB instance. After a DB instance is created, you can view its tag details on the Tags page. For details, see section Managing Tags. |
Parameter |
Description |
---|---|
Quantity |
RDS supports DB instance creation in batches. If you choose to create primary/standby DB instances and set Quantity to 1, a primary DB instance and a standby DB instance will be created synchronously. If you create multiple DB instances at a time, they will be named with four digits appended to the DB instance name. For example, if you enter instance, the first instance will be named instance-0001, the second instance-0002, and so on. |
After the configuration, click Price Calculator to view the RDS configuration fee.
The performance of your DB instance depends on its configurations. Hardware configuration items include the instance specifications, storage type, and storage space.
For details, see Changing a Database Port.