Update aws.md

typo fix
This commit is contained in:
2023-08-29 17:12:53 +02:00
committed by GitHub
parent 5e2b1d40a9
commit bfba14bf8a

View File

@@ -8,7 +8,7 @@ Cloudformation template for automated deployment of lspd, bitcoind and cln with
[Cloudformation template](../deploy/deploy.yml) will automatically deploy several things: [Cloudformation template](../deploy/deploy.yml) will automatically deploy several things:
- new ec2 instance (m6a.xlarge) to your selected VPC - new ec2 instance (m6a.xlarge) to your selected VPC
- bitcoind - bitcoind
- clnd (with postgresql as backend) - cln (with postgresql as backend)
- lspd - lspd
### After deployment steps ### After deployment steps
@@ -39,4 +39,4 @@ All credentials are generated automatically and are written down in ```/home/lsp
**Store them securely and delete the file.** **Store them securely and delete the file.**
### Debugging ### Debugging
Log file of deployment is written to ```/tmp/deployment.log``` where you can see the entire output of what happend during deployment. Log file of deployment is written to ```/tmp/deployment.log``` where you can see the entire output of what happend during deployment.