@@ -23,8 +23,8 @@ A hybrid development setup where your code runs on a pre-configured Amazon Linux
2323## 1.2 Configure Instance Settings
2424Name: genai-idp-dev-environment(example)
2525AMI Selection:
26- ** Amazon Linux 2023**
27- - Architecture: 64-bit (x86)
26+ ** Amazon Linux 2023**
27+ - Architecture: 64-bit (x86)
2828Instance 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:
4040Security Group Configuration:
41411 . Create new security group
42422 . 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
7373cd scripts
7474sh ./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
7777source /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
8484Install:
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
1171173 . 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
1211215 . Click "Next"
1221226 . Add description (optional): "Development Environment"
1231237 . Click "Create access key"
0 commit comments