Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Google Cloud Platform icon
Labs

Configure At Rest Encryption for EFS

Amazon Elastic File System (EFS) provides incredible scalability for your storage requirements, making it easy to share data across hundreds or even thousands of EC2 instances. In this lab, you will create an Amazon Elastic File System in the `us-east-1` Region with encryption enabled. You will also configure mount targets for this file system, enforce encryption in flight, and finally, mount the file system to a pre-created EC2 instance.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Intermediate
Last updated
Oct 10, 2025
Duration
45m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use.
Table of Contents
  1. Challenge

    Create an EFS File System Named devshare with Encryption Enabled
    • Create an EFS file system with the name of devshare.
    • Leave default creation settings with encryption enabled.
  2. Challenge

    Create a Mount Target for EFS Using EFSMountSecurityGroup

    Select your new EFS file system and navigate to the Network tab. Add the EFSMountSecurityGroup security group to each mount target to ensure your EC2 instance will have access to this volume.

  3. Challenge

    Apply a File System Policy to the EFS Volume to Enforce In-Transit Encryption for All Clients

    Create a file system policy for the EFS volume to enforce in-transit encryption for all of your clients.

  4. Challenge

    Mount the EFS Volume to the EC2 Instance and Create a File on the Elastic File System

    Connect using cloud_user credentials.

    Use the following command to mount your volume with encryption in flight, replacing fs-00000000 with your file system ID:

    • Example structure: sudo mount -t efs -o tls file-system-id efs-mount-point/

    • Example command mounting to local EFS directory you have created: sudo mount -t efs -o tls fs-000000000 /efs

    Verify the volume is ready for use by creating a file: sudo touch /efs/llama.txt

    Note: Keep in mind that without adding this to the /etc/fstab, the mount will not persist through a reboot. In this case, you are only preparing the volume for use by your team, so that's okay in this lab.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight