AWS Terminal, putty and mobaxterm

0

What is the difference between mobaxterm, putty and AWS terminal ? We use these three to connect to the server, guess am right? which tool is best to use.

Rekha
asked 7 months ago282 views
1 Answer
0

Hi, the 3 of them are ssh terminals that you can use to connect to EC2 instances.

My personal preference goes to EC2 Instance Connect: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-methods.html

  1. It doesn't require install of any software on the client machine
  2. It's purely web based: you can do it from your laptop, your tablet, your phone, your TV, etc...
  3. the connection to EC2 instance is pre-baked: you don't have to manage the ssh private key locally (lose it, have it leaked, etc...)

The fat ssh client have probably one avantage: you can have pre-recorded key sequences to replay set of commands that you use often

Also such a fat client is required if you need / want to run shell scripts from your laptop on the EC2 instance.

Personally, I have 1 fat client that I use for my automation use cases (advanced shell scripts) otherwise for quick connections (when I debug something unexpected) I use EC2 Instance Connect most of time

Best,

Didier

profile pictureAWS
EXPERT
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions