--- wikisrc/amazon_ec2.mdwn 2011/02/24 00:05:32 1.34 +++ wikisrc/amazon_ec2.mdwn 2011/02/25 00:35:09 1.35 @@ -326,7 +326,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 """]]