Amazon Web Services Glossary

The world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally.

237 Terms
Beginner Friendly
Real Examples

237 Amazon Web Services Terms

Cloud Provider

basic

Companies that own massive computer centers and rent out computing power. Think of them as tech landlords.

Example: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud are the biggest cloud providers....

Hyperscaler

intermediate

A hyperscaler is one of the world's largest cloud computing providers — companies that operate at an extraordinary scale with millions of servers, hundreds of data centers, and global infrastructure capable of serving billions of users simultaneously. The term refers to organizations that have built their own massive, global-scale computing platforms and offer them as public cloud services. Hyperscalers are distinguished by their ability to rapidly scale infrastructure up or down on demand, their global geographic reach across every continent, and their enormous investment in proprietary hardware, networking, and software. They provide the full spectrum of cloud services including compute, storage, databases, AI/ML, networking, and developer tools.

Example: AWS (Amazon Web Services), Microsoft Azure, Google Cloud Platform (GCP), and Oracle Cloud Infrastruc...

AWS

basic

Amazon Web Services - Amazon's cloud computing platform that provides over 200 different services. Like a massive digital toolbox for building online applications.

Example: Many companies use AWS to host their websites and store their data instead of buying their own serve...

EC2

basic

Elastic Compute Cloud - Amazon's service for renting virtual computers in the cloud. Like renting a computer by the hour instead of buying one.

Example: A startup uses EC2 instances to run their website, paying only for the computing power they actually...

S3

basic

Simple Storage Service - Amazon's service for storing files in the cloud. Like having an unlimited digital storage unit that you can access from anywhere.

Example: A photo sharing app stores all user photos in S3 so they're always available and automatically backe...

Lambda

intermediate

AWS's serverless computing service that runs your code without managing servers. Like having a helper who appears whenever you need them to do a specific task. The cross-cloud equivalents are Azure Functions (Azure), Cloud Functions / Cloud Run (GCP), and Oracle Functions (OCI).

Example: An e-commerce site uses Lambda to send confirmation emails whenever someone makes a purchase....

Amazon Kendra

intermediate

AWS's intelligent enterprise search service powered by machine learning. Like having a super-smart librarian who understands what you're looking for and finds the most relevant documents instantly.

Example: A law firm uses Amazon Kendra to search through millions of legal documents using natural language q...

VPC

intermediate

Virtual Private Cloud - An isolated, private network within a public cloud provider where you control IP addressing, subnets, routing, and security. Available as AWS VPC, Azure Virtual Network (VNet), Google Cloud VPC Network, and Oracle Cloud VCN. Like having your own secure, private neighborhood within a large city.

Example: A financial services company creates a VPC with public subnets for web servers and private subnets f...

AI Accelerator

advanced

Specialized hardware designed to speed up AI and machine learning workloads by optimizing specific AI operations. Like having custom tools built specifically for AI tasks.

Example: Cloud providers offer AI accelerators like AWS Inferentia and Azure's custom chips to run AI models ...

Hyperparameter Tuning

advanced

Optimizing the settings and configurations of a machine learning model to improve its performance. Like fine-tuning a recipe by adjusting cooking temperature and time for the best results.

Example: Data scientists tune hyperparameters like learning rate and number of layers to make their neural ne...

Experiment Tracking

intermediate

Recording and comparing different machine learning experiments, including their configurations, metrics, and results. Like keeping a detailed lab notebook to track all your scientific experiments.

Example: MLflow tracks every model training run, recording which parameters were used and how accurate each m...

Network Load Balancer

advanced

AWS's ultra-high performance Layer 4 load balancer that handles millions of requests per second with ultra-low latency. Like an express highway toll plaza that processes cars at lightning speed.

Example: A gaming company uses Network Load Balancer to handle millions of player connections with minimal la...

Application Load Balancer

advanced

AWS's Layer 7 load balancer that routes traffic based on application content like URL paths, host headers, and HTTP methods. Like an intelligent dispatcher who reads each request and sends it to the best specialist.

Example: An e-commerce site uses Application Load Balancer to route /products to product servers, /checkout t...

Transit Gateway

advanced

AWS networking hub that connects multiple networks together through a central point. Like a major highway interchange where all roads meet - instead of building direct connections between every city, you build one central hub.

Example: A large company uses Transit Gateway to connect 50 different VPCs across multiple regions, simplifyi...

Direct Connect

advanced

AWS service that creates a dedicated, private network connection from your office or data center directly to AWS. Like having a private highway built just for your company's traffic, bypassing the public internet entirely.

Example: A financial firm uses Direct Connect to transfer sensitive trading data between their data center an...

Cloud VPN Gateway

intermediate

Google Cloud service that creates secure VPN connections between your on-premises network and your Google Cloud VPC. Like creating a secure, encrypted highway tunnel that connects two separate cities.

Example: A retail chain uses Cloud VPN Gateway to securely connect their store systems to inventory managemen...

Serverless Computing

intermediate

Running code without managing servers yourself - the cloud provider handles all the server management. Like ordering takeout instead of cooking at home.

Example: AWS Lambda runs your code only when needed and you only pay for the time it actually runs, without m...

Public Cloud

basic

Cloud services available over the internet to anyone who wants to use them, shared among multiple organizations. Like renting an apartment in a building where multiple tenants share infrastructure.

Example: AWS, Microsoft Azure, and Google Cloud are public clouds where thousands of companies rent computing...

Private Cloud

intermediate

Cloud infrastructure dedicated exclusively to one organization, offering more control and security. Like owning your own private building instead of renting shared space.

Example: A hospital runs its own private cloud data center to maintain complete control over sensitive patien...

Cloud Bursting

advanced

Temporarily shifting workloads from private cloud to public cloud during peak demand periods. Like a restaurant opening an outdoor patio when they're too busy to handle customers inside.

Example: An e-commerce site runs on its private servers normally, but automatically bursts to AWS during Blac...

ECS

intermediate

Elastic Container Service - AWS service for running Docker containers without managing servers. Like having someone else manage your shipping containers while you focus on what's inside them.

Example: A company uses ECS to run their web application containers, automatically scaling up during busy per...

EKS

advanced

Elastic Kubernetes Service - AWS managed Kubernetes service that handles the complexity of running Kubernetes clusters. Like having a professional orchestra conductor manage your musicians.

Example: A startup uses EKS to deploy their microservices without worrying about Kubernetes cluster managemen...

Fargate

intermediate

AWS serverless container platform - run containers without managing servers or clusters. Like ordering takeout without needing to know how the kitchen works.

Example: A development team uses Fargate to run their application containers, paying only for the compute tim...

Elastic Beanstalk

basic

AWS platform service that handles deployment and management of web applications. Like having a personal assistant handle all the technical setup while you focus on your code.

Example: A developer uploads their Java application to Elastic Beanstalk and AWS automatically handles server...

Auto Scaling

intermediate

Automatically adjusting the number of servers based on demand. Like a restaurant that opens more tables during busy hours and closes them when it's quiet.

Example: During Black Friday, Auto Scaling automatically adds more EC2 instances to handle increased website ...

EBS

intermediate

Elastic Block Store - AWS persistent storage that attaches to EC2 instances. Like having a dedicated hard drive that you can unplug from one computer and plug into another.

Example: A database server uses EBS volumes to store data that persists even if the server needs to be replac...

EFS

intermediate

Elastic File System - AWS shared file storage that multiple servers can access simultaneously. Like a shared network drive that all computers in an office can access.

Example: Multiple web servers use EFS to share website files, ensuring all servers have the same content....

Glacier

intermediate

AWS long-term archival storage service for data you rarely access. Like putting old documents in a warehouse - cheaper to store but takes time to retrieve.

Example: A company stores old employee records in Glacier for compliance, accessing them only when legally re...

RDS

intermediate

Relational Database Service - AWS managed database service that handles maintenance, backups, and scaling. Like having a database administrator without hiring one.

Example: An e-commerce site uses RDS for their product catalog database, with AWS handling all backups and up...

DynamoDB

intermediate

AWS NoSQL database service that scales automatically and provides fast performance. Like a super-fast filing system that can handle millions of requests per second.

Example: A gaming app uses DynamoDB to store player scores and achievements, handling millions of players sim...

Aurora

advanced

AWS high-performance database that's compatible with MySQL and PostgreSQL but up to 5x faster. Like a race car version of a regular car - same controls, much better performance.

Example: A financial trading platform uses Aurora to handle thousands of transactions per second with ultra-l...

Redshift

advanced

AWS data warehouse service for analyzing large amounts of data quickly. Like having a super-powerful calculator designed specifically for big data problems.

Example: A retail company uses Redshift to analyze years of sales data to identify trends and optimize invent...

CloudFront

intermediate

AWS Content Delivery Network that delivers content from locations closest to users. Like having copies of your store in every neighborhood so customers don't have to travel far.

Example: A streaming service uses CloudFront to deliver videos faster by serving them from servers closest to...

Route 53

intermediate

AWS DNS service that routes internet traffic to your applications. Like a phone book that directs people to the right phone number when they call your business.

Example: When someone types 'example.com' in their browser, Route 53 directs them to the correct server hosti...

Elastic Load Balancer

intermediate

AWS service that distributes incoming traffic across multiple servers to prevent overload. Like a traffic cop directing cars to different lanes to avoid congestion.

Example: An online shopping site uses Elastic Load Balancer to spread customer requests across multiple serve...

Internet Gateway

intermediate

A networking component that enables resources in a virtual network to communicate with the internet. Available as AWS Internet Gateway, Azure Internet routing, and implicit in GCP VPC networks. Like the main entrance of a building connecting inside to outside.

