My security group has the following
1. Type
Oracle-RDS
2. Protocol
TCP
3. Port Range
1521
4. Source
Custom - 0.0.0.0/0
1. Type
SSH
2. Protocol
TCP
3. Port Range
22
4. Source
Custom - 0.0.0.0/0
I used an AWS Marketplace Virtual Machine (CentOS 7.4 Minimal) and I've associated an Elastic IP to the instance.
I created an SSH Key and downloaded the keys to my computer.
when I try to ssh, i get timed out.
ssh [email protected]
ssh: connect to host 34.238.96.7 port 22: Connection timed out
First try to stop and start the intance...
second check at you instance security group if your ip is open to use ssh with yor IP at port 22
third force to your your sshkey
ssh -i /location/of/.ssh/key [email protected]