AWS AmazonECS documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' in service creation instructions
Security assessment
Naming convention changes with no impact on security controls or access management
Diff
diff --git a/AmazonECS/latest/developerguide/register-multiple-targetgroups.md b/AmazonECS/latest/developerguide/register-multiple-targetgroups.md index c5060d0d3..b1dc5f46b 100644 --- a//AmazonECS/latest/developerguide/register-multiple-targetgroups.md +++ b//AmazonECS/latest/developerguide/register-multiple-targetgroups.md @@ -11 +11 @@ Your Amazon ECS service can serve traffic from multiple load balancers and expos -To create a service specifying multiple target groups, you must create the service using the Amazon ECS API, SDK, AWS CLI, or an AWS CloudFormation template. After the service is created, you can view the service and the target groups registered to it with the AWS Management Console. You must use `[UpdateService](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html)` to modify the load balancer configuration of an existing service. +To create a service specifying multiple target groups, you must create the service using the Amazon ECS API, SDK, AWS CLI, or an CloudFormation template. After the service is created, you can view the service and the target groups registered to it with the AWS Management Console. You must use `[UpdateService](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html)` to modify the load balancer configuration of an existing service. @@ -43 +43 @@ The following should be considered when you specify multiple target groups in a - * When creating a service that specifies multiple target groups, the Amazon ECS service-linked role must be created. The role is created by omitting the `role` parameter in API requests, or the `Role` property in AWS CloudFormation. For more information, see [Using service-linked roles for Amazon ECS](./using-service-linked-roles.html). + * When creating a service that specifies multiple target groups, the Amazon ECS service-linked role must be created. The role is created by omitting the `role` parameter in API requests, or the `Role` property in CloudFormation. For more information, see [Using service-linked roles for Amazon ECS](./using-service-linked-roles.html).