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-awsbatchQuick Start(example, may need adjustment)
See full examplespip 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
AWS Athena
Flyte backend can be connected with Athena. Once enabled, it allows you to query AWS Athena service (Presto + ANSI SQL Support) and retrieve typed schema (optionally).
AWS SageMaker
The plugin currently features a SageMaker deployment connector.
Databricks
This plugin provides Databricks integration for Flyte, enabling you to run Spark jobs on Databricks as Flyte tasks.
Memory Machine Cloud
Flyte Connector plugin to allow executing Flyte tasks using MemVerge Memory Machine Cloud.
Package Info
Min Flytekit1.3.0
Modules1
Downloads
Last day5
Last week106
Last month718