From d88c02173bdc1245d1ce8cfe5479c7ae67d05d30 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry <matt@piwik.org> Date: Tue, 4 Nov 2014 21:20:51 +1300 Subject: [PATCH] How do I create a new key/pair for a developer --- plugins/TestRunner/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plugins/TestRunner/README.md b/plugins/TestRunner/README.md index 822b05dbba..59deba0a20 100644 --- a/plugins/TestRunner/README.md +++ b/plugins/TestRunner/README.md @@ -48,4 +48,17 @@ __How can I change the base image (AMI) that is used for AWS tests?__ * Once everything works remove the outdated AMI by selecting it and clicking `Actions => Deregister`. In the future once everything is completely automated we would simple create a new instance out of ((Vagrant || Docker) && Puppet) whenever we need a change but it takes a lot of time to do this and is not worth it right now. - \ No newline at end of file + +__ How do I create a new EC2 key/pair for a developer?__ + +1. Go to: https://console.aws.amazon.com/ec2/v2/home?region=us-east-1 +2. Click `Create Key Pair` +3. Send PGP email +``` +Here are info for running tests on Ec2 + * Access Key ID: + * Secret Access Key: + * aws_keyname = "piwik-xyz" + * PEM file content is: +``` + -- GitLab