--- wikisrc/amazon_ec2.mdwn 2011/02/18 02:14:27 1.10
+++ wikisrc/amazon_ec2.mdwn 2011/02/18 02:28:09 1.11
@@ -281,7 +281,7 @@ We pick the one with the correct archite
$ ec2-register -a x86_64 --kernel aki-4e7d9527 --region us-east-1 \
-b "/dev/sda1=snap-8aef2be6" -b "/dev/sda2=snap-deef2bb2" -n "NetBSD-x86_64-current" \
-d "<add your own description here>
-IMAGE ami-74d0231d
+IMAGE ami-74d0231d
"""]]
# Play with your first NetBSD instance
@@ -292,13 +292,12 @@ You can now start your own NetBSD instan
$ ec2-run-instances ami-74d0231d -t t1.micro -z us-east-1c
RESERVATION r-08218465 983624114127 default
INSTANCE i-953d72f9 ami-74d0231d pending 0 t1.micro 2011-02-18T02:05:46+0000 us-east-1c aki-4e7d9527 monitoring-disabled
+*** Wait a few minutes, micro instances take time to start ***
+# Query console output for your new instance
$ ec2-get-console-output i-953d72f9
[...]
-
"""]]
-## Create the instance
-
## Connect to it
## And now?