Skip to content

Releases: aws/aws-parallelcluster-ui

2023.05.0

16 May 12:19
Compare
Choose a tag to compare

Features

  • RHEL 8 support from ParallelCluster 3.6.0 onwards.
  • Cluster spending monitoring available from cluster details.
  • Increase queues and compute resources limits from ParallelCluster 3.6.0 onwards.

Changes

  • Improved cluster creation wizard's user interface.
  • Faster deployment of ParallelCluster UI from ParallelCluster 3.6.0. onwards.
  • Enhanced new user creation user interface.
  • Queues now default to the same HeadNode's subnet.

Bugfixes

  • Switch to the correct region after cluster creation.
  • Correct loading indicator display in the "Edit cluster" feature.
  • Fix cluster creation when the EBS SnapshotId property is removed.

Known Issues

  • Split panel stuck at loading after creating a cluster #230
  • Cluster spending monitoring is not supported in us-gov-west-1 region #213

Full Changelog: 2023.04.0...2023.05.0

2023.04.0

17 Apr 15:19
65dd900
Compare
Choose a tag to compare

ParallelCluster UI 2023.04.0

Features

  • Redesigned the cluster creation wizard
  • Added custom name setting for shared storage
  • Added possibility to select more than one storage at a time
  • Added support for DeletionPolicy for Efs and FsxLustre
  • Added an alert when a cluster can't be edited
  • Added support for C7 family instances
  • Redesigned the Cluster Logs page
  • Redesigned the Custom and Official Image pages
  • Added ImdsSupport setting in cluster configuration

Changes

  • Cluster configurations YAML are now allowed to up to a 1MB of size
  • The user doesn't get logged out in case of an authorization exception with Boto3 IAM temporary credentials
  • Improved Users page design
  • Replaced textarea with read only code editor for Custom Image configuration
  • Disabled multithreading options when an hpc instance is selected
  • Improved PCUI Cloudformation template input parameters grouping and Cognito email message
  • IMDS Secured is now enabled by default when creating a new cluster
  • Added default value of true for IMDS secured setting for new cluster creation
  • User is prevented to work on the portal before the required information is loaded
  • Removed disable rollback when creating a cluster
  • The SSM-SessionManagerRunShell document is not overwritten anymore when installing PCUI
  • It is now possible to add up to 10 queues

Bugfixes

  • Fixed broken reset password link
  • Fixed broken 'delete stack' due to EcrPrivateRepository being not empty
  • Fixed initialization issue of the Generate SSH Keys checkbox in MultiUser
  • Fixed a crash happening when showing a job with undefined properties
  • Fixed SCRATCH FSx settings with PerUnitStorageThroughput field
  • Fixed Start and Stop instances button still enabled after being clicked once

Known issues

  • Clusters list view crashes when creating cluster in a different region than the one selected 179
  • When editing a cluster and moving on the next step, the wizard suddenly goes back to the previous step 180
  • Clicking the cluster-name breadcrumb does not preserve region 181

2023.02

13 Feb 15:08
Compare
Choose a tag to compare

ParallelCluster UI 2023.02

ParallelCluster UI is a GUI for AWS ParallelCluster (PC) to set up, monitor, and manage HPC clusters on AWS, which was previously offered as ParallelCluster Manager through the AWS Samples GitHub repository. HPC cluster administrators using PC are now empowered with an officially supported graphical user interface which guides users through the PC cluster setup by providing suitable configuration recommendations and default options. PCUI takes only a few clicks to install and allows administrators using PC to provision HPC clusters in a few minutes. Once the cluster is operational, PCUI provides a centralized view of cluster health, allowing administrators to manage clusters and jobs whenever necessary.

Features

  • Switched to explicit versioning as tagging strategy for releases (905c4b4)
  • Adopted Cloudscape UI across the entire application (0bd6083)
  • Improved logging, collecting logs from both the backend and the frontend including stacktraces in CloudWatch (cbd884b) (ecc622d), (2434a81)
  • Introduce ErrorBoundary component which serves as a global exception handler for the frontend (9f3ed1b)
  • Added Content Security Police for API requests (02c3ef9)
  • CSRF protection for state changing APIs (c383719)
  • Adoption of Cloudscape help system (2ac2c20)
  • Support for a reusable Cognito user pool across multiple ParallelCluster UI installations (562b94c)

Known issues

  • Unable to reset user password for users created from PCUI(#35)
  • Bookmarking a page with a cluster instance selected will not select back that instance when the user navigates to the bookmarked URL (#30)
  • Clicking the Start or Stop button in cluster details leads to no change in the buttons state (#39)
  • Resizing the UI down to a certain limit might cause the screen to flicker (#31)
  • Cannot navigate out of “Source” wizard step while editing (#32)
  • Selecting a cluster from the clusters list that was previously used to start the creation process, leads to a crash (#36)
  • Storage volume select dropdown in wizard shows empty for FSX storages (but can still move to next wizard step even if a selection is required) (#37)
  • Trying to delete a ParallelCluster UI cloudformation stack may fail due to ECR repository images needing manual deletion (#33)
  • Adding security groups in Head Node section of the wizard allows for duplicates (#38)
  • Opening the wizard to create a cluster will present the same source option selected from the last time it was opened in the same session (#34)