mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
ffd01e51dd
commit
40826101d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue