AWS AmazonECS documentation change
Summary
Removed JSON and AWS CLI examples for empty capacity provider strategy and removed a note about task definition compatibility validation.
Security assessment
This change removes technical examples and a compatibility note but does not contain any security-related content or address security issues. It appears to be a documentation cleanup.
Diff
diff --git a/AmazonECS/latest/developerguide/capacity-launch-type-comparison.md b/AmazonECS/latest/developerguide/capacity-launch-type-comparison.md index 70d703a21..c78ee2eb8 100644 --- a//AmazonECS/latest/developerguide/capacity-launch-type-comparison.md +++ b//AmazonECS/latest/developerguide/capacity-launch-type-comparison.md @@ -125,10 +124,0 @@ Capacity provider to launch type updates are not supported. If you originally cr -JSON: - - - "capacityProviderStrategy": [] - -AWS CLI: - - - --capacity-provider-strategy '[]' - @@ -139,4 +128,0 @@ This only reverts the service to the launch type specified when the service was -###### Note - -Task definitions must pass compatibility validation for the target capacity provider. If the `requiresCompatibilities` check fails for the task definition version, the `UpdateService` call fails. -