--- wikisrc/amazon_ec2.mdwn 2011/02/24 00:05:32 1.34
+++ wikisrc/amazon_ec2.mdwn 2011/02/28 00:43:39 1.36
@@ -97,7 +97,7 @@ The following AMIs are publicly availabl
32 bits:
- 64 bits: ami-f612e19f
+ 64 bits:
|
32 bits:
@@ -224,7 +224,6 @@ ec2_init()
)
}
-
load_rc_config $name
run_rc_command "$1"
"""]]
@@ -326,7 +325,7 @@ ATTACHMENT vol-24f88d4c i-5babe7
Before we can connect to our brand new instance, we have to allow connections on SSH port (22) through the AWS EC2 firewall:
[[!template id=programlisting text="""
-$ ec2-authorize default -p 22
+$ ec2-authorize default -p 22 --region us-east-1
GROUP default
PERMISSION default ALLOWS tcp 22 22 FROM CIDR 0.0.0.0/0
"""]]
|