Skip to content

Commit d60c058

Browse files
Update file Developer Environment Guide for Linux.md
1 parent 692141a commit d60c058

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/Developer Environment Guide for Linux.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ A hybrid development setup where your code runs on a pre-configured Amazon Linux
2323
## 1.2 Configure Instance Settings
2424
Name: genai-idp-dev-environment(example)
2525
AMI Selection:
26-
**Amazon Linux 2023**
27-
- Architecture: 64-bit (x86)
26+
**Amazon Linux 2023**
27+
- Architecture: 64-bit (x86)
2828
Instance Type:
2929
- Heavy development: t3.2xlarge (8 vCPU, 32 GB RAM)(recommended)
3030
(Other instance types will also work, but this is one we tested)
@@ -40,7 +40,7 @@ Instance Type:
4040
Security Group Configuration:
4141
1. Create new security group
4242
2. Add these inbound rules:
43-
- **SSH**: Port 22, Source: My IP
43+
- **SSH**: Port 22, Source: My IP
4444

4545
## 1.5 Storage Configuration
4646
- Size: 720 GiB
@@ -73,14 +73,14 @@ git clone https://github.com/aws-solutions-library-samples/accelerated-intellige
7373
cd scripts
7474
sh ./dev_setup.sh
7575

76-
### To upgrade the python version run this on EC2 instance
76+
### To upgrade the python version run this command on EC2 instance
7777
source /home/ec2-user/miniconda/bin/activate base
7878

7979
# Step 4: Install Visual Studio Code on Local Machine
8080
## 4.1 Visit the official website: Go to [https://code.visualstudio.com/](https://code.visualstudio.com/)
81-
Download: Click the "Download for Windows" button
82-
- This will download the User Installer (recommended for most users)
83-
- File name will be something like VSCodeUserSetup-x64-1.x.x.exe
81+
Download: Click the "Download for Windows" button
82+
- This will download the User Installer (recommended for most users)
83+
- File name will be something like VSCodeUserSetup-x64-1.x.x.exe
8484
Install:
8585
- Run the downloaded installer
8686
- Choose installation location (default is recommended)
@@ -115,9 +115,9 @@ If you have one use that or create access key
115115
- Click on the "Security credentials" tab
116116
- Scroll down to "Access keys" section
117117
3. Click "Create access key"
118-
4. Choose use case:
119-
- **"Command Line Interface (CLI)"** - for development
120-
- **"Local code"** - for applications
118+
4. Choose use case:
119+
**"Command Line Interface (CLI)"** - for development
120+
**"Local code"** - for applications
121121
5. Click "Next"
122122
6. Add description (optional): "Development Environment"
123123
7. Click "Create access key"

0 commit comments

Comments
 (0)