You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,12 @@ An Amazon S3 bucket and a DynamoDB table can be used as a remote backend to stor
35
35
36
36
Security scanning is graciously provided by Prowler. Proowler is the leading fully hosted, cloud-native solution providing continuous cluster security and compliance.
37
37
38
-
| Benchmark | Description |
39
-
|--------|---------------|
40
-
| Ensure that encryption is enabled for RDS instances | Enabled for RDS created using this module. |
38
+
In this module, we have implemented the following CIS Compliance checks for S3:
39
+
40
+
| Benchmark | Description | Status |
41
+
|--------|---------------|--------|
42
+
| Ensure S3 bucket access logging is enabled on the CloudTrail S3 bucket | Enabled for S3 created using this module. |✔|
43
+
| Ensure the S3 bucket CloudTrail logs to is not publicly accessible | Enabled for S3 created using this module. |✔|
41
44
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
0 commit comments