Commit 45e4cb3
authored
docs(ecs): make correction to documentation for windows containers network mode support (#35007)
### Issue # (if applicable)
Closes #35006.
### Reason for this change
The documentation for NetworkMode.NAT enum incorrectly states that NAT is "the only supported network mode for Windows containers". This is no longer accurate as Windows containers also support the `awsvpc` network mode according to AWS documentation.
### Description of changes
- Removed the incorrect sentence stating "This is the only supported network mode for Windows containers."
- Updated the description of NAT mode to clarify that it's "Docker's built-in virtual network which runs inside each Windows container instance" without implying exclusivity.
### Describe any new or updated permissions being added
None. This change is documentation-only and doesn't modify any code logic or permissions.
### Description of how you validated changes
None
### 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 e3f505e commit 45e4cb3
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
| 974 | + | |
978 | 975 | | |
979 | 976 | | |
980 | 977 | | |
| |||
0 commit comments