EFS Cross-account Access From a Lambda Function
In this article, we will demonstrate how to access an EFS file system in one account from a Lambda function in another account, with both the EFS and the Lambda function residing within their own VPCs. Overview For the Lambda function to connect to an EFS across accounts, some form of network connectivity is required. …