ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·6 hours agoAnsible - 1 (Write your first playbook)Ansible Basics - Getting Started Introduction to Ansible Setting Up Your Environment Writing Your First Playbook Ansible Basics - Getting Started What is Ansible? Ansible is a powerful open-source automation tool that can help you manage and con...ansible
Amitabh soniforamitabhdevops.hashnode.dev·Jan 20, 2025Setting Up CI/CD Pipeline with AWS CodeBuild and CodeDeploy for a Node.js ApplicationIn this blog, we’ll walk through the process of setting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline with AWS CodePipeline for a Node.js application. This includes configuring AWS services such as IAM roles, CodeBuild, CodeDeploy,...Devops
Ramya Rmy-devops-journey-traineithshubam.hashnode.dev·Jan 19, 2025DevSecOps Mega Project-Springboot BankappStep 1: Create an IAM User with Administrator Permissions Login to AWS Console: Open the AWS Management Console. Navigate to IAM: Go to the Identity and Access Management (IAM) service. Create User: Click on Users > Add Users. Enter a username, ...167 readsbankapp
Mayuresh Patilmayureshpatildevops.hashnode.dev·Jan 18, 2025Devops IntroductionStarting My Journey in DevOps Day 1 of #90DaysOfDevOps Challenge, lead by Shubham Londhe Embarking on the journey of DevOps is a transformative experience for individuals and organizations alike. DevOps has revolutionized the way software development...1 likeDevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 17, 2025Deploying a Node.js Application on AWS ECS Fargate: A Step-by-Step GuideThis guide demonstrates two approaches to deploy a Node.js todo application on AWS ECS Fargate: using AWS CLI and Terraform. Both methods will help you containerize and deploy your application in a serverless infrastructure. Prerequisites AWS Accoun...#90daysofdevops
Amitabh soniforamitabhdevops.hashnode.dev·Jan 17, 2025Day-22 of #90DaysOfDevOpsGetting Started with Jenkins Tasks Completed On Day-22 of my DevOps journey, I explored Jenkins, one of the most powerful CI/CD tools, and worked on creating a Freestyle pipeline to automate simple tasks. Below are the detailed solutions to the tasks...Devops
Sagar Ghargemastering-git-with-key-commands.hashnode.dev·Jan 16, 2025Mastering Git with Key CommandsBlog: Mastering Git with Key Commands Git is a powerful, free, and open-source distributed version control system that simplifies collaboration and version management. Here’s a concise guide to mastering Git with the most essential commands and featu...TrainWithShubham
Amitabh soniforamitabhdevops.hashnode.dev·Jan 13, 2025Day-21 of #90DaysOfDevOpsDocker Interview Questions for Freshers Docker is an essential tool for DevOps professionals, and its prominence makes it a frequent topic in interviews. This blog presents 24 vital Docker interview questions with concise answers to help you prepare ...Devops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 13, 2025Hosting a Static Website on AWS S3: A Detailed Step-by-Step GuideIntroduction In this guide, I'll walk you through the process of hosting a static website using Amazon S3 (Simple Storage Service). By following these steps, you'll learn how to create a public S3 bucket, configure it for web hosting, and make your w...#90daysofdevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 12, 2025Complete Guide: Setting Up Jenkins CI/CD Pipeline with Master-Agent ArchitectureIntroduction This guide is divided into two main parts: Part 1: Setting up Jenkins master node and deploying the application Part 2: Configuring a Jenkins agent node and migrating the deployment Prerequisites AWS account with EC2 access Basic u...#90daysofdevops