Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And we can press a "Create stack" button and send the selected configuration for deployment.

Next you will see the dashboard notification with EXAScaler Cloud stack "

...

CREATE_IN_PROGRESS":

Image Modified

...

Once the status changes to "CREATE_COMPLETE", click on "Outputs" to view the deployment output:

  • DashboardURL to view the grid report
  • Gateway - external IP address to remote access to the bastion host and EXAScaler Cloud environment

Image Added

Click on the "Dashboard URL" button to open EXAScaler Web Console:

Image AddedImage Added

Image AddedImage Added

And use a terminal session to open a console session to the bastion host:


Code Block
languagebash
themeMidnight
titleterminal session to the bastion host
host:user$ eval $(ssh-agent)
Agent pid 79109
host:user$ ssh-add deiter.pem 
Identity added: deiter.pem (deiter.pem)
host:user$ ssh -A ec2-user@54.85.158.14

       __|  __|_  )
       _|  (     /   Amazon Linux AMI
      ___|\___|___|

https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/
33 package(s) needed for security, out of 67 available
Run "sudo yum update" to apply all updates.
[ec2-user@ip-172-31-200-14 ~]$ 

...