Integrated Digital Engineering on AWS
  • 🚀First Time Users
    • What is IDEA?
    • Install IDEA
      • Pre-Requisites
      • Standard Installation
    • Access your IDEA cluster
      • Web Interface
      • Virtual Desktops (Linux/Windows)
      • SSH
      • APIs
    • File Browser
    • Let's get started
    • Cluster operations
      • Update IDEA cluster
        • Patch IDEA module (idea-admin.sh patch)
        • Update IDEA configuration (idea-admin.sh config)
        • Update IDEA backend resource (idea-admin.sh deploy)
      • Uninstall IDEA
  • 🤖Modules
    • What is a module?
    • Virtual Desktop Interfaces
      • User Documentation
        • Create a virtual desktop (Linux/Windows)
        • Stop/Delete/Hibernate a virtual desktop
        • Modify a virtual desktop
        • Share a virtual desktop
        • Virtual desktop scheduling
      • Admin Documentation
        • Dashboard
        • Sessions
        • Virtual Desktop Images (Software Stacks)
        • Permissions management
      • Technical
        • APIs
    • HPC Workloads
      • User Documentation
        • Submit a job
        • Control my jobs
        • Supported EC2 parameters
        • Job Storage
        • Troubleshooting
          • My job is not starting
      • Admin Documentation
        • Queue Profiles
        • Create Web Based Job Submission Worfklows
        • Configure Floating License resources
    • Cluster Manager
      • Projects Management
      • Users Management
      • Groups Management
      • Cluster Status
      • Email Templates
      • APIs
    • Shared Storage
      • Storage Management
  • 👑Best Practices
    • Analytics
      • OpenSearch
        • Configure your OpenSearch
        • Create your own analytics visualizations
    • Budget
      • Review your AWS spend
      • Control your AWS spend
      • Set up budget per project
    • Security
      • Backup IDEA environment
  • 🧱Architecture
    • High Level Overview
  • 🛠️Developer Portal
    • IDEA CLI utility
    • Developer Onboarding
  • 🚨Help and Support
    • FAQ
    • Raise a bug
Powered by GitBook
On this page
  • Distributed Storage
  • Upload file(s)
  • Delete file(s)
  • Manage your Favorites
  • Edit file(s)
  • Tail files in real-time
  • Submit a job
  1. First Time Users

File Browser

File Browser section let each user access their filesystem via a web browser.

PreviousAPIsNextLet's get started

Last updated 1 year ago

To access it this section, click "File Browser" on the left sidebar.

This will open a new interface from where you can manage all files available on the underlying file-system.

Web-based file browser honors filesystem permissions.

Distributed Storage

Backend storage (EFS/FSxL) is available on all Linux nodes. FSxOnTAP is available on all Linux + Windows nodes.

Updating a file via your virtual desktop is the same as updating a file via a terminal or via the web-based file browser.

Upload file(s)

To upload a file, click "Upload Files" then either drag & drop files or browse your local device. Once all the files are selected, click "Upload (N) Files"

Delete file(s)

Select the file(s) you want to delete and click "Actions" > "Delete Files". Alternatively, you can right-click to display the context menu and click "Delete Files"

Manage your Favorites

You can pin your favorites file(s)/folder(s). To do so, select the file/folder you want to add to favorite then click "Favorite" . Alternatively, you can right-click to display the context menu and click "Favorite "

Then navigate to the "Favorites" tab to quickly access it.

Favorites are stored on the local browser. You will need to re-pin all favorites if you change your browser or clear the cache.

Edit file(s)

For text based files, you can directly edit the content via the web-interface. Click on the file you want to update and a new modal will be displayed with the content of the file. Make your edits then click "Save".

Tail files in real-time

IDEA also offers you the ability to tail the content of a file in real-time. Right-Click on any text-based file then select "Tail File" from the context menu.

This will open a new window where the content of your file will automatically be displayed without you having to re-open the file. This behavior is similar to tail -f command on linux.

Submit a job

You can select a file to be used as input file for one of your HPC Workloads.

Select your file and click "Actions" > "Submit Job". Alternatively, you can right-click to display the context menu and click "Submit Job"

🚀
File Browser Interface
Upload files
Click Favorite button to favorite a location
Easy way to access your favorites (file/folders)
Edit a file using the built-in editor
Tail a file in real-time.