PostgreSQL Constraints¶
Table 1 shows the constraints designed to ensure the stability and security of RDS for PostgreSQL.
Function Item | Constraints |
---|---|
Database access |
|
Deployment | ECSs in which DB instances are deployed are not visible to users. You can access the DB instances only through an IP address and a port number. |
Database root permissions | Only the root user permissions are provided on the instance creation page. |
Database parameter modification | Most parameters can be modified on the RDS console. |
Data migration | Use psql to import data by referring to Migrating Data to RDS for PostgreSQL Using psql. |
Database replication setup | RDS for PostgreSQL uses a primary/standby dual-node replication cluster. You do not need to set up replication additionally. The standby DB instance is not visible to users and therefore you cannot access it directly. |
DB instance reboot | DB instances cannot be rebooted through commands. They must be rebooted through the RDS console. |
RDS backup files | For details, see Downloading a Full Backup File. |