It's really a top notch product; couldn't be happier.
Amazon Elastic File System – Production-Ready in Three Regions
11–20 of 122 posts
Re: Amazon Elastic File System – Production-Ready in Three Regions
#12Re: Amazon Elastic File System – Production-Ready in Three Regions
#13Re: Amazon Elastic File System – Production-Ready in Three Regions
#14We use a columnar database and we insert data to it periodically (30s to 90s) using Kinesis as middleware. Files are immutable and each insert creates [count of columns] * [count of tables] files. The database also periodically merges the batch files in background. Since EFS was not available, I was trying to develop a FUSE filesystem that writes data to both S3 and local filesystem (EBS) for durability and read only…
Re: Amazon Elastic File System – Production-Ready in Three Regions
#15Re: Amazon Elastic File System – Production-Ready in Three Regions
#16This is really cool but also kind of a shame. I feel like it will encourage bad behavior. I can see people using this to deploy code by deploying onto the shared volume so that all their instances get an "instant update". Which is great when it works, but lord help you when EFS goes down and every app server you have is hung on a broken NFS connection.
Re: Amazon Elastic File System – Production-Ready in Three Regions
#17Re: Amazon Elastic File System – Production-Ready in Three Regions
#18Re: Amazon Elastic File System – Production-Ready in Three Regions
#19It's an interesting start to a project, but the public features feel very much lacking.
Re: Amazon Elastic File System – Production-Ready in Three Regions
#20Can EFS be used as a volume for ECS tasks?
Here's a post we wrote earlier in the year about EFS and ECS: https://aws.amazon.com/blogs/compute/using-amazon-efs-to-per...