From 4c33a2fb556d095e628c8c0baeec8427d2078113 Mon Sep 17 00:00:00 2001 From: Mohit Dubey <86982446+Mohit-3196@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:06:25 +0530 Subject: [PATCH] Update scaling-at-aws-ecs-fargate.md --- .../clustering-and-scaling/aws/scaling-at-aws-ecs-fargate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate.md b/docs/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate.md index ea5174df..9cbd8211 100644 --- a/docs/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate.md +++ b/docs/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate.md @@ -52,7 +52,7 @@ Ensure you have registered & subscribed to the [Ant Media Server Enterprise cont - Create an IAM role with the name of ``ecsTaskExecutionRole`` and attach ``AmazonECSTaskExecutionRolePolicy``, ``AWSMarketplaceMeteringRegisterUsage`` policies. - Select the ``ecsTaskExecutionRole`` under Task roles. -Check: [Creating an IAM role](https://antmedia.io/docs/version-2.11.3/guides/clustering-and-scaling/aws/running-ams-container-at-ecs/#step-2-create-an-identity-and-access-management-iam-role-for-task-execution). +Check: [Creating an IAM role](https://antmedia.io/docs/guides/clustering-and-scaling/aws/running-ams-container-at-ecs/#step-2-create-an-identity-and-access-management-iam-role-for-task-execution). 5. Add a Container: - Container Name: **mongo-container**