AWS AmazonECS documentation change
Summary
Removed redundant sentence about validating service state before deployment
Security assessment
The change removes a redundant statement without altering security implications. No security-related content was added or modified.
Diff
diff --git a/AmazonECS/latest/developerguide/deployment-type-bluegreen.md b/AmazonECS/latest/developerguide/deployment-type-bluegreen.md index 7ac7b45d1..b4c2bdd44 100644 --- a//AmazonECS/latest/developerguide/deployment-type-bluegreen.md +++ b//AmazonECS/latest/developerguide/deployment-type-bluegreen.md @@ -9 +9 @@ 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_.Validate the state of an Amazon ECS service before deployment +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_.