<@ULVA73B9P> are there any example Prefect CloudFo...
# ask-marvin
a
@Marvin are there any example Prefect CloudFormation templates?
m
I wasn't able to find specific Prefect CloudFormation templates, but here are some relevant resources that might help you in setting up Prefect with AWS infrastructure: 1. There's an informative blog post on orchestrating event-driven serverless data pipelines with Prefect and Pulumi on AWS that could provide some insights and indirect guidance: Orchestrating Event-Driven, Serverless Data Pipelines with Prefect, Pulumi &amp; AWS. 2. Prefect's documentation on using the
prefect work-pool create
CLI command with the
--provision-infra
flag can automatically provision your serverless cloud resources and set up your Prefect workspace to use a new push pool: Automatic Infrastructure Provisioning for Work Queues. These links don't provide CloudFormation templates directly, but they might point you in the right direction or give you ideas on how to integrate Prefect with AWS.