I created a new instance of a Gentoo AMI (Gentoo_64-bit-EBS-2012-03-02-07-39-15 (ami-6ab26f03)
).
Both Status Checks passed (both system and instance reachability passed).
I know the Key Pair Name is correct, because I used the same keys to connect to the default Amazon Linux (amzn-ami-2011.09.2.x86_64-ebs (ami-1b814f72)
).
This is what the verbose mode of SSH says (replaced the IP info with 99.99.99.99)
hobbes3@hobbes3:~/.ssh$ ssh -v root@ec2-99-99-99-99.compute-1.amazonaws.com
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /Users/hobbes3/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: Connecting to ec2-99-99-99-99.compute-1.amazonaws.com [99.99.99.99] port 22.
debug1: connect to address 99.99.99.99 port 22: Operation timed out
ssh: connect to host ec2-99-99-99-99.compute-1.amazonaws.com port 22: Operation timed out
Is there something else I can do to see what the problem could be? Because operation timing out is a very vague output.