Skip to main content

Connect to instance

The following describes how to connect to an instance using a public IP.

Connect to instance using public IP

To connect to an instance using a public IP, use the SSH key specified during cluster creation.

info

Ensure that the security group’s inbound rules are properly configured in advance.

Command to connect using specified key
ssh -i {PATH_TO_PRIVATE_KEY} ubuntu@{INSTANCE_IP}
ItemDescription
{PATH_TO_PRIVATE_KEY}Path to the private SSH key
{INSTANCE_IP}The IP address assigned to the network interface of the instance
Use either public or private IP as appropriate