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)