AWS AmazonECS documentation change
Summary
Updated 'AWS CloudFormation' references to 'CloudFormation' for branding consistency
Security assessment
Changes are limited to product name standardization without affecting security documentation
Diff
diff --git a/AmazonECS/latest/developerguide/ecs-cloudformation-cli.md b/AmazonECS/latest/developerguide/ecs-cloudformation-cli.md index 73e3ac306..e973b4dc2 100644 --- a//AmazonECS/latest/developerguide/ecs-cloudformation-cli.md +++ b//AmazonECS/latest/developerguide/ecs-cloudformation-cli.md @@ -7 +7 @@ PrerequisitesStep 1: Create a stackStep 2: Verify Amazon ECS resource creationSt -# Creating Amazon ECS resources using AWS CLI commands for AWS CloudFormation +# Creating Amazon ECS resources using AWS CLI commands for CloudFormation @@ -9 +9 @@ PrerequisitesStep 1: Create a stackStep 2: Verify Amazon ECS resource creationSt -Another way to use Amazon ECS with AWS CloudFormation is through the AWS CLI. You can use commands to create your AWS CloudFormation stacks for Amazon ECS components like task definitions, clusters, and services and deploy them. The following tutorial shows how you can use the AWS CLI to create Amazon ECS resources using an AWS CloudFormation template. +Another way to use Amazon ECS with CloudFormation is through the AWS CLI. You can use commands to create your CloudFormation stacks for Amazon ECS components like task definitions, clusters, and services and deploy them. The following tutorial shows how you can use the AWS CLI to create Amazon ECS resources using an CloudFormation template. @@ -634 +634 @@ To clean up the resources you created, run the following command. -The `delete-stack` command initiates deletion of the AWS CloudFormation stack that was created in this tutorial, deleting all the resources in the stack. To verify deletion, you can repeat the procedure in Step 2: Verify Amazon ECS resource creation. The list of ARNs in the outputs will no longer include a task definition called `ecs-tutorial-stack-task` or a cluster called `ecs-tutorial-stack-cluster`. The `list-services` call will fail. +The `delete-stack` command initiates deletion of the CloudFormation stack that was created in this tutorial, deleting all the resources in the stack. To verify deletion, you can repeat the procedure in Step 2: Verify Amazon ECS resource creation. The list of ARNs in the outputs will no longer include a task definition called `ecs-tutorial-stack-task` or a cluster called `ecs-tutorial-stack-cluster`. The `list-services` call will fail. @@ -642 +642 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Creating Amazon ECS resources using the AWS CloudFormation console +Creating Amazon ECS resources using the CloudFormation console @@ -644 +644 @@ Creating Amazon ECS resources using the AWS CloudFormation console -Example AWS CloudFormation templates +Example CloudFormation templates