AWS EKS Explained in simple words

Amazon EKS is a managed service that makes it easy for you to run Kubernetes on AWS without installing and operating your own Kubernetes control plane or worker nodes. Kubernetes is an open-source container orchestration system allowing you to deploy and manage containerized applications at scale. However, what exactly are EKS, Kubernetes and Containers? Today’s […]
AWS IAM Explained in simple words

Imagine you’re going at the movie theater. Once you’ve purchased your ticket, you’ll encounter a security guard at the entrance. This guard scrutinizes your ticket and determines who gains entry, which halls they can access, and where they’re permitted to sit. This scenario mirrors how AWS IAM, or Identity and Access Management, operates within the […]
AWS ELB explained in simple words

Elastic Load Balancing Distribute network traffic to improve application scalability. Imagine you own a very popular taco shop in town. One night, a huge crowd shows up, all wanting your delicious tacos at the same time. If you had only one cook, that cook would get overwhelmed, orders would get delayed, and customers would get […]
AWS EBS explained in simple words

Elastic Block Store (EBS) is a service that provides block-level storage volumes for use with EC2 instances. It allows you to create persistent storage volumes that can be attached to EC2 instances AWS Services explained in simple terms for beginners. Today’s focus is on EBS. Imagine you have a storage locker in your garage where you […]
AWS VPC explained in simple words

Amazon Virtual Private Cloud (Amazon VPC) is one of the most used service provided by AWS, that allows users to create a virtual network environment in the cloud. With Amazon VPC, users can define their own virtual network topology, including IP address ranges, subnets, route tables, and network gateways. Amazon VPC explained in simple words. […]
Azure DevOps Explained

“Devs are from Venus. Ops are from Mars” Steve Gaines Azure DevOps is a cloud-based set of services and tools for managing the software development lifecycle, including planning, development, testing, and deployment. It provides a comprehensive suite of services to help teams plan, build, test, and deploy applications more efficiently and effectively. Here are the […]