amazon-efs Questions
2
Solved
I set up an ECS Cluster with Terraform. Everything works great, but I have a few questions about it.
1. As far as I understood, an EFS volume doesn't need to be mounted to ECS instances. AWS allows...
Memorable asked 8/4, 2020 at 1:22
3
Solved
I am storing users' code in file system, at present EBS in AWS. I am looking improving the availability and want to reduce the chances of outage due to EBS going down. EFS appears to be a reasonabl...
Endowment asked 3/11, 2016 at 6:19
7
Trying to mount an EFS file system. The only thing I changed was removing the default SG created with the EFS group and replacing it with a custom SG that my EC2 instances are already in.
AWS prov...
Harmonic asked 7/5, 2020 at 2:17
3
Solved
I am trying to mount my EFS to a multi-docker Elastic Beanstalk environment using task definition with Dockerrun.aws.json. Also, I have configured the security group of EFS to accept NFS traffic fr...
Edison asked 10/3, 2021 at 6:23
4
Solved
I have launched two EC2 instances in two availability zones and I need to mount the EFS in both the instances using Terraform.
resource "aws_efs_file_system" "magento-efs" {
cr...
Herbert asked 18/8, 2019 at 17:55
6
Solved
When trying to mount an EFS file system together with ECS, I get the following error:
ResourceInitializationError: failed to invoke EFS utils commands to set up EFS volumes: stderr: mount.nfs4: Con...
Bilge asked 30/7, 2020 at 20:45
3
I'm trying to mount an EFS on my EC2 instance using the command:
sudo mount -t efs -o tls efs-id:/ /var/www/
The DNS name is not resolving.
I've already created an inbound rule on my NFS Mount sec...
Dogie asked 26/7, 2021 at 4:7
2
Solved
I am trying to mount EFS inside a docker container running on EC2 server. EFS mount in EC2 is working fine with,
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retran...
Mont asked 29/8, 2019 at 10:53
2
Solved
According to the docs, AWS EFS (Amazon Elastic File System) supports file locking:
Amazon EFS provides a file system interface and file system access semantics (such as strong data consistency a...
Fiducial asked 6/11, 2018 at 18:33
4
I've created a lambda function.
I created a Elastic File System (EFS) and access points using all the default settings.
I attached the EFS to the lambda function, again just using the defaults.
But...
Caracole asked 3/12, 2020 at 21:3
2
Solved
Can anybody explain what AWS EFS mount targets mean? AWS document says it is for you to access EFS, which I do not understand.
Here is my understanding of EFS mount targets: when you create EFS, at...
Duong asked 9/9, 2021 at 19:25
2
Solved
Trying to launch a Fargate task that uses an EFS Volume.
When starting the task from ECS Console, I'm getting this error :
ResourceInitializationError: failed to invoke EFS utils commands to set up...
Snowfield asked 26/5, 2022 at 9:27
3
Solved
I have an ECS instance on which my docker containers are running. I want to mount EFS on docker container which is running on ECS. Is it possible then how?
I am able to mount EFS on ECS instance ...
Marje asked 26/2, 2018 at 11:0
2
I'm using EFS
I want to set up some form of lifecycle rule to delete all files that are in the EFS for over 10 days (or preferably, but not necessary, if they were not accessed for 10 days)
From th...
Brottman asked 13/3, 2021 at 6:50
3
I am trying to mount AWS EFS to my local MacBook (also other local computers)
However, it is not working.
My port 22 and 2049 is wide open as a testing.
I tried few command like
mount -t nfs4 -o nf...
Came asked 7/12, 2016 at 20:16
1
Solved
Is it possible to use SQLite in AWS EFS safely? In my readings trying to determine if this is viable there appears to be some allusions that it should be doable since AWS EFS implemented NFSv4 back...
Coumarin asked 8/2, 2022 at 23:31
2
Solved
I'm trying to set up EFS with EKS, but when I deploy my pod, I get errors like MountVolume.SetUp failed for volume "efs-pv3" : rpc error: code = DeadlineExceeded desc = context deadline e...
Thurber asked 14/7, 2020 at 3:45
2
Solved
I want use EFS with fargate but I have this error when the task start:
ResourceInitializationError: failed to invoke EFS utils commands to set up EFS volumes: stderr: Failed to resolve "fs-xxx...
Imminence asked 19/10, 2020 at 17:2
6
Solved
I am trying to setup EFS and access it using EC2 instances in different availability zones. I have created a separate security group for EFS, which allows traffic for the security group attached to...
Schappe asked 3/8, 2020 at 14:53
2
Solved
I am trying to use aws lambda and efs together so I can perform operations that exceed the default lambda storage limit of 500mb. I am confused what the difference is between Local mount path and A...
Alleyway asked 2/9, 2020 at 21:20
3
Solved
I am having an issue where I am unable to mount my EFS on red hat ec2 instance using the DNS names. It throws the error
mount.nfs4: Failed to resolve server us-east-1a.fs-c2aXXXX.efs.us-east-1.ama...
Melodimelodia asked 26/10, 2018 at 14:42
13
Solved
As per the title of this question, what are the practical differences between AWS EFS, EBS and S3?
My understanding of each:
S3 is a storage facility accessible any where
EBS is a device you...
Derbent asked 11/4, 2015 at 8:43
2
First of all to put some context on that question.
I have an EKS cluster with version >= 1.15
The EFS - EKS security group / mount target etc. are working properly
The CSI driver for EFS in EKS i...
Elstan asked 23/4, 2020 at 2:5
3
Solved
So far I have 2 directories:
aws/
k8s/
Inside aws/ are .tf files describing a VPC, networking, security groups, IAM roles, EKS cluster, EKS node group, and a few EFS mounts. These are all using ...
Tropism asked 9/3, 2020 at 23:56
2
I connected the Lambda to EFS, and I want to download small file from S3 to the EFS using Lambda.
I connected the Lambda function to file system, and added access point with permissions 777.
I have...
Rapprochement asked 22/9, 2020 at 14:57
1 Next >
© 2022 - 2025 — McMap. All rights reserved.