Autoscaling EC2 with NFS mounts
Posted
by
Jamie Taylor
on Server Fault
See other posts from Server Fault
or by Jamie Taylor
Published on 2012-11-02T08:40:48Z
Indexed on
2012/11/02
11:03 UTC
Read the original article
Hit count: 247
I'm trying to set up a shared filesystem on EC2 and I've read tutorials such as this: http://blog.ronaldmccollam.com/2012/07/configuring-nfs-on-ubuntu-in-amazon-ec2.html
In step 2 it talks about configuring the exports, for this I need an IP range but when I'm auto-scaling I can't predict what the IP will be before it scales. Is there any other way of doing this while still staying secure?
Thanks
Edit: Just tried s3fs, didn't seem to work properly
© Server Fault or respective owner