Setting up an instance for LND
- EC2: T3 small or better
- Ubuntu 18.04.1 LTS is a good choice
- EC2: You need to assign a public IP, but you will only get 5 IPs per region
- 9735: LN P2P Port
- 10009: LND gRPC Port
// EC2: Make sure the read permission on the downloaded keypair are set to only your user
ssh -i PATH_TO_KEYPAIR ubuntu@<IP ADDRESS>