Skip to content

Commit

Permalink
[custom] fix lesson contents
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored and Carpentries Apprentice committed May 4, 2023
1 parent 3c0a183 commit ac072d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/02-logging-onto-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ window.onload = set_page_view_defaults;

This lesson covers how to log into, and out of, an *already running* Amazon instance.

If you're returning post-workshop and want to launch your own instance, use [launching cloud instances on your own](../instructors/LaunchingInstances.md)
If you're returning post-workshop and want to launch your own instance, use [launching cloud instances on your own](../learners/LaunchingInstances.md)

## Background to AWS

Expand Down Expand Up @@ -160,7 +160,7 @@ Logging off your instance is a lot like logging out of your local computer: it s
that are currently running, but doesn't shut the computer off. AWS instances acrue charges whenever
they are running, *even if you are logged off*.

If you are *completely* done with your AWS instance, you will need to **terminate** it after you log off. Instructions for terminating an instance are here: [launching cloud instances on your own](../instructors/LaunchingInstances.md).
If you are *completely* done with your AWS instance, you will need to **terminate** it after you log off. Instructions for terminating an instance are here: [launching cloud instances on your own](../learners/LaunchingInstances.md).

To log off, use the `exit` command in the same terminal you connected with. This will close the connection, and your terminal will go back to showing your local computer:

Expand Down
File renamed without changes.

0 comments on commit ac072d6

Please sign in to comment.