AWS AmazonECS documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' throughout the document for consistency
Security assessment
Changes are purely branding/naming convention updates without any security implications or modifications to security-related content
Diff
diff --git a/AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md b/AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md index e86cd1d9a..7e1a010fc 100644 --- a//AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md +++ b//AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md @@ -7 +7 @@ Source templateMigration stepsTesting recommendationsTemplate after migration -# Migrating an AWS CloudFormation CodeDeploy blue/green deployment template to an Amazon ECS blue/green AWS CloudFormation template +# Migrating an CloudFormation CodeDeploy blue/green deployment template to an Amazon ECS blue/green CloudFormation template @@ -9 +9 @@ Source templateMigration stepsTesting recommendationsTemplate after migration -Migrate a AWS CloudFormation template that uses CodeDeploy blue/green deployments for Amazon ECS services to one that uses the native Amazon ECS blue/green deployment strategy. The migration follows the "Reuse the same Elastic Load Balancing resources used for CodeDeploy" approach. For more information, see [Migrate CodeDeploy blue/green deployments to Amazon ECS blue/green deployments](./migrate-codedeploy-to-ecs-bluegreen.html). +Migrate a CloudFormation template that uses CodeDeploy blue/green deployments for Amazon ECS services to one that uses the native Amazon ECS blue/green deployment strategy. The migration follows the "Reuse the same Elastic Load Balancing resources used for CodeDeploy" approach. For more information, see [Migrate CodeDeploy blue/green deployments to Amazon ECS blue/green deployments](./migrate-codedeploy-to-ecs-bluegreen.html). @@ -15 +15 @@ This template uses the `AWS::CodeDeployBlueGreen` transform and `AWS::CodeDeploy -This is the complete AWS CloudFormation template using CodeDeploy blue/green deployment. For more information, see [Blue/green deployment template example](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green-template-example.html#blue-green-template-example.json) in the _AWS CloudFormation User Guide_ : +This is the complete CloudFormation template using CodeDeploy blue/green deployment. For more information, see [Blue/green deployment template example](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green-template-example.html#blue-green-template-example.json) in the _AWS CloudFormation User Guide_ : @@ -445 +445 @@ Add a new IAM role that allows Amazon ECS to manage load balancer resources. For -This is the complete AWS CloudFormation template using an Amazon ECS blue/green deployment: +This is the complete CloudFormation template using an Amazon ECS blue/green deployment: