Skip to content

Commit 1551688

Browse files
authored
Merge pull request #413 from ldbc/emr-doc-add-login
Add description of CLI login for EMR
2 parents 44cf9c2 + 1a6fb69 commit 1551688

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/emr/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ In AWS IAM, add the following roles with **Create Role** | **AWS service** | **E
2222
* **EMR** a.k.a. `AmazonElasticMapReduceRole`, name it `EMR_DefaultRole`
2323
* **EMR Role for EC2** a.k.a. `AmazonElasticMapReduceforEC2Role`, name it `EMR_EC2_DefaultRole`
2424

25-
## Install the required libraries
25+
## Setting up locally
26+
27+
### Authentication
28+
29+
Using the [AWS CLI tool](https://aws.amazon.com/cli/), log in to your AWS account and set the AWS profile used (if any).
30+
31+
### Install the required libraries
2632

2733
Install the required libraries as described in the [main README](../../README.md#install-python-tools).
2834

0 commit comments

Comments
 (0)