Example: Web servers in a public subnet use an Internet Gateway to serve websites to users on the internet wh...

NAT Gateway

advanced

Network Address Translation Gateway - enables private subnet resources to access the internet for outbound traffic while blocking inbound connections. Available as AWS NAT Gateway, Azure NAT Gateway, GCP Cloud NAT, and OCI NAT Gateway. Like a secure mailroom that sends packages out but rejects unsolicited deliveries.

Example: Database servers in private subnets use a NAT Gateway to download security patches and call external...

Route Table

intermediate

A set of rules (called routes) that determine where network traffic from subnets or gateways is directed. Each route specifies a destination (IP range) and a target (gateway, network interface, or connection). Available as AWS VPC Route Tables, Azure Route Tables (UDR), GCP VPC Routes, and OCI VCN Route Tables. Like a road sign system that tells cars which highway exit to take based on their destination.

Example: A VPC route table sends internet-bound traffic (0.0.0.0/0) to an Internet Gateway for public subnets...

CloudWatch

intermediate

AWS monitoring service that collects and tracks metrics, logs, and events from your applications and infrastructure. Like a security camera system that watches everything and alerts you when something unusual happens.

Example: CloudWatch monitors CPU usage on EC2 instances and automatically sends alerts when usage exceeds 80%...

CloudTrail

intermediate

AWS service that records all API calls made in your account for security and compliance. Like a detailed security log that tracks who did what and when.

Example: Security teams use CloudTrail to investigate suspicious activity by seeing exactly which actions wer...

IAM

intermediate

Identity and Access Management - AWS service that controls who can access what resources. Like a bouncer at a club who checks IDs and decides who can enter which areas.

Example: IAM policies ensure that developers can only access development resources, not production databases....

CloudFormation

advanced

AWS Infrastructure as Code service that lets you define your infrastructure using templates. Like having blueprints that can automatically build identical buildings.

Example: A company uses CloudFormation templates to create identical development, staging, and production env...

CodeCommit

basic

AWS managed Git repository service for storing and versioning code. Like a secure digital filing cabinet for your code that tracks every change.

Example: A development team uses CodeCommit to store their application code and collaborate on features....

CodePipeline

advanced

AWS continuous integration and deployment service that automates your software release process. Like a factory assembly line for code that automatically tests and deploys changes.

Example: When developers push code changes, CodePipeline automatically runs tests and deploys successful buil...

CodeBuild

intermediate

AWS service that compiles source code, runs tests, and produces software packages. Like having a dedicated worker that takes raw materials and creates finished products.

Example: CodeBuild automatically compiles Java applications and runs unit tests whenever new code is committe...

Key Vault

intermediate

Azure service for securely storing and managing sensitive information like passwords, certificates, and encryption keys. Like a bank safety deposit box for your digital secrets.

Example: Applications retrieve database passwords from Key Vault instead of storing them in code files....

SageMaker

advanced

AWS machine learning platform that helps data scientists and developers build, train, and deploy ML models. Like having a complete AI laboratory with all the tools and infrastructure ready to use.

Example: A retail company uses SageMaker to build a recommendation engine that suggests products based on cus...

Rekognition

intermediate

AWS image and video analysis service powered by machine learning. Like having a super-smart assistant that can instantly identify what's in photos and videos.

Example: A social media app uses Rekognition to automatically tag friends in uploaded photos....

Comprehend

intermediate

AWS natural language processing service that analyzes text for insights and relationships. Like having a literary expert who can instantly understand the meaning and sentiment of any text.

Example: Customer service teams use Comprehend to analyze support tickets and automatically categorize urgent...

Lex

advanced

AWS service for building conversational chatbots and voice assistants. Like having the technology behind Alexa available for your own applications.

Example: A bank creates a chatbot using Lex that helps customers check account balances and transfer money....

Logic Apps

intermediate

Azure's low-code workflow automation service for integrating apps, data, and services. Like having a digital assistant that can connect different software tools and make them work together. It is Azure's equivalent of AWS Step Functions for visual, low-code orchestration.

Example: A company uses Logic Apps to automatically save email attachments to SharePoint and notify the team ...

Bastion Host

intermediate

A secure computer that acts as a gateway for accessing private servers that aren't exposed to the internet. Like a security checkpoint at a building entrance - you must go through it to reach the protected areas inside.

Example: Instead of giving your database server a public IP address, you connect to a Bastion Host first, the...

DHCP

intermediate

Dynamic Host Configuration Protocol - automatically assigns IP addresses to devices on a network. Like having an automated reception desk that gives each visitor a temporary ID badge.

Example: When you connect to WiFi, DHCP automatically gives your device an IP address so it can communicate o...

OAuth

intermediate

Open Authorization - standard for secure API access without sharing passwords. Like giving a valet key that only works for parking, not accessing your glove compartment.

Example: When you log into Spotify using your Facebook account, OAuth allows Spotify access without seeing yo...

JWT

intermediate

JSON Web Token - secure way to transmit information between parties as digitally signed tokens. Like having a tamper-proof ID card that proves who you are.

Example: Web applications use JWT tokens to verify user identity without repeatedly asking for passwords....

SSO

intermediate

Single Sign-On - authentication system that allows users to log in once and access multiple applications. Like having a master key for all doors in a building.

Example: Google SSO lets you access Gmail, Drive, and YouTube with one login instead of separate passwords fo...

Multi-Cloud

advanced

Using services from multiple cloud providers to avoid vendor lock-in and optimize performance. Like shopping at different stores to get the best deals and products.

Example: A company uses AWS for compute, Google Cloud for analytics, and Azure for Office 365 integration....

Ansible

advanced

Automation platform for configuration management, application deployment, and task automation. Like having a universal remote control for managing all your servers.

Example: System administrators use Ansible to install software updates across hundreds of servers simultaneou...

Grafana

intermediate

Open-source platform for monitoring and observability with customizable dashboards. Like having a mission control center with screens showing the health of all your systems.

Example: Teams use Grafana dashboards to visualize server performance, application metrics, and business KPIs...

SNS

intermediate

Simple Notification Service - AWS messaging service for sending notifications to multiple subscribers. Like a broadcast system that can simultaneously send messages to phones, emails, and other applications.

Example: An e-commerce site uses SNS to notify customers via SMS and email when their orders ship....

SQS

intermediate

Simple Queue Service - AWS message queuing service for decoupling application components. Like a digital post office where applications can leave messages for each other.

Example: A photo processing application uses SQS to queue image processing tasks that worker servers pick up ...

EventBridge

intermediate

AWS serverless event bus service for connecting applications using events. Like a central message router that delivers events to the right destinations.

Example: When a customer places an order, EventBridge routes the event to inventory, shipping, and billing sy...

Step Functions

advanced

AWS service for coordinating multiple AWS services into serverless workflows using visual state machines. Like a conductor orchestrating different musicians to play a symphony together. The cross-cloud equivalents are Azure Logic Apps / Durable Functions (Azure), Cloud Workflows (GCP), and OCI Process Automation (OCI).

Example: An order processing workflow uses Step Functions to coordinate payment, inventory check, and shippin...

Kinesis

advanced

AWS platform for real-time data streaming and analytics. Like a high-speed conveyor belt for processing millions of data records per second.

Example: A social media platform uses Kinesis to analyze millions of user interactions in real-time for trend...

Athena

intermediate

AWS interactive query service for analyzing data in S3 using SQL. Like having a powerful search engine that can instantly find answers in massive amounts of stored data.

Example: Data analysts use Athena to query terabytes of log files stored in S3 without setting up any infrast...

Glue

advanced

AWS fully managed ETL service for preparing data for analytics. Like having a data processing factory that automatically cleans and organizes raw data.

Example: Companies use Glue to automatically transform and catalog data from multiple sources for business in...

EMR

advanced

Elastic MapReduce - AWS big data platform using open source tools like Apache Spark and Hadoop. Like renting a supercomputer cluster specifically designed for processing massive datasets.

Example: A genomics research company uses EMR to process DNA sequencing data that would take months on regula...

CNCF

intermediate

Cloud Native Computing Foundation - organization that promotes cloud-native technologies and open source projects. Like a governing body that sets standards for modern cloud applications.

Example: Kubernetes, Prometheus, and many other popular cloud tools are CNCF projects with community governan...

IoT Core

intermediate

AWS managed service for securely connecting IoT devices to the cloud, with features for device authentication, message routing, and device shadow state management. Like a central command center that manages billions of device connections and routes their messages to appropriate cloud services.

Example: A smart home company uses IoT Core to connect millions of thermostats and security cameras, routing ...

Greengrass

advanced

AWS IoT Edge runtime that extends cloud capabilities to local devices, enabling them to act locally on data while still using the cloud for management and analytics. Like having a local manager at each location who can make immediate decisions while still reporting to headquarters.

Example: Manufacturing plants use Greengrass to process sensor data locally for real-time quality control, wh...

Cloud Functions

intermediate

Google Cloud's serverless compute service that runs code in response to events. Like having helpers that automatically spring into action when specific things happen. It is GCP's equivalent of AWS Lambda for event-driven serverless functions.

Example: When users upload photos to Google Storage, Cloud Functions automatically creates thumbnails and met...

Cloud Run

intermediate

Google Cloud's serverless platform for running containerized applications that scales automatically, including to zero. Like having a hosting service that adjusts resources based on demand. Alongside Cloud Functions, it serves as GCP's equivalent of AWS Lambda for flexible serverless compute.

Example: A web application runs on Cloud Run and automatically scales from zero to thousands of users without...

Cloud Workflows

advanced

Google Cloud's serverless workflow orchestration service for connecting and automating cloud services using HTTP-based state machines. Like a traffic controller directing requests between services in a defined sequence. It is GCP's equivalent of AWS Step Functions.

