Commit 0e268f9
docs(ecs): add note for windows tasks CPU/Memory requirement (#34683)
Adds a clarification note that these properties are not strictly enforced at runtime, but are still required nonetheless.
### Issue #34645
Fixes #34645.
### Reason for this change
[ECS docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size) was recently updated to state that the CPU/Memory property is not enforced on Windows platforms, but are still required nonetheless.
### Description of changes
Add note to the CPU and memory property of Fargate task definitions.
### Describe any new or updated permissions being added
No permissions added or updated.
### Description of how you validated changes
No tests needed as this is a documentation change.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent b5ef88b commit 0e268f9
File tree
1 file changed
+6
-0
lines changed- packages/aws-cdk-lib/aws-ecs/lib/fargate
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
0 commit comments