Configuring PuTTY for Teradata Software for AWS Connections - Teradata Software for AWS

Teradata Vantageā„¢ on AWS (DIY) Installation and Administration Guide

Product
Teradata Vantage on AWS
Release Number
5.08
Published
November 2018
Language
English (United States)
Last Update
2018-11-07
dita:mapPath
upc1519757374969.ditamap
dita:ditavalPath
TeradataAWS_PubCloud_5.08.ditaval
dita:id
B035-2800
lifecycle
previous
Product Category
Cloud
This procedure assumes you have PuTTY and the PuTTY Key Generator (PuTTYgen) installed.
You can configure PuTTY to allow connections to Teradata Software for AWS instances.
  1. From the AWS console, select EC2 > Instances.
  2. Record the Public IP of the instance to which you want to connect.
  3. Convert your *.pem file to a *.ppk file.
    1. Run PuTTYgen.
    2. Select Conversions > Import key.
    3. Select the Amazon key pair *.pem file that was created when you deployed the instance, and click Open.
    4. At Actions, select Save private key, and save your key in *.ppk format.
  4. From your desktop, run PuTTY.
  5. Under Category, select Session.
  6. At Host Name, enter the public IP address you previously recorded.
  7. At Port, enter 22.
  8. Under Category again, select SSH > AUTH.
  9. At Private key file for authentication, click Browse and navigate to the *.ppk file you created.
  10. Click Open and log in as ec2-user.