aws emr ssh
SSH into master node of the cluster. A value for the variable Key Pair File can be set in the AWS CLI config file using the "aws configure set emr.key_pair_file <value>" command.
Options
Name | Description |
---|---|
--cluster-id <string> | Cluster Id of cluster you want to ssh into |
--key-pair-file <string> | Private key file to use for login |
--command <string> | Command to execute on Master Node |