Set Up Amazon EFS in 60 Seconds
Two years ago, AWS announced their idea for a scalable network file system. Now, it's starting to go live. Here's how to get Amazon EFS up and running in 1 minute flat.
Join the DZone community and get the full member experience.
Join For FreeAWS announced Amazon EFS, a scalable network file system, at re:Invent 2014 almost two years ago. Finally, EFS is now generally available and production ready in US East (N. Virginia), US West (Oregon), and EU (Ireland).
Are you interested in giving EFS a try? This article shows you how to setup your first EFS environment within 60 seconds.
- Launch Stack
- Click Next to proceed with the next step of the wizard.
- Specify the parameters for the stack.
- Click Next to proceed with the next step of the wizard.
- Click Next to skip the Options step of the wizard.
- Click Create to start the creation of the stack.
- Wait until the stack reaches the state CREATE_COMPLETE.
Afterward, you can connect to the EC2 instance, named the same as the CloudFormation stack, via SSH. EFS is mounted under /efs
.
Happy testing!
Feedback
Is anything missing? Looking forward to your feedback! @andreaswittig or andreas@widdix.de.
Published at DZone with permission of Andreas Wittig. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments