From 51e323d138a2382504172bdc8936feecc0fccb7d Mon Sep 17 00:00:00 2001 From: Jordan Laser Date: Fri, 22 Nov 2024 08:43:48 -0700 Subject: [PATCH] Update ARCHITECTURE.md --- research_datastream/terraform/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research_datastream/terraform/ARCHITECTURE.md b/research_datastream/terraform/ARCHITECTURE.md index 1730810e6..fc574fc9f 100644 --- a/research_datastream/terraform/ARCHITECTURE.md +++ b/research_datastream/terraform/ARCHITECTURE.md @@ -3,7 +3,7 @@ This document provides a technical look at the AWS infrastructure that is create The AWS State Machine diagram -![statemachine](../../docs/images/statemachine.jpg) +![statemachine](./images/AWS_infra_basic.jpg) Each green box represents a distinct AWS Lambda Function that is responsible for a task such as spawning an instance from an Amazon Machine Image or issuing commands to an instance. Together these lambdas coordinate the task of creating a cloud based host to which a user can issue commands.