mirror of
https://github.com/aljazceru/ThunderCloud.git
synced 2025-12-18 06:44:20 +01:00
prune dead code
This commit is contained in:
@@ -52,6 +52,7 @@ No. Maybe it will in the future. Right now it's lncli and bos only.
|
||||
- use an elastic-ip for the node
|
||||
- would be cool to do a 1/1 autoscaling group, but need to make sure channel backup is SOLID
|
||||
- second instance for a watchtower
|
||||
- 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)
|
||||
@@ -25,7 +25,6 @@ export class LightningNode extends cdk.Stack {
|
||||
name: 'cdk-keypair',
|
||||
description: 'Key Pair created with CDK Deployment',
|
||||
});
|
||||
key.grantReadOnPublicKey
|
||||
|
||||
// Security groups. I made three different ones because adding/removing SGs from instances
|
||||
// is easier to do through automation than changing rules on a single SG.
|
||||
|
||||
Reference in New Issue
Block a user