Installing Jenkins on aws ec2 | Docker Agent |In this blog will understand how to install jenkins on aws ec2 instance Pre requisite : aws ec2 instance — login to the aws ec2 instance — In order to install jenkins, you should first install java , try to execute the below commands step by step Run...Jan 9, 2025·3 min read
Connecting to EC2 Instance from windows Laptop | MOBAXTERMSteps to create EC2 Instance: -- Login to the AWS account -- Go To EC2 and click on launch instance -- Give a name to the instance and select ubuntu machine -- Click on create a new key pair and download it -- Click on launch instance Downloading Mob...Mar 13, 2024·1 min read
DevOps Project from absolute zero | Project setup + CI Pipelines implementationIn this blog we will set up CI build pipelines from github -- Open the below github repository https://github.com/dockersamples/example-voting-app --Sign in to the azure devops and create a new project -- Go to repos option and paste https url copied...Mar 1, 2024·3 min read
Azure IAM | Azure Managed Identities | Microsoft Entra IDAZURE IAM Authentication: Authentication is the process of verifying the identity of a user or a system. In simpler terms, it's confirming who you are. Azure uses various methods for authentication, such as passwords, certificates, or multi-factor a...Feb 28, 2024·3 min read
Azure Resource Manager(ARM) Templates DemoIn this blog we'll understand ARM templates by creating resources in azure through ARM templates Download Visual studio code Install ARM template extension by microsoft in VS code Create a folder and a file in that folder .json Search for the...Feb 19, 2024·2 min read
Automate Azure Resources using Azure CLISteps: Download Azure cli using the below link https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-windows?tabs=azure-cli Open terminal and check for the version using the below command "az version" To connect azure cli downloaded in...Feb 16, 2024·1 min read
Azure networking demo Projectsteps Log in to the Azure portal Create a resource group Create a virtual network with the following configuration -- give virtual network a name --enable azure bastion --click on create new public ip address Enable azure firewall Click on ...Feb 14, 2024·2 min read