Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Using SSH to connect to compute instances on a Snowball Edge

Focus mode
Using SSH to connect to compute instances on a Snowball Edge - AWS Snowball Edge Developer Guide

To use Secure Shell (SSH) to connect to compute instances on a Snowball Edge, you have the following options for providing or creating an SSH key.

To connect to an instance through SSH
  1. Make sure that your device is powered on, connected to the network, and unlocked. For more information, see Connecting a Snowball Edge to your local network.

  2. Make sure that you have your network settings configured for your compute instances. For more information, see Network configurations for compute instances on Snowball Edge.

  3. Check your notes to find the PEM or PPK key pair that you used for this specific instance. Make a copy of those files somewhere on your computer. Make a note of the path to the PEM file.

  4. Connect to your instance through SSH as in the following example command. The IP address is the IP address of the virtual network interface (VNIC) that you set up in Network configurations for compute instances on Snowball Edge.

    ssh -i path/to/PEM/key/file instance-user-name@192.0.2.0

    For more information, see Connecting to Your Linux Instance Using SSH in the Amazon EC2 User Guide.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.