⚙️
Integrated Digital Engineering on AWS
  • 🚀First Time Users
    • What is IDEA?
    • Install IDEA
      • Pre-Requisites
      • Standard Installation
    • Access your IDEA cluster
      • APIs
      • Virtual Desktops (Linux/Windows)
      • Web Interface
      • SSH
    • File Browser
    • Let's get started
    • Cluster operations
      • Uninstall IDEA
      • 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)
  • 🤖Modules
    • What is a module?
    • Virtual Desktop Interfaces
    • HPC Workloads
    • Cluster Manager
    • Shared Storage
  • 👑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
  1. First Time Users
  2. Cluster operations

Update IDEA cluster

Follow the guides below based on the type of update you want to apply to your IDEA cluster:

  • Patch IDEA module (idea-admin.sh patch) if you have updated the codebase of one of your module (e.g: developed new API, updated a function/class)

  • Update IDEA configuration (idea-admin.sh config) if you want to make a configuration change (e.g: enable SES, point DCV driver to a new version ...)

  • Update IDEA backend resource (idea-admin.sh deploy) if you have made an architecture update outside of IDEA codebase (e.g: updated Lambda function, create new shared filesystem ...)

PreviousUninstall IDEANextPatch IDEA module (idea-admin.sh patch)

Last updated 2 years ago

🚀