Walkthroughs
Last updated
Was this helpful?
Last updated
Was this helpful?
Note This walkthrough is similar to the Getting Started exercise. In the exercise, you use the console to create EC2 and Amazon EFS resources. In this walkthrough, you use the AWS CLI to do the same—primarily to familiarize yourself with the Amazon EFS API.
Note
For both procedures, you create all resources in the US West (Oregon) Region (us-west-2
).
Note This setup does not configure the EC2 instance to automatically start httpd (web server) on boot, and also does not mount the file system on boot. In the next walkthrough, you create a launch configuration to set this up.
Note You can follow the exercise to create and mount an Amazon EFS file system on your EC2 instance.
Note Using Amazon EFS with Microsoft Windows–based clients isn't supported.
Note In some cases, your local application might need to know if the EFS file system is available. In these cases, your application should be able to point to a different mount point IP address if the first mount point becomes temporarily unavailable. In this scenario, we recommend that you have two on-premises clients connected to your file system through different Availability Zones (AZs) for higher availability.
Note If you haven't already, install the rpm-builder package with the following command.
Note Using Amazon EFS with Microsoft Windows–based clients isn't supported.
Note
The method for enforcing the creation of Amazon EFS file systems that are encrypted at rest described in this walkthrough is deprecated. The preferred method to enforce the creation of file systems that are encrypted at rest is to use the elasticfilesystem:Encrypted
condition key in AWS Identity and Access Management identity-based policies. For more information, see . You can use this walkthrough to create CloudWatch alarms to validate that your IAM policies are preventing the creation of unencrypted file systems.