Example: A payment processing pipeline uses Cloud Workflows to call a fraud-detection API, charge a card, upd...

Dataproc

advanced

Google Cloud's managed Apache Spark and Hadoop service for big data processing. Like renting a supercomputer cluster that's pre-configured for data analysis.

Example: Research institutions use Dataproc to process climate modeling data that requires massive computatio...

HIPAA

intermediate

Health Insurance Portability and Accountability Act - US law protecting medical information privacy. Like having special locks on medical records to ensure patient privacy.

Example: Healthcare applications must implement HIPAA-compliant security measures to protect patient data in ...

SOC 2

advanced

Service Organization Control 2 - auditing standard for security, availability, and confidentiality of customer data. Like having a security inspection certificate for cloud services.

Example: Cloud providers obtain SOC 2 compliance to prove they meet industry security standards for handling ...

CDK

advanced

Cloud Development Kit - framework for defining cloud infrastructure using familiar programming languages. Like writing cloud infrastructure using the same code you use for applications.

Example: Developers use AWS CDK to define their cloud infrastructure using Python or TypeScript instead of YA...

ElastiCache

intermediate

AWS in-memory caching service for improving application performance. Like having a high-speed memory bank that stores frequently accessed data.

Example: E-commerce sites use ElastiCache to store shopping cart data and frequently viewed product informati...

AWS Config

advanced

AWS service for monitoring and evaluating AWS resource configurations. Like having an audit system that tracks all changes to your cloud infrastructure.

Example: Compliance teams use AWS Config to ensure all S3 buckets follow security policies and detect unautho...

Systems Manager

intermediate

AWS service for managing and configuring Amazon EC2 instances and on-premises servers. Like having a universal remote control for all your servers.

Example: IT teams use Systems Manager to install security patches across hundreds of servers simultaneously....

YAML

basic

Yet Another Markup Language - human-readable data serialization standard. Like a simple format for writing configuration files that both humans and computers can easily understand.

Example: DevOps teams write Kubernetes deployment configurations in YAML format because it's easy to read and...

CORS

intermediate

Cross-Origin Resource Sharing - mechanism that allows web pages to access resources from other domains. Like having permission slips that allow websites to share resources safely.

Example: Web applications configure CORS to allow their frontend to communicate with APIs hosted on different...

Zone Redundancy

intermediate

Replicating data across multiple availability zones within a region to protect against data center failures. Like storing important documents in different buildings across town.

Example: AWS S3 Standard automatically replicates data across at least 3 availability zones to survive entire...

Kanban

basic

Visual workflow management method for tracking work progress. Like having a board with columns showing what needs to be done, what's in progress, and what's completed.

Example: Support teams use Kanban boards to track customer issues from 'New' to 'In Progress' to 'Resolved' c...

CloudWatch Logs

intermediate

AWS service for monitoring, storing, and accessing log files from EC2 instances and other AWS services. Like having a centralized filing system for all system messages and errors.

Example: DevOps teams use CloudWatch Logs to troubleshoot application issues by searching through millions of...

Parameter Store

intermediate

AWS service for securely storing and managing configuration data and secrets. Like a secure vault specifically designed for application settings and passwords.

Example: Applications retrieve database connection strings from Parameter Store instead of hardcoding them in...

Secrets Manager

intermediate

AWS service for managing, retrieving, and rotating database credentials, API keys, and other secrets. Like having an automated security system that changes locks regularly.

Example: Production applications use Secrets Manager to automatically rotate database passwords without downt...

AWS Organizations

advanced

AWS service for centrally managing multiple AWS accounts. Like having a corporate headquarters that manages all branch offices with consistent policies.

Example: Large enterprises use AWS Organizations to apply security policies and manage billing across hundred...

Control Tower

advanced

AWS service for setting up and governing secure, multi-account AWS environments. Like having an automated system that sets up new offices with all security and compliance measures in place.

Example: Organizations use Control Tower to quickly establish new AWS accounts with pre-configured security g...

Encryption at Rest

intermediate

Protecting stored data by encrypting it while it sits on storage devices. Like keeping sensitive documents in a locked safe when they're not being used.

Example: Healthcare organizations use encryption at rest to protect patient data stored in databases and back...

Active-Active

intermediate

Architecture where multiple systems run simultaneously and share the workload. Like having two engines powering one plane at the same time.

Example: Global websites use active-active configurations across multiple regions so if one data center fails...

DataBrew

intermediate

AWS visual data preparation service for cleaning and normalizing data without writing code. Like having a smart assistant that automatically organizes messy spreadsheets.

Example: Data analysts use DataBrew to clean customer data from multiple sources, removing duplicates and fix...

Translate

basic

AWS neural machine translation service for real-time language translation. Like having a universal translator that instantly converts text between languages.

Example: Global e-commerce sites use Translate to automatically convert product descriptions into customers' ...

Polly

basic

AWS text-to-speech service that turns written text into lifelike spoken audio. Like having a professional narrator that can read any text in different voices.

Example: Educational apps use Polly to read textbook content aloud to students with visual impairments or lea...

Transcribe

basic

AWS speech-to-text service that converts audio to accurate text transcriptions. Like having a professional transcriptionist that never gets tired.

Example: Journalists use Transcribe to convert recorded interviews into text documents for easier editing and...

Textract

intermediate

AWS service that extracts text and data from documents using machine learning. Like having an AI assistant that can read and understand any document format.

Example: Insurance companies use Textract to automatically extract information from claim forms and medical r...

Bedrock

advanced

AWS service for building generative AI applications using foundation models from leading AI companies. Like having access to the most advanced AI brains for your applications.

Example: Content creators use Bedrock to generate marketing copy, product descriptions, and creative content ...

GuardDuty

intermediate

AWS intelligent threat detection service that continuously monitors for malicious activity. Like having a 24/7 security guard that never sleeps and recognizes suspicious behavior.

Example: Companies use GuardDuty to automatically detect cryptocurrency mining attacks and unauthorized acces...

Security Hub

intermediate

AWS unified security dashboard that aggregates security alerts from multiple services. Like having a central command center that shows all security issues in one place.

Example: Security teams use Security Hub to get a complete view of their security posture across all AWS serv...

ECR

intermediate

Elastic Container Registry - AWS service for storing and managing Docker container images. Like having a secure warehouse for your containerized applications.

Example: Development teams use ECR to store different versions of their application containers and deploy the...

QuickSight

intermediate

AWS cloud-native business intelligence service for creating interactive dashboards and visualizations from data. Like having a smart data artist that turns raw numbers into beautiful, interactive charts anyone can understand.

Example: Marketing teams use QuickSight to create real-time dashboards showing campaign performance, customer...

Power BI

intermediate

Microsoft's business intelligence platform for creating interactive reports and dashboards with powerful data analysis capabilities. Like having a professional data storyteller that transforms complex data into compelling visual narratives.

Example: Sales executives use Power BI to create executive dashboards that pull data from CRM, finance, and o...

Cloud NAT

intermediate

Google Cloud's managed network address translation service that allows private instances to access the internet without exposing them to incoming connections. Like having a secure one-way door that lets your private servers reach out to the internet while keeping them hidden from outside traffic.

Example: Cloud Functions in a private VPC use Cloud NAT to download dependencies and call external APIs while...

Cloud Logging

intermediate

Google Cloud's centralized logging service that collects, stores, and analyzes logs from all your applications and infrastructure. Like having a detailed diary that automatically records everything happening across your cloud environment.

Example: When a Cloud Function fails, Cloud Logging captures the error details, stack traces, and timing info...

Security Command Center

intermediate

Google Cloud's security and risk management platform that provides centralized visibility into your cloud assets, vulnerabilities, and threats. Like having a security control room that monitors your entire cloud environment for potential risks and compliance issues.

Example: A financial services company uses Security Command Center to continuously scan for misconfigurations...

Natural Language AI

intermediate

Google's service for understanding and analyzing human language. Like having an AI that can read and comprehend text with human-like understanding.

Example: News organizations use Natural Language AI to automatically categorize articles and extract key topi...

Compute Instance

basic

Oracle's virtual machine service providing scalable compute resources. Like renting a powerful computer in Oracle's data center that you can configure for any workload.

Example: Enterprises use OCI Compute Instances to run Oracle databases and enterprise applications in the clo...

Document Understanding

intermediate

Oracle's AI service for extracting text, tables, and key information from documents. Like having an AI assistant that can read and understand any document format.

Example: Insurance companies use Document Understanding to automatically process claims forms and medical rec...

OCI Speech

basic

Oracle's service for converting speech to text and text to speech. Like having a universal translator between spoken words and written text.

Example: Accessibility applications use OCI Speech to provide voice control for users with mobility limitatio...

Amazon Connect

intermediate

AWS's cloud-based contact center service that enables businesses to provide customer service across voice, chat, and tasks with omnichannel support. Like having a complete call center in the cloud without needing physical infrastructure or expensive equipment.

Example: A startup can use Amazon Connect to handle customer support calls and chats without building a tradi...

Dialogflow CX

intermediate

Google's enterprise-grade conversational AI platform for building complex chatbots and virtual agents with advanced conversation flows and natural language understanding. Like creating sophisticated customer service bots that can handle multi-turn conversations.

Example: A bank uses Dialogflow CX to build a virtual assistant that helps customers check balances, transfer...

VPC Network

intermediate

Google Cloud's implementation of Virtual Private Cloud, providing global-by-default networking that spans all regions. Unlike AWS VPCs which are regional, GCP VPC Networks can have subnets in different regions within the same network. Equivalent to AWS VPC, Azure VNet, and OCI VCN.

