Skip to content

Commit a55b215

Browse files
authored
Update setup-cloud9.md
1/ update node to use v18 2/ fix `us-east-2` to `us-east-1` to match the comments around a sample configuration Signed-off-by: emile baizel <[email protected]>
1 parent 6719cd8 commit a55b215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup-cloud9.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ After arranging your environment windows, you'll want to install and update some
8484
```bash
8585
sudo pip install awscli --upgrade
8686
sudo yum install -y jq
87-
aws configure set default.region us-east-2
87+
aws configure set default.region us-east-1
8888
```
8989

9090
Install NodeJS v18 and set as the default version
9191

9292
```bash
93-
nvm install 16
94-
nvm use 16
95-
nvm alias default 16
93+
nvm install 18
94+
nvm use 18
95+
nvm alias default 18
9696
```
9797

9898
The AWS CDK includes the CDK Toolkit (also called the CLI), a command line tool for working with your AWS CDK apps and stacks. Install the CDK toolkit

0 commit comments

Comments
 (0)