/

Blogs

Migration to Cloud

Why Migrate to Cloud Now this question is more or less irrelevant — Almost Every Business wants to move more and more of their workloads

Read More »
image

Securely accessing Servers in AWS Cloud

AWS is a public cloud so the resources you create in AWS cloud like EC2 instance or RDS Database can be publicly accessible which makes them very susceptible to hacking.…
image

Jenkins Multibranch pipeline

Multibranch pipeline When we are looking for a well-automated branch-based Jenkins Continuous Integration & Delivery/Deployment (CI/CD) pipeline, the Jenkins multibranch pipeline is a way to go. As Jenkins’s multi-branch pipeline…
image

AWS IAM Identity Center [SSO]Setup

Introduction The AWS IAM identity center successor of Single Sign-On (SSO) makes it easy to centrally manage access to multiple AWS accounts and business applications and provide users with single…
image

Guide to Understanding Jenkins: The Automated Software Delivery System

What is Jenkins: Jenkins is a free and open-source automation server that provides a platform for continuous integration and continuous delivery (CI/CD). It helps developers to automate the process of…
image

Terraform 101: The Basics Explained

A Beginner’s Guide Main Features of Terraform How It Works The Core Workflow The terraform basic CLI. Running terraform You usually run terraform using the CLI in a directory that…
image

Setting up AWS Transit Gateway for Cross-Account Communication

One Account to Another Account Demo Environment Architecture 1] Transit gateway basically acts as a hub, and we can centrally control traffic flow. 2] Let me show you how simple…