Skip to content

Commit

Permalink
Merge pull request #40 from aws-samples/main
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
kuettai authored Aug 29, 2024
2 parents fb9337a + 4876efd commit 5e1e591
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ sudo installer -pkg AWSCLIV2.pkg -target /
# Setup AWS Profile
aws configure --profile ss

# Setup before running screener command
python3 -m venv .
source bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
alias screener="python3 $(pwd)/main.py"

## When executing SS locally
screener --regions ap-southeast-1 --profile ss

Expand All @@ -33,9 +40,9 @@ screener --regions ap-southeast-1 --profile ss
```

## Pre-requisite
1. git account
1. fork the master repository from aws-samples
1. clone the forked repo to local machine
1. Login to your Git account
1. Fork the master repository from aws-samples
1. git clone <your forked repository url>
1. setup aws-cli follows aws official documentation: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
1. Setup necessary IAM Users with readOnly permission.
1. Generate Accesskey & Secret combination to be used by local machine
Expand Down

0 comments on commit 5e1e591

Please sign in to comment.