Patrick Walukagga commited on
Commit
40b7cbf
·
1 Parent(s): 139cea6

Remove large PDF file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +1 -1
.gitignore CHANGED
@@ -179,3 +179,4 @@ study_files.db
179
  study_files.json
180
 
181
  infra/ecs_config.toml
 
 
179
  study_files.json
180
 
181
  infra/ecs_config.toml
182
+ aws-cli.pdf
README.md CHANGED
@@ -89,7 +89,7 @@ Browse the application with the link `http://localhost:7860/`
89
 
90
  Install and configure the AWS CLI and aws credentials. See [link](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
91
 
92
- OR: See the pdf document [here](./aws-cli.pdf)
93
 
94
  Now follow the steps below to deploy to AWS ECS
95
 
 
89
 
90
  Install and configure the AWS CLI and aws credentials. See [link](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
91
 
92
+ OR: See the pdf document [here](https://docs.aws.amazon.com/pdfs/cli/latest/userguide/aws-cli.pdf#getting-started-quickstart)
93
 
94
  Now follow the steps below to deploy to AWS ECS
95