Subscribing to and Configuring Integration Manager for AWS : Connect to the Instance
 
Share this page                  
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
1. Open an SSH client such as PuTTY.
For more information about connecting using PuTTY, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html?icmpid=docs_ec2_console.
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.
Note:  When you connect to the EC2 instance, if you see a message advising you to update software packages for security purposes, run the command sudo yum update. Otherwise, it is not required. For more information, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-updates.html.