View Source AWS.EMRcontainers (aws-elixir v1.0.4)
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS).
With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications. For more information about Amazon EMR on EKS concepts and tasks, see What is Amazon EMR on EKS.
Amazon EMR containers is the API name for Amazon EMR on EKS. The
emr-containers
prefix is used in the following
scenarios:
*
It is the prefix in the CLI commands for Amazon EMR on EKS. For example,
aws emr-containers start-job-run
.
*
It is the prefix before IAM policy actions for Amazon EMR on EKS. For
example, "Action": [ "emr-containers:StartJobRun"]
. For more information, see Policy actions for Amazon EMR on
EKS.
*
It is the prefix used in Amazon EMR on EKS service endpoints. For example,
emr-containers.us-east-2.amazonaws.com
. For more information, see
Amazon EMR on EKSService Endpoints.
Link to this section Summary
Functions
Cancels a job run.
Creates a job template.
Creates a managed endpoint.
Creates a security configuration.
Creates a virtual cluster.
Deletes a job template.
Deletes a managed endpoint.
Deletes a virtual cluster.
Displays detailed information about a job run.
Displays detailed information about a specified job template.
Displays detailed information about a managed endpoint.
Displays detailed information about a specified security configuration.
Displays detailed information about a specified virtual cluster.
Generate a session token to connect to a managed endpoint.
Lists job runs based on a set of parameters.
Lists job templates based on a set of parameters.
Lists managed endpoints based on a set of parameters.
Lists security configurations based on a set of parameters.
Lists the tags assigned to the resources.
Lists information about the specified virtual cluster.
Starts a job run.
Assigns tags to resources.
Removes tags from resources.
Link to this section Functions
cancel_job_run(client, id, virtual_cluster_id, input, options \\ [])
View SourceCancels a job run.
A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
Creates a job template.
Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
create_managed_endpoint(client, virtual_cluster_id, input, options \\ [])
View SourceCreates a managed endpoint.
A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
Creates a security configuration.
Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
Creates a virtual cluster.
Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
Deletes a job template.
Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
delete_managed_endpoint(client, id, virtual_cluster_id, input, options \\ [])
View SourceDeletes a managed endpoint.
A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
Deletes a virtual cluster.
Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
Displays detailed information about a job run.
A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
Displays detailed information about a specified job template.
Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
describe_managed_endpoint(client, id, virtual_cluster_id, options \\ [])
View SourceDisplays detailed information about a managed endpoint.
A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
Displays detailed information about a specified security configuration.
Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
Displays detailed information about a specified virtual cluster.
Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
get_managed_endpoint_session_credentials(client, endpoint_identifier, virtual_cluster_identifier, input, options \\ [])
View SourceGenerate a session token to connect to a managed endpoint.
list_job_runs(client, virtual_cluster_id, created_after \\ nil, created_before \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, states \\ nil, options \\ [])
View SourceLists job runs based on a set of parameters.
A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
list_job_templates(client, created_after \\ nil, created_before \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists job templates based on a set of parameters.
Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
list_managed_endpoints(client, virtual_cluster_id, created_after \\ nil, created_before \\ nil, max_results \\ nil, next_token \\ nil, states \\ nil, types \\ nil, options \\ [])
View SourceLists managed endpoints based on a set of parameters.
A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
list_security_configurations(client, created_after \\ nil, created_before \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists security configurations based on a set of parameters.
Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
Lists the tags assigned to the resources.
list_virtual_clusters(client, container_provider_id \\ nil, container_provider_type \\ nil, created_after \\ nil, created_before \\ nil, eks_access_entry_integrated \\ nil, max_results \\ nil, next_token \\ nil, states \\ nil, options \\ [])
View SourceLists information about the specified virtual cluster.
Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
Starts a job run.
A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
Assigns tags to resources.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster's owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.
Removes tags from resources.