prefect-aws
integration makes it easy to leverage the capabilities of AWS in your workflows.
For example, you can retrieve secrets using AWS Secrets Manager, read and write objects with AWS S3, and deploy your flows on AWS ECS.
prefect-aws
as a dependency of Prefect. If you don’t already have prefect
installed, it will install the newest version of prefect
as well.
prefect
and prefect-aws
:
prefect-aws
to make them available for use.
AwsCredentials
block in the Prefect UI or use a Python script like the one below.prefect-aws
SDK documentation to explore all the capabilities of the prefect-aws
library.
Refer to the secrets documentation to see an example of using the AwsCredentials
block with a third-party service like Snowflake. The example does not require you to save your AWS credentials as part of the Snowflake block.