Nikunj Vaishnavdevcloudjourney.hashnode.dev·Dec 29, 2024Git Architecture, Git and Github Interview QuestionGit is a distributed version control system used for tracking changes in source code during software development. It allows multiple developers to work on a project simultaneously, coordinating their contributions without overwriting each other’s wor...2 likesDevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Dec 1, 2024Difference between Security group and Network control access list (NACL)Comparison: VPC Security Group vs NACL in AWS. Security Group is the firewall of EC2 Instances Network ACL is the firewall of the VPC Subnets Key Differences: Security group vs NACL Scope: Subnet or Instance (where to apply) Security Groups operate ...AWS Clouddevcloudjourney
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 17, 2024IAM Interview Questions and Answers1. What is AWS Identity and Access Management (IAM)? IAM is Identity and Access Management Service, provided by AWS . It is Global Service. It helps you securely control access to AWS resources AWS IAM is a service that allows you to manage users, gr...36 readsAWS CloudIITroorkee
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 16, 2024Complete Jenkins CI/CD Project - Continued with DocumentationWanderlust Three Tier Application Containerization Deploying a MERN Stack Project Using Dockerfile and Docker-Compose with Jenkins Job Pipeline Trigger from Master on Agents node. Pipeline Script pipeline { agent{ node{ ...31 readsDevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Nov 8, 2024Diving into Docker: Create Your First ContainerSet Up Your Environment: Before diving into Docker, you must set up your environment. Follow these steps based on your operating system: Install Docker: Download Docker Desktop from the official website. Linux: Installation methods vary based on the ...DevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 24, 2024Best CI/CD Tools for AWS Cloud You Should KnowIn today's fast-paced software development environment, Continuous Integration and Continuous Deployment (CI/CD) have become essential for delivering high-quality software at speed. Amazon Web Services (AWS) offers a variety of tools to facilitate th...AWS CloudDevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 23, 2024Understanding Different Types of Storage in AWS CloudThe battle between Hard Disk Drives (HDDs) and Solid State Drives (SSDs) is one of capacity versus speed. HDDs, with their mechanical components, offer vast amounts of storage at a lower cost, making them suitable for data-intensive applications not ...AWS CloudAWS
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 22, 2024What is AWS Lambda? Everything You Need to KnowWhat is AWS Lambda? AWS Lambda is a serverless computing service provided by Amazon Web Services. It lets you run code in response to events such as changes to data in an Amazon S3 bucket or updates to a DynamoDB table. With Lambda you only pay for t...2 likesAWS CloudTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 21, 2024How to Use AWS Identity and Access ManagementIntroduction Welcome to our AWS journey! Today we'll dive into AWS Identity and Access Management (IAM) a critical service for managing access and permissions securely in AWS. Understanding IAM is essential for protecting your AWS resources and ensur...AWS CloudAWS
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 20, 2024Top 10 AWS cloud services used by DevOps engineerThese AWS services form the backbone of many DevOps practices, enabling continuous integration, continuous deployment, infrastructure as code, and robust monitoring and management capabilities. By leveraging these tools, DevOps engineers can automate...DevOpsTrainWithShubham