AWS IAM: Correct AWS CLI goto link from ECS to IAM
Summary
Fixed an incorrect AWS CLI documentation link reference from ECS to IAM service.
Security assessment
Change fixes a misdirected documentation link without security implications.
Evidence
- * [Wait](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/Wait)
Diff
diff --git a/IAM/latest/UserGuide/sts_example_ecs_GettingStarted_018_section.md b/IAM/latest/UserGuide/sts_example_ecs_GettingStarted_018_section.md index c52b87f68..7ecb1a3f6 100644 --- a//IAM/latest/UserGuide/sts_example_ecs_GettingStarted_018_section.md +++ b//IAM/latest/UserGuide/sts_example_ecs_GettingStarted_018_section.md @@ -733 +733 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - * [Wait](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/Wait) + * [Wait](https://docs.aws.amazon.com/goto/aws-cli/iam-2010-05-08/Wait)