AWS CodeBuild Adds Support for Amazon EFS

Posted on: Feb 6, 2020

You can now use Amazon Elastic Filesystem (EFS) in AWS CodeBuild build jobs. This can be achieved by specifying the EFS file system Id in your CodeBuild Project

Customers can specify one or more EFS filesystem Id as part of their CodeBuild Project. When a build that uses an EFS filesystem is triggered, CodeBuild ensures that the EFS filesystem is mounted and available to access for any commands specified in the buildspec.

AWS CodeBuild's support for EFS is available in all regions where CodeBuild and EFS are available. Please visit our documentationproduct page or the console to learn more about how to get started with AWS CodeBuild.