Soutrik commited on
Commit
3c9c835
1 Parent(s): ed5638a

aws cli installed in ec2

Browse files
Files changed (1) hide show
  1. install_docker.md +7 -0
install_docker.md CHANGED
@@ -32,4 +32,11 @@ tar xzf ./actions-runner-linux-x64-2.320.0.tar.gz
32
  ./config.sh --url https://github.com/soutrik71/pytorch-template-aws --token A75IT2B6B7L22EQZFM6AZLLHFIVA2
33
  # cd actions-runner/
34
  ./run.sh
 
 
 
 
 
 
 
35
  ```
 
32
  ./config.sh --url https://github.com/soutrik71/pytorch-template-aws --token A75IT2B6B7L22EQZFM6AZLLHFIVA2
33
  # cd actions-runner/
34
  ./run.sh
35
+ ```
36
+ ** Activate aws cli
37
+ ```bash
38
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
39
+ unzip awscliv2.zip
40
+ sudo ./aws/install
41
+ aws --version
42
  ```