Amazon Elastic File System (Amazon EFS) is a managed cloud storage service, accessed using the NFS protocol version 4.1.
Questions tagged [amazon-efs]
77 questions
1
vote
1 answer
What is the best practice to manage multiple servers and shared a source code in a storage in AWS
I have a monolithic e-commerce website in management and like to expand it to multiple servers using a load balancer and single database server.
load balancer -> server 1 -> db server
| ^
L-> server…

Eric Lee
- 115
- 4
1
vote
1 answer
Amazon EFS performance mounted for a k8 cluster of ec2 instances with small frequent writes
How performant is a shared mounted EFS if there are multiple ec2 instances with multiple containers all writing to separate files in separate directories? Can write performance on one container be detrimentally affected by another container writing…

ajoseps
- 113
- 5
0
votes
1 answer
AWS EFS mount to EC2 Amazon linux
Alright everyone, I have no idea what I am doing wrong here. I am setting up Apache on a linux EC2 instance on AWS. The install for APACHE was fine following these white papers posted by amazon
Apache Web Server
Once I get to step 3.C it hits a…

hittle08
- 13
- 3
0
votes
0 answers
How can I setup an SQLite database for serverless Cloud Functions?
I have some Serverless Lambda Functions and I would like to host an SQLite database with about a GB of data for free or very cheaply (1 USD per month).
My initial thought is to use Amazon Elastic File System or an EFS like service but I'm not sure…

david_adler
- 129
- 7
0
votes
1 answer
How do I know if a file has been fully written when using AWS EFS
So I decided to use EFS as a shared filesystem for my EC2 instances. Our microservices, which are deployed on different instances, need to read and write to a shared space. One service basically puts the file to the known location, and the second…

bladebytes
- 111
- 3
0
votes
1 answer
Mounting EFS volume fails on elastic beanstalk deployment
I am trying to learn deploying on elastic beanstalk. I am following this particular doc to deploy a wordpress application with load balancers. Application deployment keeps failing with this error
[Instance: i-] Command failed on…

Shabin Muhammed
- 121
- 1
- 8
0
votes
1 answer
Use Amazon repo in Centos 7
I set up a Centos 7 instance on EC2 and i need to mount a couple of EFS filesystems.
Because Centos 7 and Amazon Linux 2 are pretty similar, I am wondering if could be possible to add Amazon Linux Extras in order to use amazon-efs-utils to mount EFS…

fromthestone
- 347
- 4
- 17
0
votes
1 answer
pv and pvc - kube- efs
I am using PV with EFS. I have created a PV and PVC. My PV goes back to released status after I delete my StatefulSets. When I delete and re-apply my StatefulSets, it does not get attached to the same PV, instead the PVC status shows pending. My…

sumanth
- 27
- 4
0
votes
1 answer
Tool to track folder changes recursively in ubuntu 16.04
Is there any tool with which I would be able to track any changes happening recursively inside a particular folder?
I have used inotifytools and fswatch but both are hitting the server performance because the folder I am watching is having a size…

Ranadip Dutta
- 123
- 8
0
votes
0 answers
modifying httpd.conf file apache aws EC2
0
down vote
favorite
I have an EFS file system mounted to multiple EC2 instances. I am trying to change apache config file. I don't want my index.html to be on the EC2 instance hard drive. Instead I want to move it to a directory in my EFS so I…

Ahmed
- 103
- 1
- 4
0
votes
2 answers
Apache ServerRoot on NFS and Mutex configuration
I'm working on a new setup for a "stateless server" that should be used as an Apache/Php node to deliver contents over the internet.
My aim is to move the DocumentRoot and the ServerRoot to NFS (it will be EFS - Elastic File System on Aws) so that I…

Px2016
- 109
- 4
0
votes
1 answer
AWS CloudFormation creates EFS even with condition
I have a CloudFormation script that has the following:
"Parameters": {
"optionalExistingEFSDrive": {
"Description": "EFS drive to store client content. If left empty a new drive will be created automatically.",
"Type": "String",
…

Glen Solsberry
- 1,536
- 5
- 28
- 38
0
votes
0 answers
Moodledata on EFS
I am in the process of setting up moodle an on AWS.
I am a little bit confused about where to put my moodledata directory as I will need to read/write to this directory from multiple EC2 instances. I see that EFS is the best option but also read…
0
votes
1 answer
EFS 'sudo mount -t nfs4' hangs
I've created an EFS volume with Amazon. I then open up port 1194 for incoming UDP connections on the server I want to mount EFS to.
I ssh into the server and then run the command suggested by Amazon:
sudo mount -t nfs4 -o…

Philip Kirkbride
- 279
- 2
- 10
- 30
0
votes
2 answers
Possible to set AWS Elastic Beanstalk document root to EFS?
(Original asked on SuperUser, but now "on hold" - view)
I'd really like to be able to use Elastic Beanstalk to host a Joomla application. However, there are a couple of issues:
Users will need to be able to upload content to the Joomla site
Joomla…

Rob Methven
- 38
- 1
- 4