aws-containers / amazon-ecs-exec-checker

🚀 Pre-flight checks for ECS Exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform Version Check Incorrect For Windows Fargate

grochoge opened this issue · comments

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).