@@ -59,25 +59,25 @@ Note: When using the gem for installation, get_sts_creds will be added to your P
59
59
```
60
60
// Amazon Linux should have git, ruby, and gem installed
61
61
$ 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>
64
64
```
65
65
### Ubuntu
66
66
```
67
67
$ sudo apt-get install ruby // if not installed
68
68
$ sudo apt-get install rubygems // if not installed. For 14.04, try rubygems-integration
69
69
$ sudo apt-get install git // if not installed and using git clone to install instead of gem
70
70
$ 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>
73
73
```
74
74
### Windows
75
75
1 . Install Ruby from rubyinstaller.org (the 2.3 version comes w/ Gem)
76
76
1 . ` > gem install aws-sdk-core `
77
77
1 . 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 `
79
79
1 . ` > chdir <install dir> `
80
- 1 . ` > ruby bin/get_sts_creds <args> `
80
+ 1 . ` > ruby utilities/aws-codedeploy-session-helper/ bin/get_sts_creds <args> `
81
81
## Automation
82
82
For a Linux machine, you can automate the execution of this tool with the following cron
83
83
```
0 commit comments