fix(ecs): restore -EnableTaskIAMRole parameter for Windows ECS container hosts#37345
fix(ecs): restore -EnableTaskIAMRole parameter for Windows ECS container hosts#37345syukawa-gh wants to merge 2 commits intoaws:mainfrom
-EnableTaskIAMRole parameter for Windows ECS container hosts#37345Conversation
|
|
||||||||||||||
|
|
||||||||||||||
2c6c306 to
9521464
Compare
There was a problem hiding this comment.
The pull request linter fails with the following errors:
❌ Fixes must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
✅ A exemption request has been requested. Please wait for a maintainer's review.
9521464 to
1716b5e
Compare
|
Exemption Request This change adds |
The -EnableTaskIAMRole parameter was removed from the Initialize-ECSAgent command for Windows container hosts. This parameter is required per AWS documentation for IAM roles for tasks on Windows. Closes aws#36805
1716b5e to
b91b0f9
Compare
|
Correction to my previous comment: After reviewing the diff more carefully, this PR needs unit tests to be added. I will update this PR with the required tests. The Exemption Request above should be disregarded for the unit test requirement. |
The
-EnableTaskIAMRoleparameter was accidentally removed from theInitialize-ECSAgentPowerShell command in #36362. This parameter is required for Windows container hosts to use task IAM roles.Closes #36805