AWS Resume ready project using AWS Lambda and EventBridge to Convert AWS EBS Volume type GP2 To GP3ObjectiveTrigger a Lambda function when an Amazon Elastic Block Store (EBS) volume is created of type GP2 and convert them to type GP3. Overview1. Create a Lambda Function and Add code logic to convert EBS Volume type 2. Create an EventBridge event t...Apr 11, 2024·3 min read
The Power of AWS AMI: Streamlining EC2 Instance LaunchesFirst, let’s start with a brief overview of what an AWS AMI is. An AMI (Amazon Machine Image) is essentially a pre-configured virtual machine that you can use as a template to launch EC2 (Elastic Compute Cloud) instances. AMIs can contain an operatin...Apr 15, 2023·3 min read
How to Achieve Seamless CI/CD with Github, Jenkins, Docker, and KubernetesAfter the end of this blog, you will be able to deploy your project on Kubernetes using the CI-CD pipeline. First, we will understand the requirement The team of developers working on new features will merge their code to a GitHub repo. As soon as t...Apr 7, 2023·4 min read
How to install Jenkins in Windows Machine and in AWS EC2 Instance1. Windows installation guide Step 1: Visit the following website to download Jenkins Step 2: Open the setup file and click next till the following screen comes up Select Run service as LocalSystem and click on next Step 3: Port Testing, Select the...Apr 6, 2023·2 min read
Getting Started with Application Load Balancer (v2)Application Load Balancer: An Introduction An Application Load Balancer is a type of Load Balancer that operates at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model. It is a highly available and scalable servic...Feb 12, 2023·5 min read
Creating first EC2 instance with TerraformWhen you want to launch a resource in AWS, there are three important considerations How will you authenticate to AWS? Which region the resource needs to be launched? Which resource you want to launch? If we talk about the first point we need to...Feb 5, 2023·5 min read
Introduction to TerraformTerraform is an open-source tool that allows you to provision infrastructure as code. It supports multiple cloud providers, including AWS, Azure, and Google Cloud, as well as on-premises and other infrastructure. In this blog post, we’ll cover the ba...Jan 17, 2023·3 min read