From 9b6fcf53e54c77f38f05c0e9e5e12bb7072255a3 Mon Sep 17 00:00:00 2001 From: chrisdoman Date: Tue, 11 Nov 2025 16:29:55 +0000 Subject: [PATCH] Update overview.md --- docs/cado/deploy/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cado/deploy/overview.md b/docs/cado/deploy/overview.md index d748d1de3d..d2f923bafc 100644 --- a/docs/cado/deploy/overview.md +++ b/docs/cado/deploy/overview.md @@ -14,7 +14,7 @@ At its core, a / Forensic Acquisition and Investigation deployment consists of: Architecture diagrams are available for [AWS](/cado/deploy/aws/architecture), [Azure](/cado/deploy/azure/azure-architecture) and [GCP](/cado/deploy/gcp/gcp-architecture). ## What deployment options are available? -A “minimal” deployment involves starting a virtual machine with only the minimal permissions required to operate. This may be simpler in highly restricted environments. This is available in [AWS](/cado/deploy/aws/aws_quick_deployment), [Azure](/cado/deploy/azure/azure-quickstart-deployment) and [GCP](/cado/deploy/gcp/gcp-quickstart-deployment-guide). +A “simple” deployment involves starting a virtual machine with only the minimal permissions required to operate. This may be simpler in highly restricted environments. This is available in [AWS](/cado/deploy/aws/aws_quick_deployment), [Azure](/cado/deploy/azure/azure-quickstart-deployment) and [GCP](/cado/deploy/gcp/gcp-quickstart-deployment-guide). A full deployment enables the ability to utilize workers for faster processing and importing large systems. This is available in Cloudformation in [AWS](/cado/deploy/aws/cloudformation), and Terraform in [AWS](/cado/deploy/aws/terraform), [Azure](/cado/deploy/azure/azure-deploy) and [GCP](/cado/deploy/gcp/gcp-deploy).