Skip to content

Commit 8bc2c35

Browse files
authored
Update CISFeatures.md
1 parent e65b97a commit 8bc2c35

File tree

1 file changed

+5
-5
lines changed
  • cd3_automation_toolkit/documentation/user_guide/learn_more

1 file changed

+5
-5
lines changed

cd3_automation_toolkit/documentation/user_guide/learn_more/CISFeatures.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Below CIS Features have been included as part of Automation Toolkit. These are not part of CD3 Excel sheet but just included into setUpOCI Menu "**CIS Compliance Features**".
55

66

7-
**1. Run CIS compliance checker script**
7+
#### **1. Run CIS compliance checker script**
88

99
You can choose to run CIS compliance checker script against your tennacy using the Automation Toolkit itself. It also enables you to download the latet script if needed. Folder with name _<customer\_name>\_cis\_report_ gets created under _/cd3user/tenancies/<customer\_name>/_ and it contains all the reports genertaed by the script.
1010
<br>As a best practice, the script should be executed after every deployment in the tenancy. And the output report should be analysed to minimise the reported anomalies as per the design requirements.
1111

12-
**2. Create Key/Vault, Object Storage Bucket and enable Logging for write events to bucket:**
12+
#### **2. Create Key/Vault, Object Storage Bucket and enable Logging for write events to bucket:**
1313

1414
Below tf files are created
1515

@@ -20,15 +20,15 @@ Below tf files are created
2020
|cis-oss.auto.tfvars |TF variables file for creating OSS bucket using above key (instead of Oracle Managed Keys). This is also created under specified region directory.|
2121
|cis-oss-logging.auto.tfvars|TF variables file for enabling logging for write events of the above created bucket. This is also created under specified region directory.|
2222

23-
**3. Create Default Budget:**
23+
#### **3. Create Default Budget:**
2424

2525
This option will ask for monthly budget (in US$) and Threshold percentage of Budget and bellow tf files are created:
2626

2727
| File name | Description|
2828
|---|---|
2929
|cis-budget.auto.tfvars |TF variables file for crating budget.|
3030

31-
**4. Enable Cloud guard**
31+
#### **4. Enable Cloud guard**
3232

3333
This will enable cloud guard for tenancy from home region, creates Oracle Managed detector and responder recipes. Also creates a target for root compartment with the default Oracle Managed recipes.
3434
Below TF file is created:
@@ -37,7 +37,7 @@ Below TF file is created:
3737
|---|---|
3838
|cis-cloudguard.auto.tf |vars TF variables file for enabling cloud guard and creating target for root compartment. |
3939

40-
**5. Enable VCN Flow Logs**
40+
#### **5. Enable VCN Flow Logs**
4141

4242
This will enable Flow logs for all the subnets mentioned in Subnets' tab of CD3 Excel sheet. Log group for each VCN is created under the same compartment as specified for VCN and all subnets are added as logs to this log group.
4343

0 commit comments

Comments
 (0)