Amazon RDS – PostgreSQL Connecting to DB To connect to Amazon RDS PostgreSQL DB we need a client software. In this case we use pgAdmin. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the DB instance details get […]
Author Archives: user
Amazon RDS – MariaDB Data Import Amazon RDS MariaDB provides easy ways of importing data into the DB and exporting data from the DB. After we are able to successfully connect to the MariaDB database we can use CLI tools to run the import and export commands to get the data from other sources in […]
Amazon RDS – PostgreSQL Features PostgreSQL is a powerful, open source object-relational database system which has earned a strong reputation for reliability, feature robustness, and performance. AWS RDS runs various versions of PostgreSQL. It supports point-in-time restore and backups, creation of DB snapshots and running it on a multi-AZ environment. Supported Versions The versions 9.3 […]