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 […]
Amazon RDS – PostgresSQL creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a PostgreSQL can be done in three ways. Using AWS management console, AWS CLI or AWS API. We will look at each of these approaches one by one. Using AWS […]
Amazon RDS – MariaDB Connecting to DB To connect to Amazon RDS MariaDB we need a client software. In this case we use Navicat. 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 the […]