Amazonrds 简明教程

Amazon RDS - PostgreSQL Connecting to DB

要连接到 Amazon RDS PostgreSQL DB,我们需要一个客户端软件。在这种情况下,我们使用 pgAdmin。使用 pgAdmin 链接进行安装。

To connect to Amazon RDS PostgreSQL DB we need a client software. In this case we use pgAdmin. Install it using the link pgAdmin .

成功安装后,我们按照以下步骤将其连接到 Amazon RDS。

After it is successfully installed we follow the steps below to connect it to the Amazon RDS.

Step-1

从 DB 实例详细信息中获取端点。

From the DB instance details get the end point.

pgadmin db details

Step-2

因为它是一个基于浏览器的界面,所以选择添加服务器选项,如下图所示。

As it is a browser based interface, choose the add server option as shown in the below diagram.

pgadmin 1

Step-3

使用端点和主用户凭据作为连接详细信息。

Use the end point and the master user credentials as the connection details.

pgadmin 2

Step-4

连接后,我们得到以下窗口。

Once connected, we get the following window.

pgadmin 3