Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Create a short-lived Amazon EMR cluster and run a step using an Amazon SDK
The following code example shows how to create a short-lived Amazon EMR cluster that runs a step and automatically terminates after the step completes.
- Python
-
- SDK for Python (Boto3)
-
Create a short-lived Amazon EMR cluster that estimates the value of pi using
Apache Spark to parallelize a large number of calculations. The job writes
output to Amazon EMR logs and to an Amazon Simple Storage Service (Amazon S3) bucket. The cluster terminates
itself after completing the job.
Create an Amazon S3 bucket and upload a job script.
Create Amazon Identity and Access Management (IAM) roles.
Create Amazon Elastic Compute Cloud (Amazon EC2) security groups.
Create a short-lived cluster and run a single job step.
This example is best viewed on GitHub. For complete source code
and instructions on how to set up and run, see the full example on
GitHub.
Services used in this example
Amazon EC2
Amazon EMR
IAM
Amazon S3
For a complete list of Amazon SDK developer guides and code examples, see
Using IAM with an Amazon SDK.
This topic also includes information about getting started and details about previous SDK versions.