Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update ECSWorker description (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Jun 28, 2023
1 parent f287c23 commit 8ec724f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefect_aws/workers/ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ class ECSWorker(BaseWorker):
job_configuration = ECSJobConfiguration
job_configuration_variables = ECSVariables
_description = (
"Execute flow runs within containers on AWS ECS. Works with existing ECS "
"clusters and serverless execution via AWS Fargate. Requires an AWS account."
"Execute flow runs within containers on AWS ECS. Works with EC2 "
"and Fargate clusters. Requires an AWS account."
)
_display_name = "AWS Elastic Container Service"
_documentation_url = "https://prefecthq.github.io/prefect-aws/ecs_worker/"
Expand Down

0 comments on commit 8ec724f

Please sign in to comment.