Example: A VPC Network in Google Cloud connects Compute Engine instances in us-east1 and europe-west1 within ...

Compute Engine

intermediate

Google Cloud's virtual machine service that provides scalable, high-performance virtual machines.

Example: You can run a web server on Compute Engine instances with custom CPU and memory configurations....

API Management

intermediate

A service that helps organizations publish, secure, and monitor APIs in a centralized platform.

Example: API Management allows you to control who can access your APIs and monitor usage patterns....

Key Management Service

advanced

Secure service for creating, storing, and managing cryptographic keys used to encrypt and decrypt data in cloud applications.

Example: Key Management Service handles all the encryption keys for your application so you don't have to wor...

Secrets Management

intermediate

Secure storage and automatic rotation of sensitive information like passwords, API keys, certificates, and tokens used by applications.

Example: Secrets Management automatically rotates your database passwords every 30 days and updates all appli...

Search Service

intermediate

Managed service that provides full-text search capabilities, allowing applications to quickly find and retrieve relevant information from large datasets.

Example: Search Service powers the search bar on e-commerce websites, helping customers instantly find produc...

Blockchain

advanced

Distributed ledger technology that maintains a continuously growing list of records secured using cryptography, enabling decentralized applications.

Example: Blockchain technology powers cryptocurrencies and can track supply chain products from factory to st...

Website

basic

A collection of web pages accessible via the internet that contains information, images, videos, or other content. Like a digital brochure or magazine that anyone can visit.

Example: Amazon's website allows customers to browse products, read reviews, and make purchases online....

Search Engine

basic

A website that helps you find information on the internet by typing keywords. Like a librarian who can instantly find any book or information you need.

Example: Google, Bing, and Yahoo are search engines that help you find websites, images, and answers to quest...

Keywords

basic

Specific words or phrases you type into search engines to find information. Like asking for directions by naming the specific place you want to go.

Example: Typing 'best pizza near me' uses keywords to help search engines find local pizza restaurants....

Online Shopping

basic

Buying products and services over the internet instead of visiting physical stores. Like having access to every store in the world from your home.

Example: Amazon, eBay, and online grocery stores let you browse products, compare prices, and buy items with ...

Vendor Lock-in

intermediate

When you become dependent on a specific cloud provider's proprietary services and switching to another provider becomes difficult or expensive. Like building your house with custom parts that only work with one supplier.

Example: Using AWS-specific services like DynamoDB and Lambda heavily can create vendor lock-in, making it co...

Cloud Security

basic

Protection measures and technologies used to keep data and applications safe when stored or processed in the cloud. Like having professional security guards for your digital belongings.

Example: Cloud security includes encryption to protect your files and authentication to ensure only you can a...

IaaS

intermediate

Infrastructure as a Service - renting basic computing resources like servers and storage from cloud providers. Like leasing an empty warehouse where you bring your own equipment and setup.

Example: Amazon EC2 is IaaS where you rent virtual servers and configure them however you need, just like hav...

FaaS

advanced

Function as a Service - running individual code functions in the cloud without managing servers. Like hiring a specialist to perform one specific task only when needed.

Example: AWS Lambda is FaaS where you upload a function to resize images, and it runs automatically whenever ...

Infrastructure as Code

advanced

Managing and provisioning cloud infrastructure using code files instead of manual configuration. Like having a recipe that automatically builds your entire kitchen setup.

Example: Using Infrastructure as Code, you can recreate your entire cloud environment in minutes by running a...

Region

basic

A geographic location where cloud providers have data centers. Like different cities where a company has branch offices - you choose the one closest to your customers.

Example: AWS has regions like US East (Virginia), Europe (Ireland), and Asia Pacific (Tokyo), allowing you to...

Availability Zone

intermediate

Isolated data centers within a cloud region that provide backup and redundancy. Like having multiple bank branches in the same city - if one has problems, others keep working.

Example: AWS regions typically have 3-6 availability zones, so if one zone has a power outage, your applicati...

Object Storage

intermediate

Storage system that manages data as objects (files with metadata) rather than traditional file systems. Like a massive digital warehouse where each item has its own unique ID and description.

Example: Amazon S3 is object storage perfect for storing photos, videos, and backups where you access files b...

Block Storage

intermediate

Storage that divides data into fixed-size blocks, like a traditional hard drive. Like having a parking garage with numbered spaces - each space is the same size and has a specific address.

Example: AWS EBS provides block storage for databases and applications that need the performance of a local h...

Archive Storage

intermediate

Low-cost storage for data that's rarely accessed but must be kept long-term. Like a storage unit in the basement - cheap to keep things, but takes time to retrieve them.

Example: Hospitals use archive storage for old patient records that must be kept for legal reasons but are ra...

Subnet

intermediate

A subdivision of a virtual network that segments resources by IP range for security, organization, and routing control. Used across all cloud providers: AWS subnets within VPCs, Azure subnets within VNets, GCP subnets within VPC Networks, and OCI subnets within VCNs. Like dividing a building into floors with different access rules.

Example: A three-tier application uses public subnets for load balancers, private subnets for application ser...

SSL/TLS

intermediate

Secure Sockets Layer/Transport Layer Security - encryption protocols that secure data transmitted over the internet. Like putting your messages in a locked box before sending them through the mail.

Example: When you see 'https://' and a padlock in your browser, SSL/TLS is encrypting your connection to prot...

Reverse Proxy

advanced

A server that sits in front of web servers and forwards requests to them, providing load balancing and security. Like a receptionist who directs visitors to the right department.

Example: Nginx acts as a reverse proxy, distributing incoming website traffic across multiple servers and hid...

Compliance

intermediate

Meeting regulatory and industry standards for data security, privacy, and business practices. Like following building codes and safety regulations when constructing a building.

Example: Healthcare companies must maintain HIPAA compliance when storing patient data, ensuring proper encry...

Azure Pipelines

intermediate

Microsoft Azure's unified CI/CD platform that combines build execution and deployment orchestration in one YAML-based service. Like an all-in-one automation suite that handles everything from code compilation to production deployment.

Example: Azure Pipelines builds .NET applications, runs tests, and deploys to Azure App Service - all defined...

OCI DevOps Deployment Pipelines

advanced

Oracle Cloud's deployment orchestration service supporting automated deployments with rolling updates, blue-green strategies, and approval gates. Like a deployment coordinator that safely manages how new versions reach production.

Example: OCI Deployment Pipelines automate releases to OKE, Functions, or Compute instances with configurable...

Migration

intermediate

Moving applications, data, or infrastructure from one environment to another, such as from on-premises servers to the cloud or between cloud providers. Like relocating a business to a new building while keeping everything running.

Example: A company migrates its email system from on-premises Exchange servers to Microsoft 365 cloud, or mov...

Policy as Code

advanced

Practice of defining organizational policies, compliance rules, and governance as executable code that can be automatically enforced. Like having security rules and compliance requirements written as programs that check themselves automatically.

Example: Security teams use policy as code to automatically prevent deployment of resources that don't meet s...

SES

intermediate

Simple Email Service - AWS cloud-based email sending service for transactional and marketing emails. Like having a professional mail room that can send millions of emails reliably.

Example: A SaaS company uses SES to send password reset emails, account notifications, and weekly newsletters...

DMS

advanced

Database Migration Service - AWS service for migrating databases to the cloud with minimal downtime. Like hiring professional movers who can relocate your office while you keep working.

Example: A company uses DMS to migrate their on-premises Oracle database to Amazon RDS with continuous replic...

Secret Rotation

intermediate

Practice of regularly changing passwords, API keys, and other credentials to limit the damage from potential compromises. Like changing your locks regularly even if you haven't lost your keys.

Example: Database passwords are automatically rotated every 30 days using AWS Secrets Manager, with applicati...

Principle of Least Privilege

intermediate

Security concept where users and systems are given only the minimum access needed to perform their tasks. Like giving employees keys only to the rooms they need to do their jobs.

Example: A Lambda function that reads from S3 is given only s3:GetObject permission on the specific bucket it...

Blue Team

advanced

Security team responsible for defending against attacks and maintaining security operations. Like the security guards and systems protecting your building.

Example: The blue team monitors security alerts, patches vulnerabilities, and responds to incidents detected ...

Savings Plans

intermediate

Flexible pricing model offering discounts in exchange for consistent usage commitment, without being tied to specific instance types. Like a gym membership that works at any location in the chain.

Example: A company commits to $1000/hour of compute spending and gets 30% discounts across EC2, Fargate, and ...

Vector Database

advanced

Database optimized for storing and searching high-dimensional vectors, essential for AI applications like semantic search and recommendations. Like a library organized by meaning rather than alphabetically.

Example: A search engine uses a vector database to find documents similar in meaning to a query, even if they...

Embeddings

advanced

Numerical representations of data (text, images, audio) in high-dimensional space where similar items are close together. Like converting words into map coordinates where similar meanings are neighbors.

Example: OpenAI's embedding model converts 'king' and 'queen' to similar vectors, enabling AI to understand t...

Semantic Search

intermediate

Search approach that understands the meaning and context of queries rather than just matching keywords. Like having a librarian who understands what you're really looking for.

Example: Searching 'affordable family vacation spots with beaches' returns relevant results even without thos...

Token

intermediate

Basic unit of text that AI language models process, typically representing words, word parts, or punctuation. Like the individual puzzle pieces that make up text.

Example: The word 'unhappiness' might be split into three tokens: 'un', 'happi', and 'ness' by a language mod...

E-commerce

basic

Buying and selling goods or services over the internet using electronic transactions. Like a digital marketplace that's open 24/7 from anywhere in the world.

