generated from oracle-quickstart/oci-quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create README.md * Update README.md
- Loading branch information
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
|
||
# CIS OCI Landing Zone Assets | ||
|
||
The CIS OCI Landing Zone automates the creation of a secure tenancy that follows the guidelines in the CIS (Center for Internet Security) OCI benchmark. | ||
|
||
The following table summarizes the curated list of resource URLs for the CIS OCI Landing Zone: | ||
<table> | ||
<tr> | ||
<th>Resource Title</th> | ||
<th>URL</th> | ||
</tr> | ||
<tr> | ||
<td colspan="2" align="center"><h2>CIS OCI Landing Zone Quickstart</h2></td> | ||
</tr> | ||
<tr> | ||
<td>Deploy a secure landing zone that meets the CIS Foundations Benchmark for Oracle Cloud</td> | ||
<td>https://docs.oracle.com/en/solutions/cis-oci-benchmark/index.html#GUID-89CA48AA-73E1-4992-A43F-CA5FA5CE21CD</td> | ||
</tr> | ||
<tr> | ||
<td>CIS OCI LZ Deployment Guide</td> | ||
<td>https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/blob/main/DEPLOYMENT-GUIDE.md</td> | ||
</tr> | ||
<tr> | ||
<td>Live Lab: Deploying Oracle Cloud Infrastructure Center for Internet Security Landing Zone</td> | ||
<td>https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3662</td> | ||
</tr> | ||
<tr> | ||
<td>CIS Landing Zone Oracle University training course</td> | ||
<td>https://mylearn.oracle.com/ou/course/oci-landing-zone/123962/193003</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: oci-cis-landingzone-quickstart</td> | ||
<td>https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart<br><br> | ||
This repository encloses two deliverables:<br> | ||
- A reference implementation written in Terraform HCL (Hashicorp Language) that provisions fully functional resources in an OCI tenancy.<br> | ||
- A Python script that performs compliance checks for most of the CIS OCI Foundations Benchmark recommendations. The script is completely independent of the Terraform code and can be used against any existing tenancy. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>CIS Compliance Checker script</td> | ||
<td>https://github.com/oracle-quickstart/oci-cis-landingzone-quickstart/blob/main/compliance-script.md</td> | ||
</tr> | ||
</tr> | ||
<tr> | ||
<td>Secure Workloads</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-secure-workloads</td> | ||
</tr> | ||
<tr> | ||
<td colspan="2" align="center"><h2>CIS OCI Landing Zone Enhanced Modules</h2></td> | ||
</tr> | ||
<tr> | ||
<td>CIS Landing Zone Enhanced Modules</td> | ||
<td>https://blogs.oracle.com/ateam/post/cis-landing-zone-enhanced-modules</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: Identity & Access Management Modules</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-cis-landing-zone-iam</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: Networking Modules</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-cis-landing-zone-networking</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: Governance Modules</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-cis-landing-zone-governance</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: Security Modules</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-cis-landing-zone-security</td> | ||
</tr> | ||
<tr> | ||
<td>GitHub Repo: Observability & Monitoring Modules</td> | ||
<td>https://github.com/oracle-quickstart/terraform-oci-cis-landing-zone-observability</td> | ||
</tr> | ||
</table> |