Skip to content

Commit 42bb266

Browse files
authored
Removes Netlify Install Reqirements (#190)
* Removes Netlify Install Req * Adds Cost alert link
1 parent f357b91 commit 42bb266

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

code-401-javascript/1-httpie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
---
1818

19-
### [⇐ Previous](./README.md) | [Next](./2-netlify.md)
19+
### [⇐ Previous](./README.md) | [Next](./2-aws.md)

code-401-javascript/3-aws.md renamed to code-401-javascript/2-aws.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
As part of the 401 Curriculum and beyond, you'll be using various cloud service providers to deploy code. Here, we'll install the AWS command line tools
66

7-
> Optionally, you may go to <https://aws.amazon.com> and create an account. While you will not be charged, Amazon will want a Credit Card as validation. You will get $200 in free usage credits when you create your account
7+
> Optionally, you may go to <https://aws.amazon.com> and create an account. While you will not be charged, Amazon will want a Credit Card as validation. You will get $200 in free usage credits when you create your account. It is highly recommended that you [setup Billing and Cost Alerts](https://www.codefellows.org/blog/aws-without-breaking-the-bank){:target="_blank"} in your AWS account so that you do not incur unexpected charges.
88
99
1. Install the AWS CLI tools, by running this command in your terminal:
1010
- `brew install awscli`
@@ -15,6 +15,7 @@ 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+
1819
1. Install the Elastic Beanstalk CLI tools, by running this command in your terminal:
1920
- `brew install awsebcli`
2021
1. Confirm proper installation
@@ -27,4 +28,4 @@ As part of the 401 Curriculum and beyond, you'll be using various cloud service
2728

2829
---
2930

30-
### [⇐ Previous](./2-netlify.md) | [Next ⇒](./4-postgres.md)
31+
### [⇐ Previous](./1-httpie.md) | [Next ⇒](./3-postgres.md)

code-401-javascript/2-netlify.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

code-401-javascript/4-postgres.md renamed to code-401-javascript/3-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Type `\q` to exit the postgres client application and return to your bash shell.
6969

7070
---
7171

72-
### [⇐ Previous](./3-aws.md) | [Home ⇒](./)
72+
### [⇐ Previous](./2-aws.md) | [Home ⇒](./)

0 commit comments

Comments
 (0)