'Is there a way to create or delete file in AWS EFS programmatically from any machine?
Every time I run an automated test that creates and deletes files from a shared EFS, I have to go to that EC2 that has the EFS mounted. Is there a way to create or delete files in AWS EFS programmatically (like boto3 or AWS Java SDK, etc...) from any machine? That way I can run the automated tests from any machine and it can access EFS using the AWS credentials.
Solution 1:[1]
No, unfortunately at this time the only way to interact with the content of an EFS volume is to NFS mount the volume onto the computer that needs access.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mark B |