AWS AmazonECS documentation change
Summary
Updated 'AWS CloudFormation' to 'CloudFormation' in two locations for branding consistency
Security assessment
Changes are purely cosmetic updates to product naming conventions without security implications
Diff
diff --git a/AmazonECS/latest/developerguide/create-ec2-cluster-console-v2.md b/AmazonECS/latest/developerguide/create-ec2-cluster-console-v2.md index ba53da81f..0a7dba00e 100644 --- a//AmazonECS/latest/developerguide/create-ec2-cluster-console-v2.md +++ b//AmazonECS/latest/developerguide/create-ec2-cluster-console-v2.md @@ -11 +11 @@ You create a cluster to define the infrastructure your tasks and services run on -Before you begin, be sure that you've completed the steps in [Set up to use Amazon ECS](./get-set-up-for-amazon-ecs.html) and assign the appropriate IAM permission. For more information, see [Amazon ECS cluster examples](./security_iam_id-based-policy-examples.html#IAM_cluster_policies). The Amazon ECS console provides a simple way to create the resources that are needed by an Amazon ECS cluster by creating a AWS CloudFormation stack. +Before you begin, be sure that you've completed the steps in [Set up to use Amazon ECS](./get-set-up-for-amazon-ecs.html) and assign the appropriate IAM permission. For more information, see [Amazon ECS cluster examples](./security_iam_id-based-policy-examples.html#IAM_cluster_policies). The Amazon ECS console provides a simple way to create the resources that are needed by an Amazon ECS cluster by creating a CloudFormation stack. @@ -70 +70 @@ In order for the group to scale out, the maximum must be greater than 0. -Amazon ECS creates an Amazon EC2 Auto Scaling launch template and Auto Scaling group on your behalf as part of the AWS CloudFormation stack. The values that you specified for the AMI, the instance types, and the SSH key pair are part of the launch template. The templates are prefixed with `EC2ContainerService-<`ClusterName`>`, which makes them easy to identify. The Auto Scaling groups are prefixed with `<`ClusterName`>-ECS-Infra-ECSAutoScalingGroup`. +Amazon ECS creates an Amazon EC2 Auto Scaling launch template and Auto Scaling group on your behalf as part of the CloudFormation stack. The values that you specified for the AMI, the instance types, and the SSH key pair are part of the launch template. The templates are prefixed with `EC2ContainerService-<`ClusterName`>`, which makes them easy to identify. The Auto Scaling groups are prefixed with `<`ClusterName`>-ECS-Infra-ECSAutoScalingGroup`.