Example: Amazon is the world's largest e-commerce platform, handling millions of transactions daily for produ...

Security Standards

intermediate

Established guidelines and best practices for protecting computer systems, networks, and data from threats. Like building codes that ensure structures are safe and reliable.

Example: Companies follow security standards like ISO 27001 and SOC 2 to prove they handle customer data resp...

Data Sovereignty

intermediate

Legal requirements that data must be stored and processed within specific geographic boundaries, typically based on where users are located. Like laws requiring certain documents to stay within a country's borders.

Example: A healthcare app serving EU customers must store patient data in European data centers to comply wit...

Partitioning

advanced

Dividing a database table or dataset into smaller, more manageable pieces based on specific criteria like date ranges or geographic regions. Like organizing a large library by splitting books into different rooms based on subject.

Example: An e-commerce platform partitions its orders table by month, so queries for recent orders only scan ...

Continuous Integration

intermediate

A software development practice where developers frequently merge code changes into a shared repository, with each change automatically built and tested. Like a quality control checkpoint on an assembly line that catches defects early, CI ensures code changes don't break existing functionality. AWS CodeBuild, Azure Pipelines, Google Cloud Build, and OCI DevOps all provide CI services.

Example: When a developer pushes code to GitHub, a CI pipeline automatically runs unit tests, integration tes...

Knowledge Base

intermediate

A centralized repository of information used to store, organize, and retrieve knowledge for users or AI systems. In cloud computing, knowledge bases power AI assistants, customer support systems, and enterprise search. AWS Kendra and Bedrock Knowledge Bases, Azure AI Search, Google Cloud Vertex AI Search, and OCI Generative AI all provide managed knowledge base services.

Example: A company uploads product documentation to Amazon Kendra or Azure AI Search, then builds a chatbot t...

Publish-Subscribe

intermediate

A messaging pattern where senders (publishers) broadcast messages to a topic without knowing who receives them, and receivers (subscribers) listen to topics they're interested in. Like a radio station broadcasting to anyone tuned in, pub/sub decouples producers from consumers. AWS SNS, Azure Service Bus Topics, Google Cloud Pub/Sub, and OCI Notifications all implement this pattern.

