TerraWeek Day -6 : Terraform ProvidersTask 1: Learn and Compare Terraform Providers What is Terraform Providers: A provider in Terraform is a plugin that enables interaction with an API. This includes cloud providers, SaaS providers, and other APIs. The providers are specified in the Ter...Jan 7, 2024·7 min read
How to Backup AWS EBS Volumes Using Automated SnapshotsIt is essential to have AWS ec2 backup using EBS volumes for data recovery and protection. AWS EBS snapshots play an important role in the backup of your ec2 instance data (root volumes & additional volumes). Imagine an application which requires 24x...Nov 11, 2023·4 min read
Kubernetes Cluster architecture, components, configuration & Installation with Kubeadm.Introduction: In the world of container orchestration, Kubernetes is an open-source container orchestration platform that automates the deployment, scaling and resilience to ensure that applications are always available to users and manage the contai...Nov 5, 2023·6 min read
Terraweek Day -1 : Introduction to Terraform and Terraform BasicsWhat is Terraform and how can it help you manage infrastructure as code? Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It helps you manage and provision your cloud resources and infrastructure by defining them ...Oct 29, 2023·6 min read
VPC Lab with Public and Private Subnets, Connecting internet from EC2 Instance in private subnet using NAT GatewayIntroduction: AWS VPC enables you to build a virtual network in the AWS cloud. You can define your own network space, and control how your network and the Amazon EC2 resources inside your network are exposed to the Internet. Setting up a Virtual Priv...Aug 26, 2023·4 min read
What is AMI in AWS, How to create EC2 instance using AMI1. What is AMI in AWS? Amazon Machine Image (AMI) is a crucial component of Amazon Web Services (AWS) that enables users to create, launch, and deploy virtual machines, known as EC2 instances, in a scalable and efficient manner. An AMI serves as a te...Jul 31, 2023·3 min read
Basic Linux Shell Scripting for DevOps EngineersTable of content Introduction:1. What is Shell?2. What is Kernel?3. What is Shell Scripting?4. How to Write Shell Script in Linux Introduction: Shell scripting is a fundamental skill for DevOps engineers working with Linux-based systems. A shell scri...Jul 29, 2023·3 min read