version 1.34, 2011/02/24 00:05:32
|
version 1.35, 2011/02/25 00:35:09
|
Line 326 ATTACHMENT vol-24f88d4c i-5babe7
|
Line 326 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: |
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=""" |
[[!template id=programlisting text=""" |
$ ec2-authorize default -p 22 |
$ ec2-authorize default -p 22 --region us-east-1 |
GROUP default |
GROUP default |
PERMISSION default ALLOWS tcp 22 22 FROM CIDR 0.0.0.0/0 |
PERMISSION default ALLOWS tcp 22 22 FROM CIDR 0.0.0.0/0 |
"""]] |
"""]] |