Preview Flyte 2 for productionHosted on Union.ai
AWS Batch

AWS Batch

flytekitplugins-awsbatch

FlytekitCloud & Infrastructureawsbatchcloudcompute

Flyte backend can be connected with AWS batch. Once enabled, it allows you to run flyte task on AWS batch service

Install
pip install flytekitplugins-awsbatch

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-awsbatch

from flytekit import task, workflow
from flytekitplugins.awsbatch import AWSBatchConfig

config = AWSBatchConfig(...)

@task
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

configAWSBatchConfig

Use this to configure SubmitJobInput for a AWS batch job.

extends dataclass — configuration or data structure for plugin setup

from flytekitplugins.awsbatch import AWSBatchConfig

Related Plugins

Package Info

Min Flytekit1.3.0
Modules1

Downloads

Last day5
Last week106
Last month718