Questions tagged with Amazon Elastic File System
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I have created an EFS file system that is read-only to all ec2 machines by default. I need to have an admin machine that has the ability to write new files to the EFS file system. I have created the...
1
answers
0
votes
153
views
asked a month agolg...
I have an efs file system which is mounted across 4 to 5 Linux boxes.
Here is the efs file system policy to move 7 days old files to IA and keep it in that state.
But In each ec2 instance, there is a...
1
answers
0
votes
145
views
asked 2 months agolg...
Is it possible in EFS to store custom attributes (metadata) on a file?
I've tried without any namespace and with the "user" namespace but I keep getting "Operation not supported".
```
sudo setfattr...
1
answers
0
votes
109
views
asked 2 months agolg...
We are migrating our backups to AWS Backup and want to know if there is a way to 'prevent' or disable the ability to use the default backup process in RDS and EFS. Everything we have found suggests...
1
answers
0
votes
155
views
asked 2 months agolg...

Can someone please help me solve this issue when i try to mount EFS on my EC2 instance running amazon linux.
2
answers
0
votes
185
views
asked 2 months agolg...
I have had random charges appear within Cost Explorer for EFS.
The activities leading up to this were creating a backup for my files within SageMaker Studio. After removing older backups I noticed a...
1
answers
0
votes
157
views
asked 3 months agolg...
Hello, my instance refuse to boot up with below messages.
Let me know how can i resolved this issue without losing data in the instance.
Seems like NFS is not working but the instance is unreachable...
2
answers
0
votes
107
views
asked 3 months agolg...
I have a lambda function that uses requests.get() to run sentiment analysis on websites, and the function is run through an API call. I recently updated the function though, so that now it's linked to...
2
answers
0
votes
165
views
asked 3 months agolg...
I've got some small files in an AWS EFS Volume. About 4kb each. I have my EFS Lifecycle management set to "Transition into IA: 1 day(s) since last access". However, I'm not noticing any files...
2
answers
0
votes
85
views
asked 3 months agolg...
Hello, I have configured code build environment with aws/codebuild/amazonlinux2-x86_64-standard:corretto8 and also trying to store the cache in my EFS by configuring it in code build environment File...
1
answers
0
votes
167
views
asked 3 months agolg...
Hi all,
I want to import the openai whisper module (https://github.com/openai/whisper) into a Python Lambda Function . This package is large (4GB), so I had to attach an EFS file system to the Lambda...
2
answers
0
votes
297
views
asked 3 months agolg...
I have a lambda function that's linked to an EFS where I'm storing dependencies such as Numpy and LightGBM.
I have the following line of code in the lambda function to add the dependency directory...
1
answers
0
votes
118
views
asked 3 months agolg...