Connect to the server using SSH
To log in your EC2 instance and execute commands on the server using the command line, you need an SSH client and the server credentials.
These credentials consist of an SSH username and a private key.
The SSH username you should use to access your instance is ec2-user
.
The private key is the one of the key pair that you associated to your instance the first time you deployed the server

