Skip to content

Commit

Permalink
Corrected paths for install.sh/cleanup.sh commands in jark.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-org authored Jan 4, 2025
1 parent 06c0bb1 commit a59245c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/docs/blueprints/ai-ml/jark.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,13 @@ Clone the repository
```bash
git clone https://github.com/awslabs/data-on-eks.git
```
:::info
If you are using profile for authentication
set your `export AWS_PROFILE="<PROFILE_name>"` to the desired profile name
:::

Navigate into one of the example directories and run `install.sh` script


:::info
Ensure that you update the region in the `variables.tf` file before deploying the blueprint.
Additionally, confirm that your local region setting matches the specified region to prevent any discrepancies.
Expand All @@ -99,7 +102,7 @@ For example, set your `export AWS_DEFAULT_REGION="<REGION>"` to the desired regi


```bash
cd data-on-eks/ai-ml/jark-stack/ && chmod +x install.sh
cd data-on-eks/ai-ml/jark-stack/terraform && chmod +x install.sh
./install.sh
```

Expand Down Expand Up @@ -168,7 +171,7 @@ To avoid unwanted charges to your AWS account, delete all the AWS resources crea
This script will cleanup the environment using `-target` option to ensure all the resources are deleted in correct order.

```bash
cd data-on-eks/ai-ml/jark-stack/ && chmod +x cleanup.sh
cd data-on-eks/ai-ml/jark-stack/terraform && chmod +x cleanup.sh
```

</CollapsibleContent>

0 comments on commit a59245c

Please sign in to comment.