Skip to main content

Access instance

The following explains how to access an instance using the public IP.

Connect to an instance using public IP

When connecting to an instance via the public IP, use the key specified during cluster creation for access.

info

Make sure to configure the inbound rules in the security group in advance.

Connect to instance 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}IP address of the network interface connected to the instance
Enter the public IP or private IP depending on the connection environment