From 73a1dc144cb37dd4015837c960a7cdead752470f Mon Sep 17 00:00:00 2001 From: Kyle Marcel Martin Date: Tue, 14 Jan 2025 11:31:00 -0500 Subject: [PATCH] Update README.md - added docs links --- .../ois-cloud-storage-security/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/aws/projects/ois-cloud-storage-security/README.md b/aws/projects/ois-cloud-storage-security/README.md index 410f4df8..b6851f44 100644 --- a/aws/projects/ois-cloud-storage-security/README.md +++ b/aws/projects/ois-cloud-storage-security/README.md @@ -4,7 +4,26 @@ # Links +# Helpful Links for Cloud Storage Security + +## **Terraform Registry** +- [Terraform Module](https://registry.terraform.io/modules/cloudstoragesec/cloud-storage-security/aws/latest?tab=inputs) + +## **Help Documentation** +- [Help Docs](https://help.cloudstoragesec.com/) + +## **Deployment Cleanup** +- [Solution Cleanup / Uninstall](https://help.cloudstoragesec.com/console-overview/monitoring/deployment-overview#solution-cleanup-uninstall) + +## **Troubleshooting** +- [Objects Show Unscannable with Access Denied](https://help.cloudstoragesec.com/trouble-shooting/objects-show-unscannable-with-access-denied#global-kms-access-by-default) + +## **Security and Vulnerabilities** +- [Scan Console/Agent Images for Vulnerabilities](https://help.cloudstoragesec.com/faq/architecture-related#how-can-we-scan-your-console-agent-images-for-vulnerabilities) + # CHANGELOG - 1.0.0 -- 2025-01-10 - initial +- 1.0.1 -- 2025-01-14 + - added docs links