From af2f55b2c52e245824bd76c38f2cdb178df08a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Duss=C3=A9aux?= Date: Sat, 4 Sep 2021 19:24:45 +0100 Subject: [PATCH] Mentioning that AZs need to be updated --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0e3c78..810ccfe 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ This project makes it really easy (or at least as easy as it can be) to run a li - Install the CDK CLI (https://docs.aws.amazon.com/cdk/latest/guide/cli.html) ## Instructions -1. cd into the `thundercloud` root and do `npm install`. -2. run `cdk bootstrap` (only needed once per account) and then `cdk deploy` -3. watch the pretty bars fill up -4. It will spit out something like this: +0. update "lightningnode-stack.ts" depending on your Availability Zones (AZs) +1. cd into the `ThunderCloud` root and do `npm install` +2. run `cdk bootstrap` (only needed once per account) +3. run `cdk deploy` +4. watch the pretty bars fill up +5. It will spit out something like this: ``` Outputs: ThundercloudStack.DownloadKeyCommand = aws secretsmanager get-secret-value --secret-id ec2-ssh-key/cdk-keypair/private --query SecretString --output text > cdk-key.pem && chmod 400 cdk-key.pem @@ -57,4 +59,4 @@ No. Maybe it will in the future. Right now it's lncli and bos only. - use ec2 instance-connect instead of the ssh key ## Credits -Most of the lnd.conf and the systemd unit script were cribbed from Alex Bosworth's run-lnd repo (https://github.com/alexbosworth/run-lnd) \ No newline at end of file +Most of the lnd.conf and the systemd unit script were cribbed from Alex Bosworth's run-lnd repo (https://github.com/alexbosworth/run-lnd)