Closed RomanDanyk closed 4 years ago
This should now be possible with the latest version of the spawner that allows the setting of any RunTask parameters. The significant change was done in https://github.com/uktrade/fargatespawner/commit/72b20163825af557f401268a9f7108174e2dd83b
The AWS Fargate Platform Version
1.4.0
supports using Amazon EFS file system volumes for persistent task storage. However, theLATEST
version still uses the1.3.0
platform version. In the same time RunTask ECS API method supports theplatformVersion
parameter. It would be nice to have an option for selecting the desired platform version.