Clarification on the <AWS setup with EC2> 1. For t...
# help
o
Clarification on the AWS setup with EC2 1. For the step: Download the binary to run on the EC2 instance. How do I download and run the binary on an EC2? 2. Grant lakeFS permissions to DynamoDB a. Does this need to be done before the download the binary?
o
Hi and welcome to the lake lakefs To install lakeFS you can use docker, Kubernetes/Helm or you can download the latest LakeFS binary from the LakeFS GitHub releases page. Use
wget
to download the binary directly to your EC2 instance. First, navigate to the LakeFS releases page to find the latest version. Replace
VERSION
with the desired version number. For example, to download version 0.80.0: wget https://github.com/treeverse/lakeFS/releases/download/v0.80.0/lakefs
Regarding DynamoDB permissions, this is a prerequisite. It affects the run of the server, can be done after you download but before you run it