From d4d78eaea849571f23dd26e1d0be898e1b514090 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 29 Jul 2021 21:09:41 -0700 Subject: [PATCH] Update README.md --- AWS/Terraform/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AWS/Terraform/README.md b/AWS/Terraform/README.md index b375e3f..e312cf5 100644 --- a/AWS/Terraform/README.md +++ b/AWS/Terraform/README.md @@ -9,11 +9,11 @@ terraform state pull | curl -s -X POST -H "Content-Type: application/json" -d @ ### Method 1 - Pre-built AMIs -#### Estimated time to build: 30 minutes +#### Estimated time to build: ~5 minutes As of March 2019, I am now sharing pre-built AMIs on the Amazon Marketplace. The code inside of main.tf uses Terraform data sources to determine the correct AMI ID and will use the pre-built AMIs by default. -Using this method, it should be possible to bring DetectionLab online in under 30 minutes. +Using this method, it should be possible to bring DetectionLab online in under 10 minutes. The instructions for deploying DetectionLab in AWS using the pre-built AMIs are available here: [Pre-Built AMIs README](./Pre-Built_AMIs.md)