#!/bin/sh . /home/ec2-user/environment/cluster_env cat << EOF ██╗ ██╗██████╗ ██████╗ ██████╗██╗ ██╗ ██╗███████╗████████╗███████╗██████╗ ██║ ██║██╔══██╗██╔════╝ ██╔════╝██║ ██║ ██║██╔════╝╚══██╔══╝██╔════╝██╔══██╗ ███████║██████╔╝██║ ██║ ██║ ██║ ██║███████╗ ██║ █████╗ ██████╔╝ ██╔══██║██╔═══╝ ██║ ██║ ██║ ██║ ██║╚════██║ ██║ ██╔══╝ ██╔══██╗ ██║ ██║██║ ╚██████╗ ╚██████╗███████╗╚██████╔╝███████║ ██║ ███████╗██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═════╝╚══════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ██████╗ ███╗ ██╗ █████╗ ██╗ ██╗███████╗ ██╔═══██╗████╗ ██║ ██╔══██╗██║ ██║██╔════╝ ██║ ██║██╔██╗ ██║ ███████║██║ █╗ ██║███████╗ ██║ ██║██║╚██╗██║ ██╔══██║██║███╗██║╚════██║ ╚██████╔╝██║ ╚████║ ██║ ██║╚███╔███╔╝███████║ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚══╝╚══╝ ╚══════╝ You can connect to your HPC cluster using the EnginFrame web portal: https://${ALB_PUBLIC_DNS_NAME}/enginframe Or, You can ssh into the Head-node: $ ssh ${HEADNODE_PRIVATE_IP} EOF