@@ -59,25 +59,25 @@ Note: When using the gem for installation, get_sts_creds will be added to your P
5959```
6060// Amazon Linux should have git, ruby, and gem installed
6161$ gem install aws-sdk-core
62- $ git clone https://github.com/aws /aws-codedeploy-session-helper .git OR gem install aws-codedeploy-session-helper
63- $ bin/get_sts_creds <args>
62+ $ git clone https://github.com/awslabs /aws-codedeploy-samples .git OR gem install aws-codedeploy-session-helper
63+ $ utilities/aws-codedeploy-session-helper/ bin/get_sts_creds <args>
6464```
6565### Ubuntu
6666```
6767$ sudo apt-get install ruby // if not installed
6868$ sudo apt-get install rubygems // if not installed. For 14.04, try rubygems-integration
6969$ sudo apt-get install git // if not installed and using git clone to install instead of gem
7070$ sudo gem install aws-sdk-core
71- $ git clone https://github.com/aws /aws-codedeploy-session-helper .git OR gem install aws-codedeploy-session-helper
72- $ bin/get_sts_creds <args>
71+ $ git clone https://github.com/awslabs /aws-codedeploy-samples .git OR gem install aws-codedeploy-session-helper
72+ $ utilities/aws-codedeploy-session-helper/ bin/get_sts_creds <args>
7373```
7474### Windows
75751 . Install Ruby from rubyinstaller.org (the 2.3 version comes w/ Gem)
76761 . ` > gem install aws-sdk-core `
77771 . Install Git from https://git-scm.com/download/win
78- 1 . ` > git clone https://github.com/aws /aws-codedeploy-session-helper .git ` OR ` > gem install aws-codedeploy-session-helper `
78+ 1 . ` > git clone https://github.com/awslabs /aws-codedeploy-samples .git ` OR ` > gem install aws-codedeploy-session-helper `
79791 . ` > chdir <install dir> `
80- 1 . ` > ruby bin/get_sts_creds <args> `
80+ 1 . ` > ruby utilities/aws-codedeploy-session-helper/ bin/get_sts_creds <args> `
8181## Automation
8282For a Linux machine, you can automate the execution of this tool with the following cron
8383```
0 commit comments