Confirmed users
3,104
edits
(→IT) |
(→Puppet) |
||
| Line 16: | Line 16: | ||
* To create a master instance use the following snippet as a template. Don't forget to adjust the name and region accordingly (or use the snippets produced with the "<tt>--bash FILE</tt>" option): | * To create a master instance use the following snippet as a template. Don't forget to adjust the name and region accordingly (or use the snippets produced with the "<tt>--bash FILE</tt>" option): | ||
<pre> | <pre> | ||
ssh | ssh buildduty@aws-manager1.srv.releng.scl3.mozilla.com | ||
source /builds/aws_manager/bin/activate | |||
source | cd /builds/aws_manager | ||
cd | |||
python scripts/aws_create_instance.py -c configs/master-linux64 -r us-west-2 -s aws-releng \ | |||
-k secrets/aws-secrets.json --ssh-key ~/.ssh/aws-ssh-key \ | |||
-i cloud-tools/instance_data/us-west-2.instance_data_master.json buildbot-master58 | |||
-k | |||
-i instance_data/us-west-2.instance_data_master.json buildbot-master58 | |||
</pre> | </pre> | ||