Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Secure Agents
  6. Secure Agent installation in a cloud environment
  7. Secure Agent installation in a local environment
  8. Serverless runtime environment setup in AWS
  9. Serverless runtime environments

Runtime Environments

Runtime Environments

Using EFS or NFS directories as data disks

Using EFS or NFS directories as data disks

To use existing EFS or NFS directories as data disks in a serverless runtime environment, perform some setup steps so that the serverless runtime environment has permissions to access these directories. When the setup is complete, the serverless runtime environment can read existing files and write new files to these directories.
  1. Mount the EFS or NFS directories in an EC2 instance that you have.
  2. Log in to the EC2 instance.
  3. Locate a user with ID=501. If one doesn't exist, create a new user with this ID.
    User ID 501 is the user
    cldagnt
    , which the serverless runtime environment uses to access mounted EFS or NFS directories.
  4. Assign read and write permissions to the mounted directories for user 501.
    For more information, see the following topic in the AWS documentation: Working with users, groups, and permissions at the Network File System Level.

0 COMMENTS

We’d like to hear from you!