How to Create an AWS RDS Aurora (PostgreSQL Compatible) DB in pgAdmin

Amazon Web Services (AWS) is widely accepted and one of the most popular cloud-providing platforms across the globe. It offers multiple services to get IT resources on the cloud which can be used remotely without having to purchase the actual infrastructure. To create databases and use them by connecting remotely, Amazon RDS is used on AWS.

This post will demonstrate the process of creating an AWS RDS Aurora database in pgAdmin.

Create an AWS RDS Aurora DB in pgAdmin

To create an AWS RDS Aurora Compatible with the PostgreSQL database in pgAdmin, visit the RDS service:

img

Start the process of creating an RDS database by clicking on its button from the Amazon RDS dashboard:

img

Select the Easy Create method offered by the platform to only configure the necessary settings and everything else will be maintained by the platform:

img

Configure the size of the instance by choosing the Dev/Test option to use the database for testing or development and Production for heavy workloads. After that, type the name of the DB cluster and Master username for the identification of the database:

img

Provide the password for the database and type it twice to confirm it:

img

Review the configurations and complete the creation process before clicking on the “Create database” button:

img

After that, head into the summary of the database by clicking on its name:

img

The Connectivity & security section contains the endpoint and port to be used for establishing the connection on pgAdmin:

img

Open the “pgAdmin 4” application from the local system by clicking on the “Open” button:

img

Before using the application, it is required to enter the password to connect to the PostgreSQL server:

img

Head into the pgAdmin dashboard to Connect the Aurora server by clicking on the “Add New Server” button from the Quick Links section:

img

Type the name of the PostgreSQL server from the General section:

img

Head into the “Connection” section to type the Hostname/address, port, and password before clicking on the “Save” button:

img

The server connection has been established with the “postgres” database using pgAdmin 4:

img

That’s all about creating an AWS RDS Aurora PostgreSQL-compatible database in pgAdmin.

Conclusion

To create an AWS RDS Aurora database in pgAdmin, head into the RDS dashboard and configure the Aurora database. Once the database is configured, the platform provides an endpoint with the port number that can be used to establish the connection to it. Open the pgAdmin application from the local system and use the endpoint and port number to add the server to it.