You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/01-introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ some additional software pre-configured to facilitate a particular task, i.e. a
109
109
with R and Python and the most popular packages pre-installed, saving you the hassle of having to install them
110
110
yourself.
111
111
112
-
> ## Some cloud providers
112
+
> ## Some cloud providers <aname="providers"></a>
113
113
> Below is a list of some well-known cloud providers and useful services offered by them.
114
114
>
115
115
> *[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/)
Copy file name to clipboardExpand all lines: _episodes/02-setup-vm.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@ title: "Setting up a machine in the cloud"
3
3
teaching: 10
4
4
exercises: 0
5
5
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"
8
8
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"
12
12
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."
16
16
---
17
17
18
18
> ## You do not need to perform these steps during this workshop!
@@ -26,7 +26,7 @@ keypoints:
26
26
27
27
As a first step, we will start a Virtual Machine in the cloud. In this example
28
28
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).
0 commit comments