How to install boto3 on Amazon Linux 2 – AWS EC2?

Install boto3 on Amazon Linux 2

Boto3 is an Amazon Web Services (AWS) provided Python software development kit (SDK) for building applications and making them communicate with various AWS services such as Amazon S3, Amazon EC2, Amazon DynamoDB, and more. It helps developers easily create, configure, and manage AWS services for …

Read more

How to install node and npm on amazon linux 2 – AWS Ec2?

Install Nodejs and NPM on Amazon Linux 2

Follow the simple commands for installing Node.js 16.x and NPM 9.x on Amazon Linux 2 running on AWS Ec2 servers for developing web applications. Node.js is a popular server-side Javascript runtime environment used by thousands of developers around the globe. It is built on Chrome’s …

Read more

How to install Erlang on Amazon Linux 2 – AWS EC2?

command to install Elrang on Amazon Linux 2

Erlang which is also known as Erlang/OTP, or Open Telecom Platform (OTP) is a programming language with similar syntax to other functional languages such as Haskell and Lisp. It is designed to build scalable, distributed, and fault-tolerant systems. At Ericsson Telecom in Sweden, it was …

Read more

How to install Figlet on Amazon Linux 2 AWS

Install Figlet on Amazon Linux 2

Create a stylized ASCII text banner on your command line screen by installing Figlet on Amazon Linux 2 with the help of the EPEL repository. Figlet is a command-line utility that allows you to create ASCII text banners, also known as “FIGlets.” We can install …

Read more

How to Install Postgresql 14 on Ec2 Amazon linux 2

Installing Postgresql 14 on Amazon Linux 2

PostgreSQL, also widely known as Postgres, is a powerful but open-source relational database management system. It is widely used for web applications, data warehousing, and analytics due to its scalability and robust features. Amazon Linux 2, on the other hand, is a server Linux distro …

Read more

How to Install Stress or Stress-ng on AWS Amazon Linux 2

Install Sterss on Amazon Linux

Analyze your server’s performance by installing the Stress workload generator tool on Amazon Linux to test the system’s stability and ability to handle the workload. To measure the ability of the systems, testers generally use stress tools, and in Linux, we have that free of …

Read more

How to Enable EPEL Repo on Amazon Linux 2

Enable EPEL on Amazon Linuzx 2

Enable EPEL (Extra Packages for Enterprise Linux) in Amazon Linux 2 for installing various additional software packages that run on RPM-based Linux. Apart from the official repository of Amazon Linux 2, we can add a popular one known as EPEL. That stands for Extra Packages …

Read more