Skip to content

Commit 7394e3c

Browse files
Update 2 files
- /scripts/dev_setup.sh - /docs/Developer Environment Guide for Linux.md
1 parent 32b209d commit 7394e3c

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/Developer Environment Guide for Linux.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,9 @@ Host genai-idp-dev
107107
4. Open folder: /home/ec2-user/accelerated-intelligent-document-processing-on-aws
108108

109109
# Step 5: AWS Configure
110-
For aws configure you need "access key" and "secret access key"
111-
If you have one use that or create access key
112-
1. In the AWS Console search bar, Click on "IAM" service
113-
2. In the left sidebar, click "Users"
114-
- Find and click on your username
115-
- Click on the "Security credentials" tab
116-
- Scroll down to "Access keys" section
117-
3. Click "Create access key"
118-
4. Choose use case:
119-
**"Command Line Interface (CLI)"** - for development
120-
**"Local code"** - for applications
121-
5. Click "Next"
122-
6. Add description (optional): "Development Environment"
123-
7. Click "Create access key"
124-
8. Click "Download .csv file" to save both keys
110+
### Refer this link for AWS configure
111+
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html
112+
- "Download .csv file" to save both keys
125113

126114
### In VScode Terminal run this script
127115
aws configure

scripts/dev_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# on Amazon Linux 2023 systems. It installs Python 3.13, AWS CLI, SAM CLI, Node.js, Docker,
1111
# and other essential development tools.
1212
#
13-
# Usage: ./linux_dev_setup.sh
13+
# Usage: ./dev_setup.sh
1414
# Note: Reboot required after completion
1515
##############################################################################################
1616

0 commit comments

Comments
 (0)