Add an elastic IP; add an SG for REST ports

This commit is contained in:
Alex Schoof
2021-08-31 09:51:56 -04:00
parent 69ff7aba6e
commit 0d92c1ab25
3 changed files with 20 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ listen=0.0.0.0:9735
# gRPC socket binding
rpclisten=0.0.0.0:10009
# REST socket binding
restlisten=0.0.0.0:8080
# Avoid slow startup time
sync-freelist=1
@@ -184,4 +187,5 @@ chown -R ec2-user: /home/ec2-user/bin
echo '*/5 * * * * ec2-user /home/ec2-user/.npm-global/bin/bos unlock /home/ec2-user/.lnd/wallet_password' >> /etc/crontab
# Start lnd!
systemctl enable lnd.service
systemctl start lnd.service