How To Install And Configure PostgreSQL

How To Install And Configure PostgreSQL Hello Everyone Welcome to CloudAffaire and this is Debjeet. In this blog post, we will discuss how to install and configure PostgreSQL in different operating systems on Cloud platform like AWS, GCP or Azure. What Is PostgreSQL: PostgreSQL also is known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as…

Comments Off on How To Install And Configure PostgreSQL

How To Connect To An AWS RDS Instance

How to connect to an AWS RDS instance Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create an AWS RDS instance. https://cloudaffaire.com/how-to-create-an-aws-rds-instance/ In this blog post, we will discuss how to connect to an AWS RDS instance. Prerequisites for this demo: One AWS RDS (PostgreSQL) instance One EC2 AWS Linux instance hosted in the same VPC How to connect to an AWS RDS…

Comments Off on How To Connect To An AWS RDS Instance

How To Create An AWS RDS Instance

How to create an AWS RDS instance Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last AWS blog series, we have discussed CloudFormation. https://cloudaffaire.com/category/aws/cloudformation/ In this blog series, we are going to start with AWS RDS service and in this blog post, we will create our 1st RDS instance using PostgreSQL. How to create an AWS RDS instance: Step 1: Login to AWS console and navigate to ‘RDS’. Step 2: Click…

Comments Off on How To Create An AWS RDS Instance