CreateServerlessApplicationAndStartJobCreateServerlessApplicationAndStartJob
CreateServerlessApplicationAndStartJobCertified

yaml
type: "io.kestra.plugin.aws.emr.CreateServerlessApplicationAndStartJob"
yaml
id: create_and_run_emr_serverless_app
namespace: company.team

tasks:
  - id: create_and_run
    type: io.kestra.plugin.aws.emr.CreateServerlessApplicationAndStartJob
    accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
    secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
    region: "eu-central-1"
    releaseLabel: "emr-7.0.0"
    applicationType: "SPARK"
    executionRoleArn: "arn:aws:iam::123456789012:role/EMRServerlessRole"
    jobName: "example-job"
    entryPoint: "s3://my-bucket/jobs/script.py"
Properties
DefaultPT15M
Formatduration