AJAtul Joshiinatulj.hashnode.dev·Oct 20, 2023 · 3 min readReal-Time Netflix App Clone Deployment.In this blog, we will be running the Test cases and build the Netflix app clone and deploying it on our system or VM and we will access this clone app as well. This application is integrated with the Database, so that means when you enter your creden...00
AJAtul Joshiinatulj.hashnode.dev·Aug 18, 2023 · 3 min readApplication Load BalancerIn this blog, we are going to see how can we configure the application Load balancers on two servers and how can we distribute the traffic load on the servers. The steps to create the ALB are as below. create two ec2 instances on AWS. Go to service...00
AJAtul Joshiinatulj.hashnode.dev·Aug 18, 2023 · 1 min readJenkins Pipeline DemoSimple CICD Jenkins Pipeline for Beginner. In this blog, we are going to create a simple CICD pipeline in Jenkins for Demo App. The steps are as below. Setting up Jenkins with Docker compose. First, clone the below Git repository at your local mach...00
AJAtul Joshiinatulj.hashnode.dev·Aug 3, 2023 · 3 min readPython Real-Time Project for DevOps on AWS using Lambda Function.As Cloud Engineers, We take care of the AWS environment and make sure it complies with the organizational Policies. We use AWS Cloud Watch in combination with AWS Lambda to govern the resources accordingly to the policies. For Ex, We trigger a lambda...00
AJAtul Joshiinatulj.hashnode.dev·Jul 28, 2023 · 5 min readCost Optimization through Lambda!!A Mini Project on how can we achieve cost optimization in the AWS cloud using the Lambda service. In this project, we are going to use an EC2 instance with volume and will create a Backup on the volume (snapshot) out of it. Suppose we have a snapshot...00