Let’s review how to navigate this web site and the content provided.
The content of this workshop is made up of:
You should start each lab from the first page. Starting in the middle of a lab will cause unpredictable behavior.
Once you have accessed the Cloud9 IDE, we recommend you use the + button and select New Terminal to open a new full screen terminal window.
This will open a new tab with a fresh terminal.
You may also close the small terminal at the bottom if you wish.
Most of the interaction you will do in this workshop will be done with terminal commands, which you can either manually type or copy/paste to the Cloud9 IDE terminal. You will see this terminal commands displayed like this:
$ echo "This is an example command"
Hover your mouse over echo "This is an example command"
and click to copy that command to your clipboard.
You will also come across commands with sample output like this:
$ date
Fri Aug 30 12:25:58 MDT 2024
Using the ‘click to copy’ function will only copy the command and ignore the sample output.
Another pattern used in the content is presenting several commands in a single terminal:
$ echo "This is an example command"
This is an example command
$ date
Fri Aug 30 12:26:58 MDT 2024
In this case you can either copy each command individually or copy all of the commands using the clipboard icon in the top right of the terminal window. Give it a shot!
In the event that you accidentally configure your cluster in a way that is not functioning you have been provided with a mechanism to reset your EKS cluster as best we can which can be run at any time. Simply run the command prepare-environment
and wait until it completes. This may take several minutes depending on the state of your cluster when it is run.