Skip to content

Commit 731dcee

Browse files
committed
Update journal entries and add new documentation for AWS ECS Predictive Scaling
- Removed outdated reference from the May 8, 2025 journal entry. - Revised the May 9, 2025 journal entry to include a new section on AWS, detailing predictive scaling for ECS. - Created a new documentation page for AWS ECS Predictive Scaling, outlining its features and providing relevant resource links.
1 parent b757ec8 commit 731dcee

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

journals/2025_05_08.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- [[AI/Lib/Idea/Aichat]]
1010
- [[StreamIO/Chat/v2]]
1111
- [[StreamIO/Chat/Article/Streamio Chat Glossary]]
12-
- [[CPaaS/Concept/Overview of Communications Platform as a Service]]
1312
- ## Lang* Ecosystem
1413
- #Filed
1514
- [[Latent Space/Blog/25/04/In the Matter of OpenAI vs LangGraph]]

journals/2025_05_09.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
- [[CursorAI/Forum/24/04/@codebase not available anymore]]
66
- #Updated
77
- [[CursorAI/@/Codebase]] has been removed. Now we need to ask to search the codebase. There are two ways to do this. One is to activate [[CursorAI/Mode/Ask]] by pressing [[CursorAI/Keyshort]]
8-
- [[CursorAI/Forum/25/04/How can I increase the indexing depth for @docs]]
8+
- [[CursorAI/Forum/25/04/How can I increase the indexing depth for @docs]]
9+
- ## AWS
10+
- [[AWS/ECS/Scaling/Predictive]]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
alias:: [[AWS ECS Predictive Scaling]]
2+
3+
- # AWS ECS Predictive Scaling
4+
- ML-based predictive scaling learns historical [[AWS/ECS]] service traffic, forecasts future load, and proactively adjusts task count + underlying [[AWS/EC2]] / [[AWS/Fargate]] capacity ahead of demand, boosting availability and cutting over-provisioning without manual schedules.
5+
- [Optimize compute resources on Amazon ECS with Predictive Scaling | Containers](https://aws.amazon.com/blogs/containers/optimize-compute-resources-on-amazon-ecs-with-predictive-scaling/?utm_source=chatgpt.com)
6+
- [Use historical patterns to scale Amazon ECS services with predictive scaling - Amazon Elastic Container Service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/predictive-auto-scaling.html)
7+
- [Amazon Web Services, Inc.](https://aws.amazon.com/about-aws/whats-new/2024/11/predictive-scaling-for-amazon-ecs-services/?utm_source=chatgpt.com)
8+
- Attach a predictive scaling policy via Application Auto Scaling, review console forecasts, and optionally tune with custom or [[AWS/SQS]]-style metrics for precise control.
9+
- [Evaluate your predictive scaling policies for Amazon ECS - Amazon Elastic Container Service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/predictive-scaling-graphs.html)
10+
- [Advanced predictive scaling policy using custom metrics for Amazon ECS - Amazon Elastic Container Service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/predictive-scaling-custom-metrics.html)

0 commit comments

Comments
 (0)