Search
How to Install Ansible via pip (a package manager for Python packages)
Install Ansible via pip- Ansible is written in Python and it can be installed as its package. Install Python and pip : First, install...
Support lwplabs
Sep 25, 20241 min read
19 views
0 comments
Difference between DEVOPS and SRE with Example?
DevOps (Development and Operations) and SRE (Site Reliability Engineering) are two approaches or philosophies that aim to improve...
Support lwplabs
Sep 25, 20232 min read
53 views
0 comments
Linux for DevOps Interview Questions
Question: Write a Linux command to list all files and directories in the current directory. Answer: ls Question: How would you create a...
Support lwplabs
Sep 14, 20231 min read
76 views
0 comments
In Linux, How to check what is my machine bit - 64 or 32 bit?
uname -m uname -a where -a is for all information -m is for machine hardware name
Support lwplabs
Sep 6, 20231 min read
27 views
0 comments
What is Zombie Process?
Title: Understanding Linux Zombie Processes: Examples and Effective Ways to Kill Them Introduction: Linux, being an open-source operating...
Support lwplabs
May 23, 20233 min read
47 views
0 comments


Step-by-step guide on how to create an AWS VPC
Step 1: Log in to the AWS Management Console To create an AWS VPC, you first need to log in to the AWS Management Console using your AWS...
Support lwplabs
May 6, 20231 min read
36 views
0 comments


Create a Python script for AWS Automation
Step 1: Install Boto3 Library Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python. It enables Python...
Support lwplabs
May 6, 20232 min read
404 views
0 comments
How to install AWSCLI in Windows
Using Choco choco install awscli Using MSI Installer Download the latest AWS CLI MSI installer for Windows from the AWS website....
Support lwplabs
May 5, 20231 min read
61 views
0 comments


Creating Azure Resources using Python Scripting - Step-By-Step
Step1: Create an Azure Account Create an Azure an with Azure, you need to create an Azure account. Go to the Azure website and sign up...
Support lwplabs
May 2, 20232 min read
33 views
0 comments


Create GCP Resources with Terraform GCP Provider
Streamlining Your GCP Infrastructure with Terraform: A Step-by-Step Guide
Ankush Lwplabs
May 1, 20232 min read
171 views
0 comments


DEVOPS ON AWS Interview Questions - 8
Q71) I want to delete 10 days older log files. How can I? There is a command in unix to achieve this task find <directory_path> -mtime...

LWPLabs
Nov 2, 20222 min read
181 views
0 comments


DEVOPS ON AWS Interview Questions - 7
Q61) Did you ever participated in Prod Deployments? If yes what is the procedure? Yes I have participated, we need to follow the...

LWPLabs
Sep 12, 20223 min read
219 views
0 comments


DEVOPS ON AWS Interview Questions - 6
DevOps on Aws - Interview Questions Q51) I want to get the information from file which consists of the word “GangBoard” grep “GangBoard”...

LWPLabs
Aug 30, 20223 min read
191 views
0 comments


DevOps on AWS Interview Questions - Part 5
DevOps on AWS Interview Questions - Part 5

LWPLabs
Jul 28, 20222 min read
338 views
0 comments


DevOps on AWS Interview Questions Part 4
Q31) How do we know in Git if a branch has already been merged into master? git branch –merged The above command lists the branches that...

LWPLabs
May 31, 20223 min read
211 views
0 comments


DevOps on AWS Interview Questions - PART 3
Q21) How can you define particular space to the file This feature is generally used to give the swap space to the server. Lets say in...

LWPLabs
May 19, 20222 min read
179 views
0 comments


DevOps on AWS Interview Questions Part - 2
Q13) How do I see a list of all the ansible_ variables? Ansible by default gathers “facts” about the machines, and these facts can be...

LWPLabs
May 9, 20222 min read
172 views
0 comments


What is Terraform and step-by-step Quick way to Try it in AWS
Terraform is an open-source infrastructure as code software tool created by HashiCorp. It allows users to define and provision a variety...

LWPLabs
May 8, 20222 min read
60 views
0 comments


Why do you need Azure DevOps?
Azure DevOps has developed over time. In its modern iteration, it’s the rebranding of Microsoft’s Visual Studio Team Services (VSTS),...

LWPLabs
May 6, 20223 min read
49 views
0 comments