ec2

black and gray laptop computer turned on doing computer codes

Let’s have a look at Creation of AWS VPC

Reading Time: 3 minutes This blog demonstrate how we can create a Virtual Private Cloud (VPC) in AWS cloud using a bash script. In this blog, we will break down the steps with its explanation. So, lets go through it. 1. Prerequisites An AWS account To create an AWS account click here. Install AWS CLI To install AWS CLI, visit here for Linux and for Windows and Mac click Continue Reading

background

How To Monitor Linux Machines Using Prometheus and Grafana

Reading Time: 4 minutes Hi, readers in this blog will see How To Monitor Linux Machines Using Prometheus and Grafana. I will create an ec2 instance and will monitor that instance using Prometheus and Grafana. Prometheus Prometheus is the central component that collects the metrics from multiple nodes. It uses the concept of scraping, where target systems’ metric endpoints are contacted to fetch data at regular intervals. Node Exporter Continue Reading

Setup AWS resources using Ansible Modules

Reading Time: 4 minutes Hi Readers, In this blog we will learn that how we can create AWS resources using Ansible Modules. But before moving to core of the blog we will see few concepts related to Ansible, it’s installation and connecting our ansible with aws and few more things. What is Ansible and Why do we need this? Keeping it very brief, Ansible is an IT automation tools. Continue Reading