diff --git a/core/Version.php b/core/Version.php
index a924b46bc7d2de2bd0739cf59c5f12e50c50d296..af6db311ed952cdd95bd323fdaf5e28a077d27a0 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.9.0-b3';
+    const VERSION = '2.9.0-b4';
 }
diff --git a/plugins/TestRunner/README.md b/plugins/TestRunner/README.md
index 822b05dbbab0e8d23b806b9e3bdf59ebc26c70ea..be10873613aef841a116c37e61a31c546721155c 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:
+```
+