Cloud Computing
Everything on SkillVeris tagged Cloud Computing — collected across the glossary, study notes, blog, and cheat sheets.
396 resources across 5 libraries
Glossary Terms(180)
AWS
Amazon Web Services (AWS) is Amazon's cloud computing platform, offering more than 200 on-demand services spanning compute, storage, databases, networking, and…
Azure
Microsoft Azure is Microsoft's cloud computing platform, offering services for compute, storage, networking, databases, analytics, and artificial intelligence,…
Google Cloud
Google Cloud (Google Cloud Platform, GCP) is Google's suite of public cloud computing services, offering compute, storage, networking, databases, machine learn…
Cloudflare
Cloudflare is a global cloud services company providing a content delivery network (CDN), DNS, DDoS protection, and Zero Trust security products that sit in fr…
DigitalOcean
DigitalOcean is a cloud infrastructure provider known for simple, developer-friendly virtual machines ("Droplets"), managed databases, and Kubernetes, aimed at…
Oracle Cloud
Oracle Cloud Infrastructure (OCI) is Oracle's public cloud computing platform, offering compute, storage, networking, database, and application services design…
Heroku
Heroku is a cloud platform-as-a-service (PaaS) that lets developers deploy, run, and scale web applications without managing the underlying servers, networking…
Flutter
Flutter is Google's open-source UI toolkit for building natively compiled, multi-platform applications for mobile, web, and desktop from a single Dart codebase.
Vercel
Vercel is a frontend cloud platform for deploying and hosting modern web applications, most notably Next.js, with Git-based deployments, edge functions, and au…
Alibaba Cloud
Alibaba Cloud (also known as Aliyun) is Alibaba Group's cloud computing division, offering global infrastructure-as-a-service, platform-as-a-service, and softw…
Amazon EC2
Amazon EC2 (Elastic Compute Cloud) is a core AWS service that provides resizable virtual server instances in the cloud, letting users rent compute capacity on…
Amazon Lightsail
Amazon Lightsail is a simplified AWS cloud service that bundles virtual servers, storage, networking, and often a static IP into easy-to-use, predictably price…
Amazon S3
Amazon S3 (Simple Storage Service) is a highly durable, scalable object storage service from AWS used for storing and retrieving any amount of data, from stati…
Amazon Web Services
Amazon Web Services (AWS) is Amazon's cloud computing platform, offering a broad catalog of on-demand services spanning compute, storage, databases, networking…
Android
Android is Google's open-source, Linux-based mobile operating system that powers the majority of smartphones and tablets worldwide, along with wearables, TVs,…
AWS Amplify
AWS Amplify is a set of tools and services for building full-stack web and mobile applications quickly, providing simplified backend integration for authentica…
Expo
Expo is an open-source platform and toolchain built around React Native that simplifies building, testing, and deploying universal apps for iOS, Android, and t…
React Native
React Native is an open-source framework from Meta that lets developers build native iOS and Android apps using React's component model and JavaScript, renderi…
Render
Render is a unified cloud application platform that lets developers deploy web services, static sites, background workers, cron jobs, and managed databases dir…
MinIO
MinIO is a high-performance, open-source object storage system that implements the Amazon S3 API, letting teams run S3-compatible storage on their own infrastr…
Netlify
Netlify is a cloud platform for building, deploying, and hosting modern web projects—especially static sites and JAMstack applications—directly from a Git repo…
Hostinger
Hostinger is a global web hosting company offering shared hosting, VPS, cloud hosting, and domain registration, known for low-cost plans aimed at individuals,…
Cloudways
Cloudways is a managed cloud hosting platform that lets users deploy and manage websites and applications on top of underlying infrastructure from providers li…
Bluehost
Bluehost is a web hosting company offering shared, WordPress, VPS, and dedicated hosting plans, widely known as one of the officially recommended hosting provi…
Showing 24 of 180.
Study Notes(140)
Deploying to Azure App Service and Docker
Containerize an ASP.NET Core app with a multi-stage Dockerfile and deploy it to Azure App Service using Key Vault-backed configuration and deployment slots.
Parallelization and Cypress Cloud
Understand how Cypress Cloud distributes specs across parallel CI machines using load balancing, and how to interpret parallelization results.
dbt Cloud vs dbt Core
A practical comparison of dbt's two deployment models — the self-hosted open-source CLI versus the managed dbt Cloud platform — and how to choose between them.
PowerShell for Azure
Use the Az PowerShell module to authenticate, provision, and automate Azure resources at scale.
Cloud Flows vs Desktop Flows
How Power Automate's cloud flows differ from desktop flows (RPA), and how to decide which one fits a given automation scenario.
Ansible for Cloud Provisioning
Using Ansible's cloud modules and collections to create, modify, and configure cloud infrastructure declaratively, often in the same playbook run that configur…
Choosing the Right GCP Storage
A decision framework for picking between Cloud Storage, Persistent Disks, and Filestore based on access pattern, cost, and performance needs.
Cloud CDN Basics
Learn how Cloud CDN caches content at Google's global edge locations by attaching to a load balancer's backend, how cache keys and cache modes control what get…
Cloud DNS Basics
Understand how Google Cloud DNS serves authoritative public and private zones from a global anycast network, the core record types you'll configure, and how DN…
Cloud Functions Basics
Understand Cloud Functions, GCP's event-driven Functions-as-a-Service platform for running small pieces of code in response to triggers.
Cloud KMS Basics
An introduction to Google Cloud Key Management Service for creating, managing, and using encryption keys to protect data at rest.
Cloud Load Balancing Basics
Learn how GCP's fully managed, globally distributed load balancers route traffic to healthy backends, and the key differences between global, regional, externa…
Cloud Monitoring Basics
Learn how Google Cloud Monitoring collects metrics, logs, and traces so you can observe the health and performance of resources running on GCP.
Cloud Run Basics
Learn how Cloud Run runs stateless containers as fully managed, autoscaling, pay-per-request services on GCP.
Cloud SQL Basics
An introduction to Google Cloud SQL, GCP's fully managed relational database service for MySQL, PostgreSQL, and SQL Server.
Cloud Storage Basics
An introduction to Google Cloud Storage's object model — buckets, objects, naming, access control, and the durability and consistency guarantees behind it.
Compute Engine Basics
Learn how Google Compute Engine provisions virtual machines, machine types, disks, and networking so you can run workloads on GCP infrastructure.
Deploying a Simple App on GCP
A hands-on walkthrough of deploying a simple containerized web app to Cloud Run, covering build, deploy, environment configuration, and rollback.
Filestore Basics
How Google Cloud's managed NFS file storage service works — service tiers, mounting, shared multi-VM use cases, and backup versus snapshot protection.
Firestore and Bigtable Basics
A comparison of Google Cloud's two flagship NoSQL databases: Firestore for flexible document data and Bigtable for massive-scale wide-column workloads.
GCP Billing and Free Tier
How GCP billing accounts, budgets, and the Free Tier work, and practical ways to avoid unexpected charges while learning.
GCP Global Infrastructure
How Google Cloud organizes data centers into regions, zones, and edge locations, and why this shapes availability and latency decisions.
GCP Interview Questions
Common Google Cloud interview questions with model answers, covering core services, IAM, networking, and architecture trade-offs.
GCP Quick Reference
A condensed cheat sheet of core GCP services, gcloud commands, and IAM/networking concepts for fast lookup during study or work.
Showing 24 of 140.
Blog Articles(9)
AWS Free Tier: Best Services to Try in 2026
Get hands-on with AWS without spending a dime. Explore the best free-tier services for beginners.
Cloud Computing for Beginners: A Complete Guide
A comprehensive guide to cloud computing for beginners: a complete guide — written for learners at every level.
AWS vs Azure vs Google Cloud: Which to Learn?
A comprehensive guide to aws vs azure vs google cloud: which to learn? — written for learners at every level.
AWS Certification Path: Which One to Choose
A comprehensive guide to aws certification path: which one to choose — written for learners at every level.
CI/CD Explained: Build, Test, Deploy
CI/CD is how modern software teams ship code dozens of times a day without breaking things. This guide explains what continuous integration and continuous deli…
Infrastructure as Code Explained: Terraform Basics
Clicking through cloud consoles doesn't scale. Infrastructure as Code (IaC) lets you define, version, and automate your cloud resources in code. This guide exp…
AWS for Beginners: Cloud Computing Fundamentals
Amazon Web Services is the world's most widely used cloud platform. This guide covers the core services every developer needs — EC2 (virtual servers), S3 (stor…
Cybersecurity for Developers: The OWASP Top 10 Explained
The OWASP Top 10 is the industry standard list of critical web application security risks. This guide explains each vulnerability, shows what an attack looks l…
Terraform Basics: Infrastructure as Code on AWS
Terraform lets you define cloud infrastructure in code, version it in Git, and deploy it repeatably. This guide covers providers, resources, variables, outputs…
Cheat Sheets(53)
AWS CLI Cheat Sheet
AWS CLI commands for S3, EC2, Lambda, IAM, and other core services.
Terraform Cheat Sheet
Terraform HCL syntax, resource blocks, state management, and CLI commands.
DynamoDB Cheat Sheet
AWS CLI and boto3 commands plus core DynamoDB concepts like partition keys, indexes, and expressions for NoSQL data modeling.
Azure CLI Cheat Sheet
Core Azure CLI commands for managing resource groups, VMs, storage, and subscriptions from the terminal.
Google Cloud Platform (GCP) Cheat Sheet
Essential gcloud CLI commands for managing projects, Compute Engine, storage, and IAM on Google Cloud Platform.
Azure DevOps Cheat Sheet
Key concepts and YAML pipeline syntax for Azure DevOps Boards, Repos, and Pipelines used in CI/CD workflows.
AWS Lambda Deep Dive Cheat Sheet
Practical reference for writing, deploying, and configuring AWS Lambda functions including triggers, layers, and CLI usage.
AWS S3 Deep Dive Cheat Sheet
Comprehensive reference for S3 bucket operations, storage classes, lifecycle rules, and access control via CLI and policies.
AWS IAM Deep Dive Cheat Sheet
Reference for IAM users, roles, policies, and permission boundaries used to secure access to AWS resources.
AWS CloudFormation Cheat Sheet
Template syntax and CLI commands for defining and deploying AWS infrastructure as code with CloudFormation stacks.
Azure Functions Cheat Sheet
Reference for building, triggering, and deploying Azure Functions using bindings, triggers, and the Azure Functions Core Tools.
Azure Storage Cheat Sheet
Overview of Azure Storage services including Blob, Table, Queue, and File storage with CLI commands and access tiers.
Azure Kubernetes Service (AKS) Cheat Sheet
Commands and concepts for provisioning, scaling, and managing Kubernetes clusters on Azure with AKS.
GCP Cloud Functions Cheat Sheet
Reference for deploying event-driven and HTTP-triggered serverless functions on Google Cloud Functions.
GCP BigQuery Cheat Sheet
SQL syntax and CLI/Python client reference for querying, loading, and managing data warehouses in Google BigQuery.
GCP Compute Engine Cheat Sheet
Commands for creating, connecting to, and managing virtual machine instances and disks on Google Compute Engine.
Serverless Architecture Cheat Sheet
Design patterns, tradeoffs, and best practices for building event-driven serverless applications across cloud providers.
Cloud Cost Optimization Cheat Sheet
Practical strategies and tools for reducing cloud spend across compute, storage, and networking on AWS, Azure, and GCP.
Multi-Cloud Strategy Cheat Sheet
Key architectural patterns, tooling, and tradeoffs for running workloads across AWS, Azure, and GCP simultaneously.
Cloud Security Fundamentals Cheat Sheet
Foundational cloud security concepts including the shared responsibility model, encryption, network controls, and identity hardening.
CDN & Edge Computing Cheat Sheet
Key concepts, configuration patterns, and provider comparisons for content delivery networks and edge compute platforms.
Load Balancing Strategies Cheat Sheet
Covers core load balancing algorithms, Layer 4 vs Layer 7 balancing, health checks, and configuration examples using NGINX and AWS ELB.
Auto Scaling Cheat Sheet
Explains horizontal vs vertical scaling, scaling policies, cooldowns, and AWS Auto Scaling Group configuration with practical CLI examples.
Infrastructure as Code (IaC) Concepts Cheat Sheet
Summarizes core IaC principles including declarative vs imperative approaches, idempotency, state management, and drift detection.
Showing 24 of 53.
Interview Questions(14)
What is a Virtual Machine Monitor (Hypervisor)?
A virtual machine monitor (VMM), also called a hypervisor, is a software layer that creates and manages multiple isolated virtual machines on a single physical…
What is Full Virtualization?
Full virtualization is a technique where the hypervisor presents a complete, faithful simulation of the underlying hardware so an unmodified guest operating sy…
What Is Edge Computing Architecture?
Edge computing architecture processes data physically close to where it is generated or consumed — on devices, local gateways, or nearby points of presence — i…
What Are the Trade-offs of Serverless Architecture?
Serverless architecture trades operational control for automatic scaling and pay-per-use billing, so you gain zero server management and fine-grained cost effi…
What is cloud-init and How Does It Work?
cloud-init is the industry-standard boot-time initialization tool that runs during a cloud instance's first boot to apply provider-supplied metadata and user-s…
What is Auto-Scaling and How Does it Work?
Auto-scaling is the automated process of adjusting the number of running compute instances up or down based on real-time demand signals such as CPU utilization…
What is Serverless Computing?
Serverless computing is a cloud execution model where the provider fully manages the underlying servers, provisioning, and scaling, so developers deploy code a…
What is FaaS (Function-as-a-Service)?
FaaS (Function-as-a-Service) is a serverless execution model where individual, single-purpose functions are deployed independently and invoked automatically in…
AWS vs Azure vs GCP: What Are the Core Differences?
AWS, Azure, and GCP are the three dominant public cloud providers offering the same core categories of service — compute, storage, networking, databases, and m…
How Do You Approach Cloud Cost Optimization?
Cloud cost optimization means continuously matching provisioned capacity to actual demand through rightsizing, committed-use discounts, autoscaling, and elimin…
How Would You Design a Cloud Resource Tagging Strategy?
A cloud tagging strategy defines a mandatory, enforced set of key-value labels — such as team, environment, cost-center, and application — attached to every re…
Multi-Cloud vs Hybrid Cloud: What Is the Difference?
Multi-cloud means running workloads across two or more public cloud providers to avoid vendor lock-in or use best-of-breed services, while hybrid cloud means c…
What Is Edge Computing and How Does It Affect DevOps Practices?
Edge computing runs processing close to where data is generated — on local servers, gateways, or devices at the network edge — instead of sending everything to…
VPN vs VPC Peering: What is the Difference?
A VPN creates an encrypted tunnel over the public internet to connect two networks (such as an on-premises data center and a cloud VPC), while VPC peering dire…