Skip to content

Commit 9a08a6a

Browse files
authored
Update README.md
1 parent 1b3f8f3 commit 9a08a6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sqs-ecs-autoscaling/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Implementing Target tracking scaling policies for an Amazon ECS Fargate application
22

3-
This pattern creates the following:
4-
53
This pattern creates a serverless architecture with an SQS queue connected to an ECS Fargate service that automatically scales based on queue depth. It includes a VPC with private subnets, VPC endpoints for ECR, S3, CloudWatch Logs, and SQS, enabling the Fargate tasks to process messages without internet access. The target tracking scaling policy adjusts the number of tasks (1-10) based on the number of messages visible in the queue `ApproximateNumberOfMessagesVisible`, targeting 5 messages.
64

75
This pattern demonstrates how to effectively decouple your application components and tune your application scalability on the basis of incoming traffic flow.
@@ -116,4 +114,4 @@ Important: this application uses various AWS services and there are costs associ
116114
----
117115
Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
118116
119-
SPDX-License-Identifier: MIT-0
117+
SPDX-License-Identifier: MIT-0

0 commit comments

Comments
 (0)