Skip to main content Skip to complementary content

Mounting your file system

Procedure

  1. Create a new directory efs under /opt:
    sudo mkdir /opt/efs
  2. Change the owner to ec2-user:
    sudo chown ec2-user:ec2-user /opt/efs
  3. Enter the /opt directory:
    cd /opt
  4. Mount your file system using the DNS name of your EFS File System. To do that, you have two options:
    • Option 1: If you have copied the Amazon EC2 Mount instructions in your favorite editor.
    • Option 2: If you did not copy/paste the Amazon EC2 Mount instructions.
    Information noteNote: Note down this mounting command as it will be used again when launching a second ActiveMQ instance.
    Information noteNote: If you are unable to connect, please see the troubleshooting documentation at http://docs.aws.amazon.com/en_en/efs/latest/ug/troubleshooting.html.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!