Skip to content

Commit c4d80a6

Browse files
committed
Fixed the key points in episode 2 and added some link to cloud providers
1 parent 8077d6e commit c4d80a6

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

Diff for: _episodes/01-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ some additional software pre-configured to facilitate a particular task, i.e. a
109109
with R and Python and the most popular packages pre-installed, saving you the hassle of having to install them
110110
yourself.
111111

112-
> ## Some cloud providers
112+
> ## Some cloud providers <a name="providers"></a>
113113
> Below is a list of some well-known cloud providers and useful services offered by them.
114114
>
115115
> * [Microsoft Azure](https://azure.microsoft.com) offers [Virtual Machines](https://azure.microsoft.com/en-us/services/virtual-machines/) and has a [free $100 trial for students](https://azure.microsoft.com/en-us/free/students/)

Diff for: _episodes/02-setup-vm.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ title: "Setting up a machine in the cloud"
33
teaching: 10
44
exercises: 0
55
questions:
6-
- "What settings should you consider for my virtual machine"
7-
- "What options are there to connect to and control your virtual machine"
6+
- "How do I create and configure a virtual machine I can control"
7+
- "How can I clean up my virtual machine when I'm done with it"
88
objectives:
9-
- "Learn some historic developments that lead to cloud computing"
10-
- "Understand the main drivers of cloud computing"
11-
- "Know typical use cases of cloud computing relevant for your work"
9+
- "Get an idea of how you create a new virtual machine, for example in Microsoft Azure"
10+
- "Know what settings and options are important to consider when creating a new virtual machine"
11+
- "Be aware how you clean up to avoid unexpected costs"
1212
keypoints:
13-
- "Explain concepts of centralization, outsourcing and virtualization"
14-
- "Discuss different cloud service models such as IaaS and SaaS"
15-
- "Name the important cloud service providers such as Amazon and Microsoft"
13+
- "Understand that CPU, RAM, Disk Space, Operating System and a administrative user are needed when you create a new virtual machine"
14+
- "Understand that a hostname and/or IP address is needed to connect to a virtual machine, either using Secure Shell (SSH) or Remote Desktop (RDP)"
15+
- "Be aware that you delete/stop all resources when you are finished with you virtual machine, to avoid unexpected costs."
1616
---
1717

1818
> ## You do not need to perform these steps during this workshop!
@@ -26,7 +26,7 @@ keypoints:
2626

2727
As a first step, we will start a Virtual Machine in the cloud. In this example
2828
we will use Microsoft Azure, but if you use another provider (e.g. Amazon, Google)
29-
the procedure will be similar.
29+
the procedure will be similar. A list of providers you can consider was provided in [the first lesson](../01-introduction/index.html#providers), but these steps should be quite similar for almost all cloud providers and hosters who offer Virtual Private Servers (VPS).
3030

3131
## Starting a new Virtual Machine
3232

Diff for: reference.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ layout: reference
77
**Note:** the glossary is currently incomplete.
88

99
{:auto_ids}
10-
mainframe
11-
: A big computer that is shared by many users. First using punch-cards, later via terminals.
1210

1311
terminal
14-
: Orignally, a screen and keyboard that were used to send
15-
16-
teleprinter
17-
: a electromechanical device that printed data on paper, commonly used in a time that computer screens did not exist.
12+
: originally, a screen and keyboard that were used to send
1813

1914
{% include links.md %}

0 commit comments

Comments
 (0)