uktrade / fargatespawner

Spawns JupyterHub single user servers in Docker containers running in AWS Fargate
MIT License
47 stars 21 forks source link

Allow set Fargate Platform Version #16

Closed RomanDanyk closed 4 years ago

RomanDanyk commented 4 years ago

The AWS Fargate Platform Version 1.4.0 supports using Amazon EFS file system volumes for persistent task storage. However, the LATEST version still uses the 1.3.0 platform version. In the same time RunTask ECS API method supports the platformVersion parameter. It would be nice to have an option for selecting the desired platform version.

michalc commented 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