From 11445f14ea274bf3d3adf159d825b59b69954e82 Mon Sep 17 00:00:00 2001 From: Matthew Zhao Date: Wed, 10 Mar 2021 22:22:14 -0800 Subject: [PATCH] update docs --- deploy/aws/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/aws/README.md b/deploy/aws/README.md index ef6ff2c..66a0f88 100644 --- a/deploy/aws/README.md +++ b/deploy/aws/README.md @@ -1,14 +1,14 @@ # This is the deployment Infrastructure as code for use with AWS ## configuration, please set them as env var - * `LOCALTUNNEL_BASE_DOMAIN` the base domain for the localtunnel server, must be a root domain like example.com + * `LOCALTUNNEL_BASE_DOMAIN` the root domain in route53 * `LOCALTUNNEL_ROUTE53_ID` the ID of the route53 hosted zone for the domain - + * `LOCALTUNNEL_DOMAIN` the domain of the localtunnel server ## After setting the environment variables, simply run: ```npm i && cdk deploy``` ## Deployed Architecture -1. This Architecture brings up a ECS fargate cluster, 2 public subnets, 2 private subnets, and 2 NAT gateways +1. This Architecture brings up a ECS fargate cluster and 2 public subnets 2. It spins up a container that runs using fargate runtype with the upstream docker image