Example: An e-commerce system publishes 'order placed' events to a topic. Multiple subscribers (inventory, sh...

Regional Replication

intermediate

The practice of copying data or resources across multiple geographic regions for disaster recovery, low-latency access, or compliance requirements. Like having backup copies of important documents in different cities, regional replication ensures data survives regional outages. AWS S3 Cross-Region Replication, Azure Geo-Redundant Storage, Google Cloud multi-regional storage, and OCI Cross-Region Replication all provide this capability.

Example: A financial services company replicates their database from US-East to EU-West using AWS RDS Read Re...

Microsoft Teams

basic

A cloud-based collaboration platform that combines workplace chat, video meetings, file storage, and application integration. Part of the Microsoft 365 suite, Teams integrates deeply with Azure services for enterprise deployments. Similar collaboration tools exist across cloud ecosystems: AWS offers Amazon Chime, Google provides Google Meet and Chat, and Oracle offers Oracle Cloud collaboration features.

Example: An enterprise uses Microsoft Teams integrated with Azure Active Directory for single sign-on, ShareP...

API Keys

basic

Secret tokens used to authenticate and authorize access to cloud services and APIs. Like a password for software applications, API keys identify the calling application and control what actions it can perform. AWS uses Access Keys and Secret Keys, Azure provides Subscription Keys and Service Principal credentials, GCP uses API Keys and Service Account Keys, and OCI uses API Signing Keys.

Example: A mobile app uses an API key to access a weather service. The key identifies the app, tracks usage f...

Infrastructure Automation

intermediate

The practice of using code and tools to automatically provision, configure, and manage cloud infrastructure instead of manual processes. Like having robots build and maintain your data center, infrastructure automation ensures consistent, repeatable, and error-free deployments. Tools include Terraform, AWS CloudFormation, Azure Resource Manager, Google Cloud Deployment Manager, and OCI Resource Manager.

Example: Instead of manually clicking through the AWS console to create servers, a DevOps team writes Terrafo...

Cost Optimization

intermediate

Strategies and practices for reducing cloud spending while maintaining performance and reliability. Like finding ways to reduce your utility bills without sacrificing comfort, cost optimization involves right-sizing resources, using reserved capacity, eliminating waste, and choosing cost-effective architectures. AWS offers Cost Explorer and Trusted Advisor, Azure provides Cost Management, GCP has Cost Management tools, and OCI offers Cost Analysis.

Example: A company reduces their monthly AWS bill by 40% by switching to Reserved Instances for predictable w...

Gateway

intermediate

A network component that acts as an entry point or intermediary between different networks or services. Like a toll booth on a highway, gateways control and manage traffic flow. In cloud computing, common gateway types include API Gateway (manages API traffic), NAT Gateway (enables outbound internet access for private resources), VPN Gateway (connects on-premises networks), and Internet Gateway (connects VPCs to the internet). AWS, Azure, GCP, and OCI all offer managed gateway services.

Example: An API Gateway sits in front of microservices, handling authentication, rate limiting, and request r...

GPU Instance

intermediate

A cloud virtual machine equipped with one or more Graphics Processing Units (GPUs) for accelerated computing workloads. Think of it like upgrading from a regular car to a race car — GPU instances provide massive parallel processing power needed for machine learning training, 3D rendering, video encoding, and scientific simulations. AWS offers P and G instance families, Azure provides NC and ND series, GCP has A2 and G2 machine types, and OCI offers GPU shapes with NVIDIA GPUs.

Example: A machine learning team uses AWS p5.48xlarge GPU instances with 8 NVIDIA H100 GPUs to train a large ...

Capacity Planning

intermediate

The process of determining the cloud resources needed to meet current and future workload demands while optimizing costs. Like planning how much food to buy for a growing family, capacity planning involves analyzing usage patterns, forecasting growth, and ensuring enough compute, storage, and network resources are available without over-provisioning. Cloud providers offer tools like AWS Compute Optimizer, Azure Advisor, GCP Recommender, and OCI Cloud Advisor to help right-size resources.

Example: An e-commerce company analyzes their traffic patterns and discovers they need 3x more capacity durin...

Vulnerability Scanning

intermediate

The automated process of identifying security weaknesses, misconfigurations, and known vulnerabilities in cloud infrastructure, applications, and container images. Like a home security inspector checking every door and window for weaknesses, vulnerability scanners systematically examine your systems against databases of known threats. AWS offers Inspector and ECR scanning, Azure provides Defender for Cloud, GCP has Security Command Center and Artifact Analysis, and OCI offers Vulnerability Scanning Service.

Example: A DevSecOps team configures AWS Inspector to automatically scan all EC2 instances and container imag...

Artifact Repository

intermediate

A centralized storage system for managing build outputs, software packages, container images, and deployment artifacts throughout the software delivery lifecycle. Like a warehouse that stores and organizes all the parts needed to assemble a product, artifact repositories version, secure, and distribute the components that make up your applications. AWS offers CodeArtifact and ECR, Azure provides Azure Artifacts and ACR, GCP has Artifact Registry, and OCI offers Container Registry.

Example: A development team publishes npm packages to AWS CodeArtifact and Docker images to ECR as part of th...

Private Link

advanced

A networking service that enables private connectivity between cloud resources and services without exposing traffic to the public internet. Like having a private tunnel between two buildings instead of walking through a busy street, Private Link creates secure, low-latency connections that stay within the cloud provider's backbone network. AWS offers PrivateLink, Azure provides Private Link, GCP has Private Service Connect, and OCI offers Private Endpoints.

Example: A financial services company uses AWS PrivateLink to access an S3 bucket containing sensitive custom...

Business Intelligence

intermediate

A set of technologies, tools, and practices for collecting, integrating, analyzing, and presenting business data to support better decision-making. Like having a dashboard in your car that shows speed, fuel level, and engine health at a glance, BI platforms transform raw data into meaningful visualizations, reports, and insights. AWS offers QuickSight, Azure provides Power BI, GCP has Looker, and OCI offers Analytics Cloud — each providing interactive dashboards, data exploration, and reporting capabilities.

Example: A retail chain connects their sales database to Amazon QuickSight, creating real-time dashboards tha...

Architecture Diagram

basic

A visual representation of a system's components, their relationships, and how they interact within a cloud or software environment. Like a blueprint for a building, an architecture diagram shows the structural design of an application or infrastructure, including servers, databases, networks, and external services. Cloud architecture diagrams are essential for planning, documentation, and communication between teams. AWS provides the Architecture Icons library, Azure offers Visio templates, GCP has its architecture diagramming tool, and OCI provides reference architecture diagrams.

Example: A startup's engineering team creates a cloud architecture diagram showing their three-tier web appli...

Cloud Topology

intermediate

The arrangement and interconnection of cloud resources, services, and networks that make up a cloud infrastructure deployment. Like a city map showing roads, buildings, and utilities, cloud topology describes how compute instances, storage, databases, and networking components are organized and connected. Understanding topology is crucial for optimizing performance, ensuring redundancy, and maintaining security. Each cloud provider has specific topology patterns — AWS uses Regions and Availability Zones, Azure has Regions and Availability Zones, GCP uses Regions and Zones, and OCI has Regions and Availability Domains.

Example: A global e-commerce company designs their cloud topology with primary infrastructure in US East and ...

Infrastructure Visualization

intermediate

The practice of creating visual representations of cloud infrastructure to understand, monitor, and manage complex systems. Like using a GPS navigation app instead of written directions, infrastructure visualization transforms technical configurations into intuitive diagrams, dashboards, and maps. This includes generating architecture diagrams from code (such as Terraform), real-time infrastructure dashboards, and interactive topology maps. AWS provides CloudWatch dashboards and Architecture Center, Azure offers Azure Monitor visualization, GCP has Cloud Asset Inventory visualization, and OCI provides Console dashboards with topology views.

Example: A DevOps team uses an infrastructure visualization tool to automatically generate a cloud architectu...

Reference Architecture

intermediate

A pre-designed, best-practice cloud architecture template that solves a common use case and can be adapted for specific business needs. Like a model home that showcases standard layouts and features, reference architectures provide proven blueprints for building applications such as web apps, data pipelines, microservices, and machine learning platforms. AWS provides AWS Architecture Center with hundreds of reference diagrams, Azure offers Azure Architecture Center, GCP has Cloud Architecture Center, and OCI provides Reference Architecture documentation — all with detailed diagrams and implementation guides.

Example: A healthcare startup uses AWS's HIPAA-compliant reference architecture as a starting point for their...

Ground Station

advanced

A cloud service that lets you communicate with orbiting satellites to collect, process, and downlink data — without building your own satellite dish infrastructure. Like renting a radio tower that can talk to space, ground station services handle the complex antennas and signal processing so you can focus on using the data. AWS Ground Station provides on-demand access to satellite antennas at locations worldwide, Azure Orbital Ground Station connects to spacecraft and satellite constellations, and specialized providers offer similar capabilities for Earth observation, weather monitoring, and communications.

Example: A weather forecasting company uses AWS Ground Station to download high-resolution imagery from their...

Augmented Reality Cloud

advanced

Cloud services and platforms that enable building augmented reality (AR) and virtual reality (VR) experiences by providing the compute power, 3D rendering, spatial anchoring, and content delivery needed for immersive applications. Like having a movie studio's special effects department available on demand, these services handle the heavy processing of overlaying digital content onto the real world or creating fully virtual environments. AWS offers Amazon Sumerian for AR/VR creation, Azure provides Spatial Anchors and Remote Rendering for mixed reality, and various cloud-based tools support building immersive training, retail, and entertainment applications.

Example: A furniture retailer builds an AR shopping experience where customers can visualize sofas and tables...

Cloud Robotics

advanced

Cloud-based services for developing, simulating, testing, and managing robotic applications at scale. Like giving robots a brain in the cloud, these platforms offload heavy computation such as machine learning inference, path planning, and fleet management to powerful cloud servers while robots execute tasks locally. AWS RoboMaker provides simulation environments and ROS (Robot Operating System) support, Azure offers cloud-connected robotics through IoT Hub and Digital Twins, and GCP provides AI and ML services commonly integrated with robotic systems for navigation, object recognition, and decision-making.

Example: A warehouse automation company uses AWS RoboMaker to simulate their fleet of 200 picking robots in a...

Service Catalog

intermediate

A managed service that lets organizations create and distribute curated portfolios of approved cloud resources, applications, and configurations that users can deploy through a self-service portal. Like a company's internal app store with pre-approved items, service catalogs ensure teams can quickly provision resources that meet organizational standards for security, compliance, and cost. AWS Service Catalog lets admins define CloudFormation-based products, Azure offers Managed Applications for marketplace distribution, GCP provides Service Catalog for organizing cloud resources, and OCI has its own service marketplace for standardized deployments.

Example: An enterprise IT team creates a service catalog containing pre-approved database configurations, web...

AI Code Assistant

intermediate

An AI-powered tool integrated into development environments that helps programmers write, complete, debug, and optimize code using large language models. Like having an experienced pair programmer who never sleeps, AI code assistants suggest entire functions, explain unfamiliar code, catch bugs before they happen, and translate natural language descriptions into working code. AWS offers Amazon Q Developer (formerly CodeWhisperer), Azure provides GitHub Copilot powered by OpenAI, GCP has Gemini Code Assist, and OCI offers OCI Generative AI code completion — each trained on vast code repositories and documentation.

Example: A developer building a REST API types a comment describing what they need: 'Create an endpoint that ...

AutoML

intermediate

Automated Machine Learning — a set of cloud services that automate the end-to-end process of building, training, and deploying machine learning models without requiring deep ML expertise. Like having a self-driving car for data science, AutoML handles feature engineering, algorithm selection, hyperparameter tuning, and model evaluation automatically. AWS provides SageMaker Autopilot, Azure offers Azure AutoML, GCP has Vertex AI AutoML, and OCI offers OCI Data Science AutoML — all enabling business analysts and developers to build production-quality ML models from their data with minimal code.

Example: A retail company uploads three years of sales data to an AutoML service and asks it to predict next ...

Model Governance

advanced

The practices, tools, and policies for managing AI and machine learning models responsibly throughout their lifecycle — from development through deployment and retirement. Like quality control and compliance for AI, model governance ensures models are fair, explainable, accurate, and compliant with regulations. This includes bias detection, model explainability, audit trails, version control, performance monitoring, and responsible AI principles. AWS offers SageMaker Model Governance, Azure provides Responsible AI tools, GCP has Vertex AI Model Monitoring and Explainability, and OCI offers OCI Data Science model management capabilities.

Example: A bank deploying a loan approval model implements model governance by running automated bias tests a...

Document Intelligence

intermediate

Cloud-based AI services that automatically extract text, data, tables, and insights from documents such as invoices, receipts, contracts, forms, and identity documents. Like having a tireless office assistant who can read and organize mountains of paperwork, document intelligence combines optical character recognition (OCR) with natural language understanding to not just read text but understand its meaning and structure. AWS offers Amazon Textract, Azure provides AI Document Intelligence (formerly Form Recognizer), GCP has Document AI, and OCI offers OCI Document Understanding.

Example: An insurance company processes 10,000 claim forms per day using document intelligence. The service a...

Media Transcoding

intermediate

Cloud services that convert audio and video files from one format, resolution, or bitrate to another, enabling content to play smoothly on any device or network speed. Like a universal translator for video files, transcoding services take a single high-quality source video and create optimized versions for smartphones, tablets, smart TVs, and web browsers — each with the right codec, resolution, and bitrate. AWS provides Elastic Transcoder and MediaConvert, Azure offers Media Services Encoder, GCP has Transcoder API, and OCI provides media processing through its media services.

Example: A streaming platform uploads a 4K movie master file and the transcoding service automatically create...

Push Notification

basic

A cloud messaging service that delivers real-time alerts and messages directly to users' mobile devices, web browsers, or applications — even when the app isn't actively open. Like a digital tap on the shoulder, push notifications enable apps to re-engage users with timely, relevant information. AWS offers Amazon SNS (Simple Notification Service) for mobile push, Azure provides Notification Hubs, GCP has Firebase Cloud Messaging (FCM), and OCI supports notifications through its Notification Service. These platforms handle device registration, message routing, platform-specific formatting (iOS, Android, web), and delivery tracking at massive scale.

Example: A food delivery app sends push notifications to update customers in real time: 'Your order has been ...

MySQL

basic

One of the world's most popular open-source relational database management systems, widely offered as a fully managed cloud service. Like a well-organized digital filing cabinet that millions of websites rely on, MySQL stores structured data in tables with rows and columns and uses SQL (Structured Query Language) for data manipulation. AWS offers Amazon RDS for MySQL and Aurora MySQL, Azure provides Azure Database for MySQL, GCP has Cloud SQL for MySQL, and OCI offers MySQL Database Service (notably, Oracle acquired MySQL and provides the only cloud-native MySQL HeatWave service with integrated analytics).

Example: An e-commerce startup uses managed MySQL to store their product catalog, customer accounts, and orde...

Bare Metal Server

advanced

A physical server in the cloud dedicated entirely to a single customer, with no virtualization layer or shared resources. Like renting an entire house instead of an apartment, bare metal gives you direct access to the hardware — every CPU core, every byte of RAM, and every disk operation — without the overhead of a hypervisor. This is essential for workloads requiring maximum performance, hardware-level security, or specialized configurations. AWS offers EC2 Bare Metal instances, Azure provides BareMetal Infrastructure, GCP has Sole-Tenant Nodes, and OCI is particularly known for its Bare Metal Compute instances with high-performance networking.

Example: A financial trading firm deploys their high-frequency trading algorithm on bare metal servers to eli...

Amazon CodeWhisperer

intermediate

An AI-powered code generation and completion service from AWS, now part of Amazon Q Developer. Like having a seasoned programmer looking over your shoulder and suggesting code as you type, CodeWhisperer uses machine learning trained on billions of lines of code to provide real-time code suggestions, ranging from single-line completions to entire functions. It supports multiple programming languages and IDEs, and includes a built-in security scanner that flags potential vulnerabilities. CodeWhisperer is part of the broader Amazon Q Developer suite, which adds chat-based assistance, code transformation, and debugging capabilities.

Example: A developer building a serverless application in VS Code starts typing a function to process S3 even...

GitHub Copilot

intermediate

An AI pair programming tool developed by GitHub (a Microsoft subsidiary) and powered by OpenAI models, deeply integrated into Azure and the broader Microsoft developer ecosystem. Like having an expert collaborator who has read every public code repository, Copilot suggests whole lines, functions, and even entire files of code based on natural language prompts and surrounding context. It works across dozens of programming languages and integrates natively into VS Code, Visual Studio, JetBrains IDEs, and GitHub's web editor. GitHub Copilot also offers chat-based assistance for explaining code, generating tests, and fixing bugs.

Example: A cloud engineer writing Terraform configurations for an Azure deployment types a comment describing...

Amazon Braket

advanced

A fully managed quantum computing service from AWS that provides access to quantum hardware and simulators from multiple providers. Like a laboratory where scientists can experiment with cutting-edge equipment without buying it, Amazon Braket lets researchers and developers explore quantum algorithms using gate-based quantum computers (from IonQ and Rigetti), quantum annealers (from D-Wave), and high-performance simulators — all through a unified API. The service includes a managed Jupyter notebook environment for developing and testing quantum circuits before running them on actual quantum hardware.

Example: A pharmaceutical company researching new drug molecules uses Amazon Braket to simulate molecular int...

Amazon Kiro

intermediate

An AI-powered integrated development environment (IDE) from AWS that uses a spec-driven approach to software development. Instead of jumping straight into code, Kiro guides developers through a structured workflow: describe what you want to build in natural language, review generated specifications and designs, then produce production-ready code with tests and documentation. Kiro includes AI agent capabilities for code generation, debugging, and refactoring, along with automation features called hooks that trigger actions based on development events. It aims to bridge the gap between planning and building by combining specification management with AI-assisted coding.

Example: A startup team wants to build a serverless REST API with user authentication. Instead of writing boi...

Amazon Neptune

advanced

A fully managed graph database service from AWS, purpose-built for storing and querying highly connected data. Like a relationship map that shows how everything in your world is connected, Neptune excels at traversing billions of relationships with millisecond latency. It supports two popular graph models: Property Graph (with Apache TinkerPop Gremlin queries) and RDF (with SPARQL queries), making it suitable for both application developers and semantic web use cases. Neptune provides high availability with read replicas across multiple Availability Zones, automatic backups, and encryption at rest and in transit.

Example: A social media platform uses Amazon Neptune to power their friend recommendation engine. When a user...

Amazon DocumentDB

intermediate

A fully managed document database service from AWS that is compatible with MongoDB workloads. Like a flexible filing system where each document can have its own unique structure, DocumentDB stores data as JSON-like documents rather than rigid rows and columns. It implements the Apache 2.0 open-source MongoDB 5.0 API, so existing MongoDB applications can connect with minimal code changes. DocumentDB separates compute and storage, allowing them to scale independently, and provides built-in security with encryption, VPC isolation, and fine-grained access control.

Example: A content management company migrates their MongoDB-based platform to Amazon DocumentDB to reduce op...

Microsoft Entra ID

intermediate

Microsoft's cloud-based identity and access management service, formerly known as Azure Active Directory (Azure AD). Like a universal key card system for the digital world, Entra ID manages who can access what across cloud applications, on-premises resources, and partner organizations. It provides single sign-on (SSO) to thousands of SaaS applications, multi-factor authentication, conditional access policies that adapt to user risk, and passwordless authentication. Entra ID serves as the identity backbone for Microsoft 365, Azure, and thousands of third-party applications, handling billions of authentications daily.

Example: A healthcare organization deploys Microsoft Entra ID to secure access across their hybrid environmen...

Microsoft Sentinel

advanced

A cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) solution from Microsoft. Like a security command center that never sleeps, Sentinel collects data from across your entire digital estate — cloud services, on-premises servers, firewalls, applications, and endpoints — then uses AI and machine learning to detect threats, investigate incidents, and respond automatically. It integrates natively with Microsoft 365 and Azure services and supports hundreds of third-party data connectors, providing a unified view of security across multi-cloud and hybrid environments.

