AWS IAM: Corrected DeleteService CLI link to ECS API
Summary
Fixed the DeleteService command link to point to ECS API instead of Service Discovery.
Security assessment
This is a broken link fix with no security implications or references to vulnerabilities.
Evidence
+ * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/DeleteService)
Diff
diff --git a/IAM/latest/UserGuide/iam_example_ecs_ServiceConnect_085_section.md b/IAM/latest/UserGuide/iam_example_ecs_ServiceConnect_085_section.md index e2a2776c6..f147a9090 100644 --- a//IAM/latest/UserGuide/iam_example_ecs_ServiceConnect_085_section.md +++ b//IAM/latest/UserGuide/iam_example_ecs_ServiceConnect_085_section.md @@ -667 +667 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/servicediscovery-2017-03-14/DeleteService) + * [DeleteService](https://docs.aws.amazon.com/goto/aws-cli/ecs-2014-11-13/DeleteService)