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
0
votes
0 answers
How configure Amazon EFS as data volume in Elastic Beanstalk web application windows .NET instance
I do have an .NET Application which I would like to deploy to Beanstalk. I would like to add an EFS to it. I tried but i did not was able to configure EFS with a windows Beanstalk.
How can I configure it?
I already tried adding .config files to the…

Daniel Santos
- 168
- 1
- 9
0
votes
1 answer
AWS replication for running Odoo
I'm planning to run Odoo on AWS. I need to have real time replication so that we have fail-over. EC2 instances would just have Odoo running and would be put under ELB. RDS (multi - az) postgres would be the database and EFS storage would host all…

Prasanth
- 103
- 2
0
votes
0 answers
Why can't I mount this efs
I have used this CDK setup (https://github.com/doctorray117/minecraft-ondemand) to build an AWS based minecraft bedrock server. All i need to do is be able to transfer the existing world files to this new server instance but when I try to mount the…

Tofuwarrior
- 239
- 1
- 3
- 10
0
votes
0 answers
Sharing EFS with Samba - missing files
I'm trying to share AWS EFS content using Samba (to use it on Windows based instances). The issue is that with some number of files per folder, Samba doesn't show all of them. I tried different linux distros and also dockerized Samba version. Here's…

imbolc
- 111
- 1
- 1
- 3
0
votes
0 answers
Can EFS be mounted over AWS Client VPN, or only Site-to-Site?
'Amazon EFS now supports AWS VPN', but that was published 23 October 2018; Client VPN was announced on 19 December that year, so 'AWS VPN' referred to what is in current docs usually called 'AWS Site-to-Site VPN'.
Can an EFS filesystem be mounted on…

OJFord
- 151
- 1
- 1
- 5
0
votes
1 answer
ECS containers on EC2 cannot mount EFS volumes
I have created an ECS cluster backed by an EC2 auto-scaling group and launched a service in it that uses EFS for NFS storage. The service is running in awsvpc network mode so that I'm able to control traffic to and from it. There is a security group…

user1933738
- 247
- 1
- 6
0
votes
0 answers
SFTP access to EFS - Security
I have recently configured an EFS to which several people in the compan need SFTP access.
I configured AWS transfer family which i've connect to using a VPC endpoint.
Everything is working fine, however, our security systems are telling me that "VPC…

Ydrab
- 11
- 2
0
votes
1 answer
Trouble with data synchronization and writable per-user subdirectories using EFS
I used this EFS walkthrough to mount my EFS and enable writable per-user subdirectories on my EC2 instance.
According to the documentation, All files and subdirectories the user creates in their home directory are then created on the Amazon EFS file…

HWD
- 111
- 3
0
votes
1 answer
Move Services From Servers in Aws
Could anyone advise the best method(s) to move service from one EC2 instance to another? For example Test-dev we want to spin up and replace with TEST (server) but we want to get CRON services and scripts on the new instance. Additionally, we want…

samtech 2021
- 81
- 7
0
votes
0 answers
Image Storage Options In AWS
In the case of my scenario, The loading issue seems to have been caused by making HTTP requests with no HTTP timeout set to our CDN. The synchronous requests held the page execution for many minutes and then the load balancer timed out the…

samtech 2021
- 81
- 7
0
votes
0 answers
Recommended ways to manage / edit files on Amazon EFS remotely?
We're starting to use AWS, making use of EFS for application / user data and configuration. Now I wonder what are good ways to access and manage these files remotely, for instance in order to
edit a configuration file on EFS,
move / rename files…

hans_meine
- 101
- 5
0
votes
2 answers
Given an existing unencrypted AWS EFS volume, can somebody give me a path for encrypting it without data loss?
We have discovered that we really ought to have encrypted the MySql database and EFS volume on our application, at the time of creation. We are now attempting to correct the oversight.
I've read the Amazon document about converting a database from…

hbquikcomjamesl
- 259
- 2
- 16
0
votes
1 answer
Dynamic nfs/efs volumes in kubernetes cluster
In the past we used the efs-provisioner to dynamically create volumes for our pods using nfs based storage.
This worked like a charm but it was moved to the kubernetes-retired/external-storage which means it is no longer supported or developed on. I…
0
votes
1 answer
Schedule, Compress, and Transfer files from EC2/EFS to Glacier
I want to create a process to transfer files from EC2 / EFS, to Glacier - but with compression. Say there are directories with timestamps down to the hour. Every hour, I want a process that checks for directories older than 24 hours (configured),…

Cyclops
- 1,169
- 2
- 9
- 13
-1
votes
1 answer
how to migrate shared mount points to aws
we are planning to migrate to AWS, how do you migrate shared NFS mount points to AWS, we have file systems in them. Is S3 a good choice or EBS, Is there any other way to do this, how have people been traditionally doing this.

chandra
- 103
- 1