L
L
Posts List
  1. Amazon EMR SSH Setting
    1. Tips:

Amazon_EMR_SSH_Setting

Amazon EMR SSH Setting

Tips:

  1. When creating cluster, the following rules have to add full access to EMR: ElasticMapReduce:*
  • the EC2 instance profile
  • EMR role:EMR_DefaultRole
  • Auto Scaling role:
  1. Remember to generate a prirate key for ssh connection.

  2. For SSH connection:

  • In security group, Each group, Inbound/Edit, add ssh

  • SSH connection to the master node is simple, following the steps shown on the pages.

  • SSH for the webinterfaces:

  • For windows:

    • Links Option 2 Links Option 2

    • use puttygen convert the private key, save as private key

    • Need a Chrome Extention, search FoxyProxy and install standard version

    • follow the link Option2Part2

  • For Linux still has some problems

Test and it works good.