How to Create Security Groups on Amazon Web Service (AWS)

A security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing traffic. If you don’t specify a security group, Amazon EC2 uses the default security group. You can add rules to each security group that allow traffic to or from its associated instances.   Login to aws portal. Click …

Steps to Install & Configure HashiCorp Nomad on Ubuntu

Nomad is a free & open source HashiCorp tool.It is a simple and flexible workload orchestrator which is used for deploy and manage containers and non-containerized applications across on-prem and clouds at scale. There are some steps to Setup HashiCorp Nomad on Ubuntu: Step 1: Update the System. apt update Step 2:Install HashiCorp Nomad on …

Steps to Install & Configure Gulp on Ubuntu 20.04 LTS

Gulp is a free & open-source JavaScript software toolkit. It helps to automate or time-consuming tasks in development workflow. It is a command-line tool that helps to run task for Node.js applications. There are some steps to Setup Gulp in Ubuntu: Step 1: Update the System. apt-get update Step 2: Install the required packages. apt-get …

What is Cyber Security

The meaning of the term cyber security has evolved in recent years. Cyber security is a collection of technologies, processes & practices designed to protect networks, computers, programs & data from attack, damage or unauthorized access. In other words, Cyber security is security applied to computer devices such as computer & smartphones as well as …

Steps to Install & Configure Packer on Ubuntu 20.04 LTS

Packer is a free & HashiCorp’s open-source tool. It is used for creating identical machine images from a single configuration file. We can configure packer images with an operating system and application for the specific use-case. Using packer, we can easily build the images for multiple cloud hosting platform. There are some steps to Install …