Skip to content

AWS ParallelCluster v3.1.3

Compare
Choose a tag to compare
@gmarciani gmarciani released this 20 Apr 15:38
· 17 commits to release-3.1 since this release

We're excited to announce the release of AWS ParallelCluster Cookbook 3.1.3

This is associated with AWS ParallelCluster v3.1.3

ENHANCEMENTS

  • Execute SSH key creation alongside with the creation of HOME directory, i.e.
    during SSH login, when switching to another user and when executing a command as another user.
  • Add support for both FQDN and LDAP Distinguished Names in the configuration parameter DirectoryService/DomainName. The new validator now checks both the syntaxes.
  • New update_directory_service_password.sh script deployed on the head node supports the manual update of the Active Directory password in the SSSD configuration.
    The password is retrieved by the AWS Secrets Manager as from the cluster configuration.

CHANGES

  • Disable deeper C-States in x86_64 official AMIs and AMIs created through build-image command, to guarantee high performance and low latency.

BUG FIXES

  • Fix the configuration parameter DirectoryService/DomainAddr conversion to ldap_uri SSSD property when it contains multiples domain addresses.