Skip to main content Skip to complementary content

Option 2: If you did not copy/paste the Amazon EC2 Mount instructions

Procedure

  1. First, locate the DNS name of the File System to use:
    • Go back in EFS console.
    • Click the Talend ActiveMQ EFS file system to show its details: the DNS Name to use is displayed under File System Access as per below:
  2. Copy the DNS Name and paste it in the mount command below:
    sudo mount -t nfs4 -o 
    nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2<put your DNS name here>:/ efs
  3. Copy the mount command then paste it in your ssh terminal.
  4. Press Enter to execute.

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!