What type of AWS credentials is required to SSH directly into an Amazon EC2 Instantce code example
Example: keep ec2 instance connected on command line
echo 'ClientAliveInterval 60' | sudo tee --append /etc/ssh/sshd_config
sudo service sshd restart