Terminology Index
Glossary
2953 terms
Hub-and-Spoke
A cloud network topology where a central hub network connects to multiple isolated spoke networks, centralizing shared services like connectivity, inspection, and egress while keeping workloads segmented in their own spokes.
In hub-and-spoke, a central hub hosts shared networking and security services, connectivity, firewalls, egress inspection, while each spoke holds workloads isolated from one another, routing through the hub. This centralizes control and inspection (every spoke's traffic can be filtered at the hub) and enforces segmentation between workloads, making it a common, security-favorable cloud network design that a cloud engineer uses to apply consistent egress control and monitoring.
Introduced in: Cloud Security Engineer Fundamentals
Examples
- Routing all spoke egress through a central hub for inspection.
- Isolating each workload environment in its own spoke network.
- Centralizing shared firewalls and connectivity in the hub.
Related
