ui: Fix broken link format in ECS install page
This commit is contained in:
parent
4b678ad49e
commit
8ce18e82da
|
@ -142,8 +142,7 @@ The specific permissions needed are:
|
||||||
1. `ecs:ListTasks` on resource `*`.
|
1. `ecs:ListTasks` on resource `*`.
|
||||||
1. `ecs:DescribeTasks` on all tasks in this account and region. You can either
|
1. `ecs:DescribeTasks` on all tasks in this account and region. You can either
|
||||||
use `*` for simplicity or scope it to the region and account, e.g. `arn:aws:ecs:us-east-1:1111111111111:task/*`. If
|
use `*` for simplicity or scope it to the region and account, e.g. `arn:aws:ecs:us-east-1:1111111111111:task/*`. If
|
||||||
your account is configured to use the new, [longer ECS task ARN format]
|
your account is configured to use the new, [longer ECS task ARN format](https://docs.aws.amazon.com/AmazonECS/latest/userguide/ecs-account-settings.html#ecs-resource-ids)
|
||||||
(https://docs.aws.amazon.com/AmazonECS/latest/userguide/ecs-account-settings.html#ecs-resource-ids)
|
|
||||||
then you can further scope `ecs:DescribeTasks` down to tasks in a specific cluster, e.g. `arn:aws:ecs:us-east-1:1111111111111:task/MY_CLUSTER_NAME/*`.
|
then you can further scope `ecs:DescribeTasks` down to tasks in a specific cluster, e.g. `arn:aws:ecs:us-east-1:1111111111111:task/MY_CLUSTER_NAME/*`.
|
||||||
|
|
||||||
The IAM role's ARN will be passed into the `mesh-task` module in the next step
|
The IAM role's ARN will be passed into the `mesh-task` module in the next step
|
||||||
|
|
Loading…
Reference in New Issue