Skip to content

Commit 14cd294

Browse files
committed
updated readme
1 parent c44c146 commit 14cd294

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqs-ecs-autoscaling/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Important: this application uses various AWS services and there are costs associ
5959
```
6060
Replace the `SAM_STACK_NAME` with the name of the stack you have used during sam deployment.
6161
While you perform the testing, observe the scaling activities in the ECS console.
62+
6263
![auto-scaling](./images/auto-scaling.png)
6364
6465
2. Observe the CloudWatch logs of the application and the metrics of your cluster using CloudWatch Container Insights. Use the following command to turn on Container Insights with enhanced observability.
@@ -81,15 +82,19 @@ Important: this application uses various AWS services and there are costs associ
8182
Replace CLUSTER_NAME with your ECS cluster name. Please refer to [this](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/deploy-container-insights-ECS-cluster.html) document to know how to enable it from AWS Console.
8283
8384
3. Once you have enabled container insights, re-run the stress testing script. In order to view the Container Insights, click the link as shown your ECS Cluster console.
85+
8486
![Insights-1](./images/insights-1.png)
8587
8688
Now, you can observe your Cluster summary and performance metrics at Cluster, Service, Task as well as at Container-level.
8789
8890
![Insights-2](./images/insights-2.png)
8991
92+
Observe the container level metrics below:
93+
9094
![Insights-3](./images/insights-3.png)
9195
9296
Once the testing is completing, observe how the task count varies with the `ApproximateNumberOfMessagesVisible` metric of your SQS queue:
97+
9398
![Task-Count](./images/task-count.png)
9499
95100

0 commit comments

Comments
 (0)