# Cloud Asset Inventory
!!! tip "Nubenetes V2 Elite Portal"
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the [**V1 Historical Archive**](/v1/cloud-asset-inventory/).
!!! info "Architectural Context"
Detailed reference for Cloud Asset Inventory in the context of Architectural Foundations.
## Table of Contents
1. [Cloud Infrastructure and Orchestration](#cloud-infrastructure-and-orchestration)
- [Asset Management and Governance](#asset-management-and-governance)
- [Cloud Analytics](#cloud-analytics)
- [Public Cloud Administration](#public-cloud-administration)
- [AWS Fundamentals](#aws-fundamentals)
- [Azure Architecture](#azure-architecture)
- [Serverless Architecture](#serverless-architecture)
- [Case Studies](#case-studies)
- [Storage and Databases](#storage-and-databases)
- [Distributed Block Storage](#distributed-block-storage)
1. [Infrastructure as Code](#infrastructure-as-code)
- [Architecture](#architecture)
- [Diagrams](#diagrams)
## Cloud Infrastructure and Orchestration
### Asset Management and Governance
#### Cloud Analytics
- **(2026)** [cloudquery.io: Cloud Query: The open-source cloud asset inventory powered by SQL](https://www.cloudquery.io) [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — An open-source high-performance security and asset discovery tool that parses cloud configuration APIs into standard SQL databases. Enables infrastructure teams to perform complex auditing, compliance mapping, and security reporting.
- **(2026)** [steampipe](https://steampipe.io) [GO CONTENT] [COMMUNITY-TOOL] — An extensible open-source command-line framework that translates APIs and cloud inventories into virtual SQL tables. Enables DevOps engineers to construct real-time dashboards and audit configuration profiles on multi-cloud hosts.
- **(2023)** [cloudquery.io: Building an Open-Source Cloud Asset Inventory with CloudQuery and Grafana](https://www.cloudquery.io/learning-center/cloud-asset-management) [SQL CONTENT] [COMMUNITY-TOOL] [GUIDE] — Step-by-step implementation guide detailing how to ingest cloud infrastructure state via CloudQuery and visualize data patterns within Grafana. Outlines pipeline construction, scheduling, and database optimization.
- **(2022)** [Querying AWS at scale across APIs, Regions, and accounts](https://aws.amazon.com/blogs/opensource/querying-aws-at-scale-across-apis-regions-and-accounts) [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Enterprise guide mapping performance configurations designed to query massive multi-account, multi-region AWS environments. Analyzes API latency limitations, concurrency protocols, and security audits utilizing SQL query abstractions.
### Public Cloud Administration
#### AWS Fundamentals
- **(2023)** [AWS Cloud Practitioner - Curso Completo 2023](https://www.youtube.com/watch?v=zQyrhjEAqLs) [SPANISH CONTENT] [COMMUNITY-TOOL] — Comprehensive Spanish instructional syllabus targeting the AWS Certified Cloud Practitioner domain. Details key global infrastructure components, core services (EC2, S3, RDS, VPC), billing architectures, and foundational security frameworks.
#### Azure Architecture
- **(2025)** [Transitioning an Existing Azure Environment to the Azure Landing Zone Reference Architecture](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/enterprise-scale/transition) [N/A CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [LEGACY] — Architectural migration playbook addressing transitioning legacy cloud setups to formal Microsoft Azure Landing Zones. Covers organizational tier hierarchies, network architectures, and systemic governance patterns.
- **(2025)** [Subscription Vending Implementation Guidance](https://learn.microsoft.com/en-us/azure/architecture/landing-zones/subscription-vending) [BICEP CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Automated governance framework detailing Azure Subscription Vending models. Outlines how to programmatically create subscription structures incorporating secure routing, virtual network configurations, policies, and role-based access management.
### Serverless Architecture
#### Case Studies
- **(2021)** [ServerlessHorrors: A Web Compiling Nightmares in the Serverless World](https://revistacloud.com/serverlesshorrors-la-web-que-recoge-las-peores-pesadillas-del-mundo-serverless) [N/A CONTENT] [COMMUNITY-TOOL] — A catalog documenting real-world runtime failures, billing anomalies, database connection exhaustion, cold start latency bottlenecks, and unexpected vendor configurations within modern serverless cloud setups.
### Storage and Databases
#### Distributed Block Storage
- **(2026)** [==Ceph: A Distributed Object, Block, and File Storage Platform==](https://github.com/ceph/ceph) ⭐ 16707 [C++ CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — An enterprise-grade, highly scalable distributed storage ecosystem providing object, block, and file system storage on a single unified cluster. Widely adopted as the primary storage layer backing cloud platforms and Kubernetes orchestration (Rook-Ceph).
## Infrastructure as Code
### Architecture
#### Diagrams
- **(2024)** [CloudCanvas - Diagramming for Cloud Infrastructure](https://cloudcanvas.co) [TYPESCRIPT CONTENT] [EMERGING] — CloudCanvas is an emerging interactive workspace tool tailored for designing cloud topologies and auto-generating infrastructure-as-code manifests. By linking architectural nodes directly to API-driven configurations, it helps bridge the gap between architectural diagramming and operational execution.
---
💡 **Explore Related:** [Demos](./demos.md) | [Kubernetes](./kubernetes.md) | [Cloud Arch Diagrams](./cloud-arch-diagrams.md)