AWS AmazonECS documentation change
Summary
Simplified launch type terminology from 'Fargate launch type' to 'Fargate'
Security assessment
This is a terminology consistency update with no direct security impact or security documentation additions
Diff
diff --git a/AmazonECS/latest/developerguide/create-service-discovery.md b/AmazonECS/latest/developerguide/create-service-discovery.md index 730a1f547..6d603a751 100644 --- a//AmazonECS/latest/developerguide/create-service-discovery.md +++ b//AmazonECS/latest/developerguide/create-service-discovery.md @@ -156 +156 @@ Follow these steps to create your Amazon ECS cluster, task definition, and servi -When you create the ECS service, specify the Fargate launch type, and the `LATEST` platform version that supports service discovery. When the service discovery service is created in AWS Cloud Map , `registryArn` is the ARN returned. The `securityGroups` and `subnets` must belong to the VPC that's used to create the Cloud Map namespace. You can obtain the security group and subnet IDs from the Amazon VPC Console. +When you create the ECS service, specify Fargate and the `LATEST` platform version that supports service discovery. When the service discovery service is created in AWS Cloud Map , `registryArn` is the ARN returned. The `securityGroups` and `subnets` must belong to the VPC that's used to create the Cloud Map namespace. You can obtain the security group and subnet IDs from the Amazon VPC Console.