[aliases] section - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

[aliases] section

Topics

    Specifies aliases, and enables you to customize the ssh command.

    Note the following default settings:

    • CFN_USER is set to the default user name for the OS

    • MASTER_IP is set to the IP address of the head node

    • ARGS is set to whatever arguments the user provides after pcluster ssh cluster_name

    [aliases] # This is the aliases section, you can configure # ssh alias here ssh = ssh {CFN_USER}@{MASTER_IP} {ARGS}

    Update policy: This setting is not analyzed during an update.