Questions tagged [amazon-efs]

Anything related to Amazon Elastic File System (EFS). It offers an interface for creating and configuring file systems on Amazon EC2 enviroment.

Amazon Elastic File System (Amazon EFS) is a file storage service for Amazon Elastic Compute Cloud (Amazon EC2) instances. Amazon EFS is easy to use and provides a simple interface that allows you to create and configure file systems quickly and easily. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and remove files, so your applications have the storage they need, when they need it.

582 questions
-1
votes
1 answer

Onprem sftp server to EFS

I have a onprem sftp server containing files I need to put in an AWS EFS solution, how can I go about doing this? Can I mount an EFS to the sftp server? Would I need to utilize AWS Transfer Family Service to keep the sftp type of transfer while…
-1
votes
1 answer

error during creation efs-server and mounting it for the AWS EKS setup

i was trying to create a efs server and mount and facing some error there. Below is the code which i am using - variable "subnets_nodes" {} variable "security_group_nodes" {} resource "aws_efs_mount_target" "efs-mt" { count =…
-1
votes
2 answers

While deploying an efs stack i get the following error

I get the following errors as shown in the picture attached. The Kms key is not being created. What could most probably be done to resolve this issue. At what line could the changes be made. Error while deploying an efs…
-1
votes
1 answer

RHEL yum update commad failed in aws ec2 instance

While running $ sudo yum -y update in RHEL, the execution failed with the error message: Could not open: jenkins-2.249.1-1.1.noarch.rpm error: gpg check failed. Why do I get this error message and how can I resolve it?
-1
votes
1 answer

EFS mounts on ECS Fargate container platform on AWS and confirming it works?

I think I can mount a new EFS volume on my container because it gives me no errors. How do I verify if it is actually running or working and which container has it mounted. Does anyone know if there is a tool with the exception of building some…
-1
votes
1 answer

Volumes between deployment replicas

I have this issue: Two or more nodes on cluster and 5 deployment replicas, and I have to use one volume for them. For example I will add one file to first pod and can take it from another, and if my first pod will deleted, I still can take this data…
-1
votes
1 answer

EFS mount target

I am building this env: https://github.com/awslabs/aws-refarch-wordpress Could you please tell me for what I need EFS mount target? I can't understand. For now, I set up 5 WordPress instances in 3 availability zones. And now I have only 1 mount…
Gena
  • 35
  • 1
  • 7
-1
votes
2 answers

S3 or EFS - Which one is best to create dynamic image from set of images?

I have a quiz site which creates images from a set of source images, the result images are stored in S3 and i don't care about it. My question is about source images, S3 or EFS is better for storing the source images for this purpose. I am using php…
Samnad Sainulabdeen
  • 230
  • 1
  • 4
  • 13
-2
votes
0 answers

Copy Files from S3 to EFS using AWS Lambda

I want to copy a big file of size around 5GB from S3 to EFS using Lambda function. I was able to access EFS through Lambda after connecting to VPC but I wasn't able to access S3 after that. I heard that VPC Endpoints or NAT Gateways are to be…
-2
votes
1 answer

AWS S3 vs EFS - how does mounting make the difference between them?

I guess I don't really understand the meaning of "remote mounting" so I can't understand how these two technologies differ from each other. I know that using AWS EFS for reading and writing is faster than using s3, but why? what is the difference…
nirkov
  • 697
  • 10
  • 25
-2
votes
1 answer

Upload image file to AWS EFS

I have a task to store images in EFS storage from my React-Node app. On my website, user has to select a profile picture that should be saved in AWS EFS. I can find documentation to save images in S3 but I couldn't find the steps to save in…
abhilash reddy
  • 1,546
  • 8
  • 31
  • 53
-2
votes
1 answer

Need extensible storage for EC2 ! Alternatives of EFS (Elastic File System) on AWS ?

As EFS is not in All regions.. What are other options if I need an extensible storage which can be mounted on EC2 ?
Deepak Singhal
  • 10,568
  • 11
  • 59
  • 98
1 2 3
38
39