From 40826101d798ba0ecafad8b62edd14104bf82091 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 12 Sep 2011 10:06:23 -0500 Subject: [PATCH] [docs] add note about ec2 default username closes #383 --- docs/compute/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compute/index.markdown b/docs/compute/index.markdown index c8cd494c5..34cffc388 100644 --- a/docs/compute/index.markdown +++ b/docs/compute/index.markdown @@ -35,7 +35,7 @@ With that in hand we are ready to start making EC2 calls! ## Servers the EC2 way -Creating a server on EC2 is very easy if you are willing to accept the defaults (the smallest server size, using Ubuntu 10.04 LTS). +Creating a server on EC2 is very easy if you are willing to accept the defaults (the smallest server size, using Ubuntu 10.04 LTS). NOTE: the default EC2 image uses the 'ubuntu' username, rather than 'root' like other services. server = connection.servers.create