AWS AmazonECS documentation change
Summary
Restructured content to prioritize ECS blue/green deployments, updated section headers, and added a recommendation for ECS blue/green
Security assessment
The changes promote best practices for deployment strategies but do not explicitly document security features or address security vulnerabilities. Focus is on deployment methodology, not security.
Diff
diff --git a/AmazonECS/latest/developerguide/deployment-type-bluegreen.md b/AmazonECS/latest/developerguide/deployment-type-bluegreen.md index b4c2bdd44..12eca86d9 100644 --- a//AmazonECS/latest/developerguide/deployment-type-bluegreen.md +++ b//AmazonECS/latest/developerguide/deployment-type-bluegreen.md @@ -7 +7 @@ ConsiderationsRequired IAM permissions -# Validate the state of an Amazon ECS service before deployment +# CodeDeploy blue/green deployments for Amazon ECS @@ -9 +9,3 @@ ConsiderationsRequired IAM permissions -The _blue/green_ deployment type uses the blue/green deployment model controlled by CodeDeploy. Use this deployment type to verify a new deployment of a service before sending production traffic to it. For more information, see [What Is CodeDeploy](https://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html) in the _AWS CodeDeploy User Guide_. +We recommend that you use the Amazon ECS blue/green deployment. For more information, see [Creating an Amazon ECS blue/green deployment ](./deploy-blue-green-service.html). + +The _blue/green_ deployment type uses the blue/green deployment model controlled by CodeDeploy. Use this deployment type to verify a new deployment of a service before sending production traffic to it. For more information, see [What Is CodeDeploy](https://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html) in the _AWS CodeDeploy User Guide_.Validate the state of an Amazon ECS service before deployment @@ -173 +175 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Viewing service revision details +External deployments @@ -175 +177 @@ Viewing service revision details -Deploying a service using a blue/green deployment +Creating a CodeDeploy blue/green deployment for Amazon ECS services