This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (42 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: Introduction
---
<p>Whether you're new to Amazon Web Services (AWS) or an experienced engineer, navigating the wealth of resources to learn more about
cloud can be overwhelming. Use this site to navigate resources recommended by the Cloudification Team and campus-units.</p>
<div class="row">
<div class="col-xs-12 col-md-push-4 col-md-4">
{% assign tracksSorted = site.tracks | sort: 'order' %}
<h3>Self-Paced Learning Tracks</h3>
<p>Curated resources for self-paced learning. Choose a track based on your interest or experience.</p>
<ul>
{% for item in tracksSorted %}
<li><a href="{{ item.url | prepend: site.baseurl }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="col-xs-12 col-md-pull-4 col-md-4">
<h3>On Campus Trainings</h3>
<p>Visit <a href="https://confluence.cornell.edu/display/CLOUD/Cloud+Services+Training">Cloud Services Training</a> to register.</p>
<h5>AWS</h5>
<ul>
<li>October 18, 2016 - <a href="https://confluence.cornell.edu/display/CLOUD/AWS+Essentials+101">AWS Essentials 101 EC2, RDS, EBS</a></li>
<li>October 19, 2016 - <a href="https://confluence.cornell.edu/pages/viewpage.action?pageId=336370463">IoT/Alexa</a></li>
<li>November 16, 2016 - <a href="https://confluence.cornell.edu/display/CLOUD/RDS">RDS</a></li>
</ul>
</div>
<div class="col-xs-12 col-md-4">
<h3>Paid Trainings</h3>
<p>Some services may be available at free or reduced rates. Contact <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
<h5>Self-Paced</h5>
<ul>
<li><a href="https://linuxacademy.com/amazon-web-services" target="_blank">Linux Academy</a></li>
<li><a href="https://acloud.guru">A Cloud Guru</a></li>
<li><a href="https://cloudacademy.com/">Cloud Academy</a></li>
</ul>
<h5>Live/In-Person</h5>
<ul>
<li>TBA</li>
</ul>
</div>
</div>