aws / efs-utils

Utilities for Amazon Elastic File System (EFS)
MIT License
294 stars 188 forks source link

Release efs-utils v2.0.0 #202

Closed RyanStan closed 6 months ago

RyanStan commented 6 months ago

Summary

This commit replaces stunnel, which provides TLS encryptions for mounts, with efs-proxy, a component built in-house at AWS. Efs-proxy lays the foundation for upcoming feature launches at EFS.

For details on upgrading to efs-utils v2.0.0, see the readme section, "Upgrading from efs-utils v1 to v2".

Testing

We've performed internal functional, performance, robustness, and chaos testing, to ensure that efs-proxy meets the high bar expected of AWS software.

RyanStan commented 6 months ago

Closing this PR while I work on getting the Circle CI tests to pass.