Example: A financial services company deploys Microsoft Sentinel to monitor their multi-cloud environment. Wh...

Database Migration

intermediate

Moving a database from one environment, platform, or version to another while maintaining data integrity and minimizing downtime. Like carefully relocating a filing cabinet full of important documents to a new building without losing or damaging any files. Cloud providers offer managed migration services like AWS DMS, Azure Database Migration Service, Google Cloud Database Migration Service, and OCI Database Migration to automate and simplify this process.

Example: A retail company migrates their on-premises Oracle database to Amazon RDS for PostgreSQL using AWS D...

Enterprise Search

intermediate

An intelligent search system that helps organizations find information across all their data — documents, emails, databases, and more — using natural language and machine learning. Like having a super-smart librarian who understands what you're really looking for, not just matching keywords. Services like AWS Kendra, Azure AI Search, and Google Vertex AI Search use AI to understand context and deliver the most relevant results.

Example: A law firm uses enterprise search to find relevant case precedents across millions of legal document...

Object Detection

intermediate

An AI technique that identifies and locates specific objects within images or video streams, assigning labels and confidence scores. Like teaching a computer to spot and name things it sees, from cats and cars to defects in manufacturing. Cloud services like AWS Rekognition, Azure Computer Vision, Google Cloud Vision, and OCI Vision make it easy to add this capability to applications without building AI models from scratch.

Example: A security company uses object detection in AWS Rekognition to monitor surveillance feeds and automa...

Remote Desktop

basic

Technology that lets you access and control a computer from another location over the internet. Like having a virtual window into another computer where you can see its screen and control its mouse and keyboard from anywhere. Cloud services like AWS WorkSpaces, Azure Virtual Desktop, and Google Cloud Workstations provide fully managed remote desktops that employees can access from any device.

Example: A software company provides their developers with AWS WorkSpaces so they can work from home, coffee ...

Shared Storage

intermediate

Storage that multiple servers or computers can access and modify simultaneously over the network, enabling collaboration and data consistency. Like a shared document that everyone in your team can edit at the same time. Cloud providers offer managed shared storage like AWS EFS, Azure Files, Google Filestore, and OCI File Storage that scales automatically and handles complex networking.

Example: A media production company uses AWS EFS to store video files that multiple rendering servers process...

Cellular Network

basic

A wireless communication network that uses radio towers to provide mobile connectivity to devices like phones and tablets. Like an invisible web of radio signals that blanket cities and highways, allowing devices to communicate anywhere within range. Modern 4G and 5G networks provide the high-speed connectivity that powers mobile apps and IoT devices, with edge computing bringing computation closer to users.

Example: A delivery company uses 5G cellular networks and AWS Wavelength edge computing to track delivery tru...

Game Development

intermediate

The process of creating video games using specialized tools, engines, and cloud infrastructure to handle the demands of real-time graphics, multiplayer synchronization, and global distribution. Like orchestrating a complex live experience that responds instantly to millions of players worldwide. Cloud platforms like AWS GameLift, Azure PlayFab, and Google Cloud for Games provide the backend services that handle matchmaking, player data, and game analytics.

Example: An indie game studio uses Azure PlayFab to manage player accounts, store game progress, and run lead...

AWS Wavelength

advanced

An AWS infrastructure offering that embeds compute and storage services directly inside telecom providers' 5G networks. Like having a mini data center built right into the cell tower, Wavelength eliminates the extra network hops between 5G devices and cloud services, delivering single-digit millisecond latencies for applications that need instant response times. It extends familiar AWS services (EC2, EBS, VPC) to the edge of the 5G network so developers can build ultra-low-latency applications using the same APIs and tools they already know.

Example: A cloud gaming company deploys their game servers on AWS Wavelength Zones within Verizon's 5G networ...

Data Analytics

basic

The process of examining large sets of data to uncover patterns, trends, and insights that drive better decisions. Like being a detective who sifts through clues to solve a mystery — except the clues are data points and the mystery is what your customers want or how to improve your business.

Example: An e-commerce company uses Amazon Redshift and Google BigQuery to analyze millions of purchase recor...

Peak Load

intermediate

The maximum amount of traffic or demand a system experiences during its busiest period. Like a highway during rush hour — everyone is trying to use the road at the same time, and without enough lanes, things slow to a crawl. Cloud systems use auto scaling to handle peak loads without crashing.

Example: An online retailer's website normally handles 1,000 visitors per minute, but during Black Friday sal...

Machine Translation

intermediate

Using AI and neural networks to automatically translate text or speech from one language to another. Like having a multilingual friend who can instantly convert conversations between languages — except it's powered by deep learning models trained on billions of translated sentences.

Example: A global SaaS company integrates Amazon Translate and Google Cloud Translation API into their suppor...

File System

basic

A method of organizing and storing files in a hierarchical structure of folders and directories, accessible over a network or in the cloud. Like a digital filing cabinet where documents are organized into labeled folders and drawers — cloud file systems let multiple servers access the same files simultaneously, just like coworkers sharing a network drive.

Example: A media production team uses Amazon EFS (Elastic File System) to store video editing projects so tha...

Simulation

intermediate

Using powerful cloud computers to create virtual models of real-world systems and test how they behave under different conditions. Like building a digital twin of a bridge to test how it handles hurricanes before constructing the real thing — cloud simulation provides the massive computing power needed to run complex calculations that would take years on a regular computer.

Example: An automotive company uses AWS High Performance Computing (HPC) clusters with hundreds of GPUs to si...

Dedicated Server

intermediate

A physical server exclusively reserved for a single customer, with no resources shared with other users. Like renting an entire house instead of sharing an apartment — you get all the space, power, and privacy to yourself. Dedicated servers offer maximum performance and security for workloads that can't share hardware with other tenants.

Example: A healthcare company processing sensitive patient data uses AWS Dedicated Hosts to ensure their work...

Data Streaming Pipeline

intermediate

Pipeline for continuously ingesting and processing real-time data flows. Like a conveyor belt in a factory that moves items from one station to the next without stopping.

Example: A ride-sharing app uses Amazon Kinesis Data Streams to capture millions of GPS location updates per ...

Managed Kafka

advanced

A fully managed version of Apache Kafka, the popular open-source event streaming platform, that handles the complex setup, scaling, and maintenance for you. Like hiring a professional DJ service instead of setting up your own sound system.

Example: An e-commerce company uses Amazon MSK (Managed Streaming for Apache Kafka) to process order events, ...

Static Site Hosting

basic

