Understand the Design Principles
Prioritize Security
Understand Landing Zone Modules
Module | Description |
---|---|
Compartments | Contains submodules for creating the compartment structure for the enterprise scale baseline landing zone. These compartments include the parent compartment and compartments for security, networking, and workloads. |
Budget | Builds a compartment-level budget alarm based on a threshold that you define. The budget is valid for everything that resides under the parent compartment. This module is optional. |
Virtual cloud network (VCN) | Builds and configures all network-related resources, including a VCN, subnets, gateways, security lists, and routing rules. This module also configures optional dynamic routing gateways (DRGs), by using either Site-to-Site VPN or FastConnect. |
Identity and access management (IAM) | Creates nearly all required policies and groups. A submodule creates accounts for emergency access, called break-glass users.In some cases, if permissions are related to a specific feature, an IAM policy might be created in a different module. For example, if Cloud Guard is used, the related IAM policies are created in the Cloud Guard submodule. |
Security | Implements VCN flow logs, Cloud Guard, Audit logs, and the Bastion service. |
Use Non-Breaking Changes
Use Workload Expansion
The expansion stack is stackable meaning that once the first workload is deployed, the stack can be re-run to allow you to deploy additional workloads into the Landing Zone.
You can also go directly to the GitHub repository and access the code for the Enterprise Scale Baseline Landing Zone (refer to the Deploy article, elsewhere in this playbook).
Workload Expansion Architecture Compartments
Workload Expansion creates separate Workload compartments each time you run the stack, allowing you to segment your workloads based on department, team, and so on. Each compartment is built within the Applications compartment already deployed by the Baseline.
Description of the illustration elz-we-compartment.png
Networking
Workload Expansion also provisions additional private subnets so you can securely isolate your workloads from one another.
Description of the illustration elz-we-vcn.png
Identity
Workload Expansion provisions both a Workload-Admin with permissions to manage resources in the compartment and a Workload-Storage-User to use instances created within the compartment.