EFS Volumes
Convox now supports shared volume mounts via EFS. Any Convox process can now share files with other processes of the same type by declaring shared volumes in the volumes: section of docker-compose.yml. (#822)
See the Volumes doc for more details.
General Enhancements
- Container disk size is now configurable with the 
ContainerDiskapp parameter. (#854) - 
convox startcode synchronization now works with single fileCOPY. (#853) - 
convox installwill now use the AWS CLI for authentication if it is available. (#847) - Convox now terminates instances using the AutoScaling API rather than terminating directly. Thanks to @mwarkentin (#865)