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...Discuss·34 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{ ...DiscussDevOpsTrainWithShubham
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 ...DiscussDevOpsTrainWithShubham
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...DiscussAWS 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 ...DiscussAWS 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...Discuss·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...DiscussAWS 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...DiscussDevOpsTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 18, 2024AWS Certification Made Easy: Follow These 5 StepsEarning Amazon Web Services (AWS) certifications is a sought-after goal for many IT professionals, marking a significant milestone in their career journey within the cloud computing domain. AWS, a leader in cloud services, offers a wide range of cert...Discuss·2 likes·29 readsAWS CloudTrainWithShubham
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 17, 2024Install a Kubernetes Cluster on CentOS 9Introduction Hey there, fellow tech enthusiasts! Are you ready to dive into the world of Kubernetes on Red Hat Enterprise Linux 9 or CentOS 9? Strap in, because we’re about to embark on an exciting journey of setting up your very own Kubernetes clust...Discuss·1 like·33 readsDevOpsDevops