Skip to content

Commit

Permalink
Remove link in ECS Guide (#17119)
Browse files Browse the repository at this point in the history
  • Loading branch information
discdiver authored Feb 12, 2025
1 parent 166d460 commit 61ea331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/integrations/prefect-aws/ecs_guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ If you specify a task definition [ARN (Amazon Resource Name)](https://docs.aws.a

You can use either EC2 or Fargate as the capacity provider. Fargate simplifies initiation, but lengthens infrastructure setup time for each flow run. Using EC2 for the ECS cluster can reduce setup time. In this example, we will show how to use Fargate.

{/*
TODO update link to Example repo when this issue is completed: https://github.com/PrefectHQ/examples/issues/11
<Tip>
If you prefer infrastructure as code check out this [Terraform module](https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/work_pool) to provision an ECS cluster with a worker.
</Tip>
*/}

## Prerequisites

Expand Down

0 comments on commit 61ea331

Please sign in to comment.