Skip to content

Commit ed83ded

Browse files
authored
add Elastic Beanstalk to AWS install (#152)
lab-16 requires that EB-CLI be installed for task 2 competition. adding to setup is helpful
1 parent fe88b94 commit ed83ded

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

code-401-javascript/3-aws.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ As part of the 401 Curriculum and beyond, you'll be using various cloud service
1515
```bash
1616
aws-cli/2.0.19 Python/3.8.3 Linux/4.19.104-microsoft-standard botocore/2.0.0dev23
1717
```
18+
1. Install the Elastic Beanstalk CLI tools, by running this command in your terminal:
19+
- `brew install awsebcli`
20+
1. Confirm proper installation
21+
- `eb --version`
22+
- You should see output with these versions or higher:
23+
24+
```bash
25+
EB CLI 3.20.3 (Python 3.10.)
26+
```
1827

1928
---
2029

0 commit comments

Comments
 (0)