amazon-ecs-exec-checker
amazon-ecs-exec-checker copied to clipboard
Platform Version Check Incorrect For Windows Fargate
When running the script against a Windows Fargate task, I see:
Platform Version | 1.0.0 (Required: >= 1.4.0)
This is incorrect for Windows containers per the documentation: "If you're using AWS Fargate, you must use platform version 1.4.0 or higher (Linux) or 1.0.0 (Windows)."
Everything else seems to be working correctly, although I haven't tried initProcessEnabled (I'm unclear if it uses the now incorrectly named "linuxParameters" configuration).