Terminology Index
Glossary
2953 terms
VPC Design
Designing a VPC (or set of VPCs) for security and operations, subnet layout, routing, gateways, segmentation, the engineering decisions that shape what's possible to enforce later.
VPC design sets the foundation: which subnets are public vs private, how traffic egresses, how internal segmentation enforces blast-radius limits, how cross-VPC and on-prem connectivity is brokered. Early design choices are expensive to undo later, so engineers think them through deliberately, often anchored in patterns like landing zones or hub-and-spoke. As a cloud-engineering topic, VPC design is one of the most consequential architectural choices in cloud security work.
Introduced in: Cloud Security Engineer Fundamentals
Examples
- Designing private/public subnet layout with carefully scoped egress.
- Choosing hub-and-spoke vs flat VPC architecture per scale and security needs.
- Anchoring VPC design in a landing-zone pattern.
Related
