0 votes
in AWS by
Which of these is *not* a method for connecting to an EC2 instance via SSH?



a) Terminal



b) RDP



c) PuTTY



d) Java SSH client via a browser

1 Answer

0 votes
by

​b) RDP

This is one way you can connect to EC2 Instances without SSH access. Video for reference: Creating an EC2 Instance

...