amazon web services - Connect to EC2 Instance - Bitnami/Django -


im super new amazon cloud, nevermind ec2, i'm following amazon documentation, states:

  1. in command line shell, change directories location of private key file created when launched instance.

    use chmod command make sure private key file isn't publicly viewable. example, if name of private key file my-key-pair.pem, use following command:

  2. chmod 400 my-key-pair.pem

  3. ssh -i my-key-pair.pem ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com

i'm using

ssh -i myvaluepair.pem bitnami@<instancehere>.compute-1.amazonaws.com 

i fail on step #3 error of:

ssh: connect host <instancehere>.compute-1.amazonaws.com port 22: operation timed out 

i've tried rebooting ami - thoughts? i'm trying connect bitnami on amazon ec2 instance.

i have follow security policy: img

the problem with: img

it should have been:

22 (ssh)        0.0.0.0/0 80 (http)       0.0.0.0/0 

and not sg-e925a882

i using link setup bitnami-djangostack-1.5.1. instance.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -