Install Postgresql 13 on AWS Ec2 Amazon linux 2

PostgreSQL on Amazon Linux 2

Developers of PostgreSQL call this platform “The world’s most advanced open-source database”. PostgreSQL is available for Linux including for other common operating systems such as macOS, Windows, and BSD. PostgreSQL implements the 2008 SQL standard very comprehensively. In addition to common data types, the database …

Read more

How to install Git on AWS EC2 Amazon Linux 2

GIT install on AWS ec2 Amazon Linux 2

We can easily download Git from almost all Linux distributions using the integrated package manager. Here we will see how to install GIT on Amazon Linux running on AWS Ec2 Instance. Git is a freely available open-source system for distributed versioning. It is fast, scalable, …

Read more

How to create a new AWS ec2 Instance on Amazon Cloud

Create a new AWS ec2 Instance

Learn the steps to create, launch and connect Amazon ec2 Instance from your browser to use various virtual machines based on Linux or Windows such as Ubuntu, CentOS, Amazon Linux, RHEL, Windows server, and more… What is Elastic Compute Cloud or EC2? Elastic Compute Cloud …

Read more

How to SSH AWS ec2 Linux Instances remotely

use command prompt to connect ec2 aws over ssh

After setting up Linux (Amazon Linux, Ubuntu, CentOS, RHEL, etc.) running ec2 Instance on AWS cloud computing platform we can use SSH to connect and control it remotely; instead of using the console directly from ec2 Dashboard. SSH is a secure shell protocol that default …

Read more

How to install mysql client on Amazon linux 2

MySQL client on Amazon Linux 2

If you are using Amazon Linux 2 (AMI) based on RedHat and want to connect to a remote database using mysql-client it, then here is the way to not only install the client but also to use AMI CLI to manage cloud databases services of …

Read more