A service that hosts websites made of pre-built HTML, CSS, and JavaScript files without needing a traditional server. Like putting up a billboard — the content is ready-made and displayed as-is, making it incredibly fast and cheap to serve.

Example: A marketing agency uses AWS Amplify Hosting to deploy their React-based portfolio sites, getting aut...

User Authentication Platform

intermediate

A managed service that handles user sign-up, login, password recovery, and identity verification so developers don't have to build these from scratch. Like hiring a security company to manage building access instead of installing your own locks and badge system.

Example: A SaaS startup uses Amazon Cognito to add Google and Facebook login to their app, manage user accoun...

Distributed Tracing

advanced

A technique for tracking a single request as it travels through many different services in a cloud application. Like following a package through the postal system — you can see every stop it made, how long it spent at each location, and where any delays occurred.

Example: An online retailer uses AWS X-Ray to trace a customer's checkout request as it passes through 12 dif...

OpenSearch

intermediate

An open-source search and analytics engine used for full-text search, log analysis, and real-time application monitoring. Originally forked from Elasticsearch, it's like a super-powered search engine that can find and analyze information across billions of records in milliseconds.

Example: A cybersecurity company uses Amazon OpenSearch Service to ingest and search through 50TB of daily se...

Serverless Database

intermediate

A database that automatically scales up and down based on demand and charges you only for the compute time you actually use, with no server management required. Like a pay-per-minute parking meter instead of renting a monthly parking space — you only pay when your car is there.

Example: A seasonal e-commerce site uses Amazon Aurora Serverless to handle their Black Friday traffic spikes...

Network Firewall

intermediate

A managed service that inspects and filters network traffic entering and leaving your cloud virtual network, blocking malicious traffic and enforcing security policies. Like a security checkpoint at a border crossing — every vehicle (packet) is inspected against a set of rules before being allowed through.

Example: A financial services company uses AWS Network Firewall to inspect all traffic flowing between their ...

Service Discovery

advanced

An automated way for services in a cloud application to find and connect to each other without hardcoding addresses. Like a phone directory that automatically updates when people move — services register themselves and others look them up by name instead of memorizing addresses.

Example: A streaming platform uses AWS Cloud Map so their video encoding, thumbnail generation, and recommend...

Data Governance

advanced

The practices and tools for managing data quality, security, privacy, and compliance across an organization. Like the rules and policies a library uses to catalog, protect, and provide access to its book collection — ensuring the right people can find and use the right data responsibly.

Example: A healthcare organization uses Microsoft Purview to automatically discover and classify all patient ...

Cost Anomaly Detection

intermediate

An automated cloud service that uses machine learning to identify unusual spikes or unexpected changes in your cloud spending. Like having a smart credit card alert that notices when your spending pattern suddenly changes — it catches runaway costs before they become huge bills.

Example: A startup using AWS Cost Anomaly Detection gets an instant alert when a developer accidentally leave...

Web App Hosting

basic

A managed platform service that runs your web applications without requiring you to set up or manage the underlying servers. Like renting a fully-furnished apartment instead of building a house — you just move in your code and everything else is handled for you.

Example: A development team uses AWS Elastic Beanstalk to deploy their Node.js web application. They upload t...

GraphQL API

intermediate

A managed service for building APIs that let clients request exactly the data they need in a single query, rather than making multiple requests to different endpoints. Like ordering from a custom menu where you pick exactly what you want, instead of choosing from fixed meal combos.

Example: A mobile app team uses AWS AppSync to build a GraphQL API that lets their iOS and Android apps fetch...

App Configuration Service

intermediate

A managed service for storing and managing application settings, feature flags, and configuration values separately from your code. Like a central control panel for all your app's settings — you can change behaviors without redeploying your application.

Example: An e-commerce team uses AWS AppConfig to gradually roll out a new checkout flow to 10% of users, the...

Managed Airflow

advanced

A fully managed version of Apache Airflow, the popular open-source tool for orchestrating complex data workflows and pipelines. Like hiring a professional conductor to manage your data orchestra — you write the music (workflows), and the managed service handles scheduling, scaling, and keeping everything running on time.

Example: A data engineering team uses Amazon MWAA (Managed Workflows for Apache Airflow) to orchestrate their...

Managed Grafana

intermediate

A fully managed version of Grafana, the popular open-source visualization and dashboarding tool, that lets you create monitoring dashboards without managing the Grafana infrastructure yourself. Like subscribing to a professional monitoring display service instead of building your own monitoring wall.

Example: A DevOps team uses Amazon Managed Grafana to create real-time dashboards showing their application's...

Media Live Streaming

advanced

A managed service that ingests, processes, and delivers live video content to viewers in real time. Like a professional TV broadcast studio in the cloud — it handles encoding your video into multiple quality levels and formats so viewers can watch smoothly regardless of their device or internet speed.

Example: A sports streaming startup uses AWS Elemental MediaLive to broadcast 50 concurrent live games, autom...

Managed Prometheus

advanced

A fully managed version of Prometheus, the popular open-source metrics collection and alerting system, that stores and queries infrastructure metrics without you managing the Prometheus servers. Like outsourcing your building's entire alarm and sensor system to a professional monitoring company.

Example: A platform team uses Amazon Managed Service for Prometheus to collect metrics from their 500-node Ku...

Dedicated Connection

intermediate

A private, physical network link between your premises and a cloud provider — completely separate from the public internet. Like having your own private highway instead of sharing public roads.

Example: AWS Direct Connect and Azure ExpressRoute are dedicated connections that give enterprises consistent...

Alerting

basic

Automatically notifying the right people when a system metric crosses a threshold or something unexpected happens. Like a smoke alarm for your cloud infrastructure.

Example: A CloudWatch alarm sends an email and triggers auto-scaling when CPU usage exceeds 80% for five cons...

Data Loss Prevention

intermediate

Technology that detects and prevents sensitive data — like credit card numbers, health records, or personal information — from being accidentally or maliciously shared, leaked, or stolen. Like having an automated customs officer that inspects everything leaving your organisation.

Example: Amazon Macie uses machine learning to scan S3 buckets for personally identifiable information (PII) ...

Synthetic Monitoring

intermediate

Proactively testing your application by simulating user interactions on a schedule — checking that pages load, APIs respond, and transactions complete — before real users notice a problem. Like a robot secret shopper that tests your website every few minutes.

Example: CloudWatch Synthetics runs a canary script every 5 minutes that logs in, searches for a product, and...

Oracle Functions

intermediate

OCI's serverless compute service for running event-driven functions without managing infrastructure. Based on the open-source Fn Project, it is OCI's equivalent of AWS Lambda, Azure Functions, and GCP Cloud Functions.

Example: An OCI application uses Oracle Functions to automatically process documents uploaded to Object Stora...

OCI Process Automation

advanced

Oracle Cloud's low-code workflow automation and process management service. Like a visual workflow builder that coordinates approvals, integrations, and business logic across systems. It is OCI's equivalent of AWS Step Functions and Azure Logic Apps.

Example: An HR department uses OCI Process Automation to orchestrate a multi-step onboarding workflow — creat...

Auditing

intermediate

The systematic recording and examination of activity across cloud infrastructure to ensure compliance, detect anomalies, and maintain accountability. Like a security camera system for your cloud — everything is logged so you can review who did what, and when. AWS CloudTrail, Azure Monitor Activity Log, GCP Audit Logs, and OCI Audit all provide native auditing.

Example: A financial services company uses AWS CloudTrail to record every API call across their AWS environme...

Stream Processing

intermediate

Continuously processing data records as they arrive in real time, rather than storing them first and processing in bulk. Like a moving conveyor belt that processes items one by one as they flow through, rather than waiting for a full batch. Core services include Apache Kafka (AWS MSK, Confluent), AWS Kinesis, GCP Dataflow, Azure Stream Analytics, and Apache Flink.

Example: A ride-sharing app uses stream processing to analyze GPS coordinates from thousands of drivers in re...

Data Transfer

basic

The movement of data between cloud services, regions, availability zones, or between the cloud and the internet. Egress (data leaving a cloud) typically incurs costs; ingress (data entering) is usually free. Understanding data transfer pricing is critical for cost optimization — cross-region transfers, CDN distribution, and Direct Connect/ExpressRoute can significantly impact cloud bills.

Example: A media company stores video files in AWS S3 us-east-1 and serves them globally. By routing delivery...

Archival

basic

Long-term, cost-optimized storage for data that is rarely accessed but must be retained — typically for compliance, legal, or historical purposes. Archival storage tiers offer the lowest cost per GB but have slower retrieval times (minutes to hours). Key services: AWS S3 Glacier / Glacier Deep Archive, Azure Archive Storage, GCP Archive Storage, OCI Archive Storage.

Example: A healthcare provider retains patient records for 10 years to meet regulatory requirements. They mov...

Risk Management

intermediate

The process of identifying, assessing, and mitigating risks to cloud infrastructure, data, and operations. In cloud computing, this encompasses the shared responsibility model (what the provider secures vs. what you must secure), threat modeling, disaster recovery planning, and alignment with frameworks like the AWS Well-Architected Framework, Azure Security Benchmark, and NIST.

Example: A fintech startup uses the AWS Well-Architected Framework review to assess risk across five pillars:...

Domain Names

basic

Human-readable addresses that map to IP addresses through the Domain Name System (DNS). In cloud architecture, domain management is a core networking concern — cloud providers offer managed DNS services that route traffic, enable failover, support weighted routing, and integrate with CDNs and load balancers. Key services: AWS Route 53, Azure DNS, Google Cloud DNS, OCI DNS.

Example: A SaaS company registers api.myapp.com using AWS Route 53. They configure latency-based routing to d...