Skip to content

Instantly share code, notes, and snippets.

@alexbosworth
Last active January 25, 2019 00:06
Show Gist options
  • Save alexbosworth/032fb91330f2aea4971e3414780a317b to your computer and use it in GitHub Desktop.
Save alexbosworth/032fb91330f2aea4971e3414780a317b to your computer and use it in GitHub Desktop.

VPC Setup

Setting up an instance for LND

Instance Type

  • EC2: T3 small or better

OS

  • Ubuntu 18.04.1 LTS is a good choice

IP

  • EC2: You need to assign a public IP, but you will only get 5 IPs per region

Ports

  • 9735: LN P2P Port
  • 10009: LND gRPC Port

Logging In

// EC2: Make sure the read permission on the downloaded keypair are set to only your user

ssh -i PATH_TO_KEYPAIR ubuntu@<IP ADDRESS>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment