Dylan
11/21/2023, 5:00 PMMarvin
11/21/2023, 5:01 PMDylan
11/21/2023, 5:02 PMMarvin
11/21/2023, 5:02 PMpip install prefect-aws
- The ECSTask and AwsCredentials blocks must be registered within the agent environment: prefect block register -m prefect_aws.ecs
- You must configure remote Storage. Local storage is not supported for ECS tasks. The most commonly used type of storage with ECSTask is S3. If you leverage that type of block, make sure that s3fs is installed within your agent and flow run environment.
However, it does not mention the ability to set tags. You might need to manually set the tags through AWS Management Console, Amazon ECS API, the AWS CLI, or an AWS SDK. For more specific details or updates, you might want to check the official Prefect documentation or their GitHub repository.Nate
11/21/2023, 5:06 PMNate
11/21/2023, 5:06 PMDylan
11/21/2023, 5:13 PMNate
11/21/2023, 5:16 PMprefect.yaml
Nate
11/21/2023, 5:17 PM