Connect to the Instance
In EC2, select the checkbox for the Integration Manager instance row and click Connect.
Connection information and instructions are displayed, including your public IP address:
To connect to the Integration Manager instance
2. Locate and note the name of your private key file.
Note: The key must not be publicly viewable for SSH to work. To make your key private, use the following command, if necessary:
chmod 400 <keyname>.pem
3. Enter the following command in your SSH client:
ssh -i "<keyname>.pem" root@<public-DNS-host-name>
For example:
ssh -i "kk_marketplace.pem" root@ec2-34-207-115-143.compute-1.amazonaws.com
Note: If you log in as the root user, you may be prompted to log in as the ec2-user instead. Provide these credentials to continue.
ssh -i "kk_marketplace.pem" ec2-user@ec2-34-207-115-143.compute-1.amazonaws.com
You are now connected to your Integration Manager instance.