aws emr put
Put file onto the master node. 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 put file onto |
--key-pair-file <string> | Private key file to use for login |
--src <string> | Source file path on local machine |
--dest <string> | Destination file path on remote host |