How to Find the Service Code for Amazon EMR in AWS
I was trying to get the service codes of different AWS Services. I used my Python script to generate a list of available AWS services. I wasn’t able to find the EMR one. Is this not supported yet?
How to Find the Service Code for Amazon EMR in AWS
I was trying to get the service codes of different AWS Services. I used my Python script to generate a list of available AWS services. I wasn’t able to find the EMR one. Is this not supported yet?
How can I (programmatically) get the IPs of EMR compute nodes?
I have to use EMRs for tasks that I would prefer to simply run on a single EC2 because of corporate policy (I can only allocate EMRs, in this case 1 compute node). I am not using hadoop, or whatever other stuff is part of the EMR environment. I just want to allocate an EMR, and launch some code on the compute node via ssh, plain simple and vanilla. I have a very hard time understanding the AWS documentation, maybe I am really bad at reading and am missing something.
How can I (programmatically) get the IPs of EMR compute nodes after ssh to master node?
I have to use EMRs for tasks that I would prefer to simply run on a single EC2 because of corporate policy (I can only allocate EMRs, in this case 1 compute node). I am not using hadoop, or whatever other stuff is part of the EMR environment. I just want to allocate an EMR, and launch some code on the compute node via ssh, plain simple and vanilla. I have a very hard time understanding the AWS documentation, maybe I am really bad at reading and am missing something.