AWS codedeploy documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' for consistency in terminology
Security assessment
The changes are purely cosmetic, adjusting branding terminology from 'AWS CloudFormation' to 'CloudFormation' without altering technical content, security configurations, or introducing new security-related information. No evidence of security vulnerability fixes or security feature additions.
Diff
diff --git a/codedeploy/latest/userguide/deployments-create-ecs-cfn.md b/codedeploy/latest/userguide/deployments-create-ecs-cfn.md index 2aa7d5c56..219fef8bb 100644 --- a//codedeploy/latest/userguide/deployments-create-ecs-cfn.md +++ b//codedeploy/latest/userguide/deployments-create-ecs-cfn.md @@ -5 +5 @@ -Differences between CodeDeploy and AWS CloudFormation deploymentsMonitoring deployments through AWS CloudFormation +Differences between CodeDeploy and CloudFormation deploymentsMonitoring deployments through CloudFormation @@ -7 +7 @@ Differences between CodeDeploy and AWS CloudFormation deploymentsMonitoring depl -# Create an Amazon ECS blue/green deployment through AWS CloudFormation +# Create an Amazon ECS blue/green deployment through CloudFormation @@ -9 +9 @@ Differences between CodeDeploy and AWS CloudFormation deploymentsMonitoring depl -You can use AWS CloudFormation to manage Amazon ECS blue/green deployments through CodeDeploy. You generate your deployment by defining your green and blue resources and specifying the traffic routing and stabilization settings to use in AWS CloudFormation. This topic covers the differences between Amazon ECS blue/green deployments that are managed by CodeDeploy and deployments that are managed by AWS CloudFormation. +You can use AWS CloudFormation to manage Amazon ECS blue/green deployments through CodeDeploy. You generate your deployment by defining your green and blue resources and specifying the traffic routing and stabilization settings to use in CloudFormation. This topic covers the differences between Amazon ECS blue/green deployments that are managed by CodeDeploy and deployments that are managed by CloudFormation. @@ -11 +11 @@ You can use AWS CloudFormation to manage Amazon ECS blue/green deployments throu -For step-by-step instructions on using AWS CloudFormation to manage your Amazon ECS blue/green deployments, see [Automate ECS blue/green deployments through CodeDeploy using AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html) in the _AWS CloudFormation User Guide_. +For step-by-step instructions on using CloudFormation to manage your Amazon ECS blue/green deployments, see [Automate ECS blue/green deployments through CodeDeploy using AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html) in the _AWS CloudFormation User Guide_. @@ -15 +15 @@ For step-by-step instructions on using AWS CloudFormation to manage your Amazon -Managing Amazon ECS blue/green deployments with AWS CloudFormation is not available in the Asia Pacific (Osaka) region. +Managing Amazon ECS blue/green deployments with CloudFormation is not available in the Asia Pacific (Osaka) region. @@ -17 +17 @@ Managing Amazon ECS blue/green deployments with AWS CloudFormation is not availa -## Differences between Amazon ECS blue/green deployments through CodeDeploy and AWS CloudFormation +## Differences between Amazon ECS blue/green deployments through CodeDeploy and CloudFormation @@ -19 +19 @@ Managing Amazon ECS blue/green deployments with AWS CloudFormation is not availa -The AWS CloudFormation stack template models Amazon ECS task-related resources and infrastructure, and also the configuration options for deployments. So there are differences between the standard Amazon ECS blue/green deployments and blue/green deployments that are created through AWS CloudFormation. +The CloudFormation stack template models Amazon ECS task-related resources and infrastructure, and also the configuration options for deployments. So there are differences between the standard Amazon ECS blue/green deployments and blue/green deployments that are created through CloudFormation. @@ -34 +34 @@ This table summarizes the differences in the high-level workflow between deploym -Function | Standard blue/green deployments | Blue/green deployments through AWS CloudFormation +Function | Standard blue/green deployments | Blue/green deployments through CloudFormation @@ -36,6 +36,6 @@ Function | Standard blue/green deployments | Blue/green deployments through AWS -Specify the Amazon ECS cluster, Amazon ECS service, Application Load Balancer or Network Load Balancer, Production listener, test listener, and two target groups. | Create a CodeDeploy deployment group that specifies these resources. | Create an AWS CloudFormation template to model these resources. -Specify the change to be deployed. | Create a CodeDeploy application. | Create an AWS CloudFormation template that specifies the container image. -Specify the Amazon ECS task definition, container name, and container port. | Create an AppSpec file that specifies these resources. | Create an AWS CloudFormation template to model these resources. -Specify the deployment traffic shifting options and lifecycle event hooks. | Create an AppSpec file that specifies these options. | Create an AWS CloudFormation template that uses the `AWS::CodeDeploy::BlueGreen` hook parameters to specify these options. -CloudWatch alarms. | Create a CloudWatch alarm that triggers a rollback. | Configure a CloudWatch alarm at the AWS CloudFormation stack level that triggers a rollback. -Rollback/redeployment. | Specify rollback and redeployment options. | Cancel the stack update in AWS CloudFormation. +Specify the Amazon ECS cluster, Amazon ECS service, Application Load Balancer or Network Load Balancer, Production listener, test listener, and two target groups. | Create a CodeDeploy deployment group that specifies these resources. | Create an CloudFormation template to model these resources. +Specify the change to be deployed. | Create a CodeDeploy application. | Create an CloudFormation template that specifies the container image. +Specify the Amazon ECS task definition, container name, and container port. | Create an AppSpec file that specifies these resources. | Create an CloudFormation template to model these resources. +Specify the deployment traffic shifting options and lifecycle event hooks. | Create an AppSpec file that specifies these options. | Create an CloudFormation template that uses the `AWS::CodeDeploy::BlueGreen` hook parameters to specify these options. +CloudWatch alarms. | Create a CloudWatch alarm that triggers a rollback. | Configure a CloudWatch alarm at the CloudFormation stack level that triggers a rollback. +Rollback/redeployment. | Specify rollback and redeployment options. | Cancel the stack update in CloudFormation. @@ -43 +43 @@ Rollback/redeployment. | Specify rollback and redeployment options. | Cancel the -## Monitoring Amazon ECS blue/green deployments through AWS CloudFormation +## Monitoring Amazon ECS blue/green deployments through CloudFormation @@ -45 +45 @@ Rollback/redeployment. | Specify rollback and redeployment options. | Cancel the -You can monitor blue/green deployments through AWS CloudFormation and CodeDeploy. For information about monitoring through AWS CloudFormation, see [Monitoring blue/green events in AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html#blue-green-events) in the _AWS CloudFormation User Guide_. +You can monitor blue/green deployments through CloudFormation and CodeDeploy. For information about monitoring through CloudFormation, see [Monitoring blue/green events in CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/blue-green.html#blue-green-events) in the _AWS CloudFormation User Guide_. @@ -55 +55 @@ Sign in with the same user that you set up in [Getting started with CodeDeploy]( - 2. In **Deployments** , the deployment that was triggered by the AWS CloudFormation stack update appears. Choose the deployment to view the **Deployment history**. + 2. In **Deployments** , the deployment that was triggered by the CloudFormation stack update appears. Choose the deployment to view the **Deployment history**. @@ -65 +65 @@ Sign in with the same user that you set up in [Getting started with CodeDeploy]( - * The successful deployment appears in CodeDeploy and shows that the deployment was initiated by AWS CloudFormation. + * The successful deployment appears in CodeDeploy and shows that the deployment was initiated by CloudFormation. @@ -67 +67 @@ Sign in with the same user that you set up in [Getting started with CodeDeploy]( - * If you want to stop and roll back the deployment, you must cancel the stack update in AWS CloudFormation. + * If you want to stop and roll back the deployment, you must cancel the stack update in CloudFormation.