From 083ec6c0d75afbcf0a6922a833a13f42f47cff4c Mon Sep 17 00:00:00 2001 From: Priyanshu Maurya Date: Thu, 20 Feb 2025 06:13:00 +0530 Subject: [PATCH] Add ECS resource (#8186) * Update 100-clusters.md Contained the same additional resources as the ECS https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html Changed to relevant one (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html) * Update 100-clusters.md added additional seperate link for ECS Container Agents https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html --- src/data/roadmaps/aws/content/113-ecs/100-clusters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aws/content/113-ecs/100-clusters.md b/src/data/roadmaps/aws/content/113-ecs/100-clusters.md index d5bc35d12..10fa6cba0 100644 --- a/src/data/roadmaps/aws/content/113-ecs/100-clusters.md +++ b/src/data/roadmaps/aws/content/113-ecs/100-clusters.md @@ -4,4 +4,5 @@ In AWS, an ECS **Cluster** is a logical grouping of tasks or services. If you ru Visit the following resources to learn more: -- [@official@Clusters / ECS Container Agents](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html) +- [@official@Clusters](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html) +- [@official@ECS Container Agents](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html)