97 lines
4.1 KiB
PHP
97 lines
4.1 KiB
PHP
<!DOCTYPE html>
|
|
<head>
|
|
<title>Willy Sudiarto Raharjo - Cloud Infrastructure</title>
|
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Cloud Infrastructure, Informatika" />
|
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Cloud Infrastructure Universitas Kristen Duta Wacana" />
|
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
|
<style type="text/css">
|
|
@import "../includes/index.css";
|
|
@import "../includes/normalize.css";
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/functions.php";
|
|
?>
|
|
<header role="banner">
|
|
<?php
|
|
include "../includes/courses.php";
|
|
?>
|
|
</header>
|
|
<section class="title">Cloud Infrastructure</section>
|
|
<section class="sidebar">
|
|
<header>
|
|
<h3>Jadwal</h3>
|
|
</header>
|
|
<aside>
|
|
<p>Grup A<br/>Hari Selasa<br/>Jam 13.30 - 16.20<br/>Lab Big Data</p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="notice">
|
|
<header>
|
|
<h1>PEMBERITAHUAN</h1>
|
|
</header>
|
|
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk mendaftarkan diri pada platform <a href="https://awsacademy.instructure.com/">AWS Academy</a></strong>.</p>
|
|
</section>
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi sistem, terutama mengelola server berbasis LINUX, mengintegrasikan berbagai layanan pada platform AWS, melakukan deployment aplikasi pada platform AWS, serta mengenali teknologi container orchestraction berbasis Docker.</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="material">
|
|
<header>
|
|
<h1>MATERI</h1>
|
|
</header>
|
|
<ol>
|
|
<li>Syllabus</li>
|
|
<li>Introduction to Cloud Computing
|
|
<ul>
|
|
<li><a href="https://aws.amazon.com/">AWS Cloud</a></li>
|
|
<li><a href="https://infrastructure.aws/">AWS Global Infrastructure</a></li>
|
|
<li><a href="https://aws.amazon.com/compliance/shared-responsibility-model/">AWS Shared responsibility Model</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>AWS Core Services
|
|
<ul>
|
|
<li><a href="https://aws.amazon.com/iam/">Identity Management (IAM)</a></li>
|
|
<li><a href="https://aws.amazon.com/ec2/">Compute Service (EC2)</a></li>
|
|
<li>Networking Service (<a href="https://aws.amazon.com/route53/">Route53</a> and <a href="https://aws.amazon.com/vpc/">VPC</a>)</li>
|
|
<li><a href="https://aws.amazon.com/s3/">Storage Service (S3)</a></li>
|
|
<li><a href="https://aws.amazon.com/rds/">Database Service (RDS)</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://aws.amazon.com/elasticloadbalancing/">Load Balancing</a></li>
|
|
<li><a href="https://aws.amazon.com/autoscaling/">High Availability (Auto Scaling)</a></li>
|
|
<li>Application Deployment (<a href="https://aws.amazon.com/codepipeline/">Code Pipeline</a>, <a href="https://aws.amazon.com/codecommit/">CodeCommit</a>, <a href="https://aws.amazon.com/codedeploy/">CodeDeploy</a>)</li>
|
|
<li>Container technology
|
|
<ul>
|
|
<li><a href="https://docker-curriculum.com/">Introduction to Docker</a></li>
|
|
<li><a href="https://docs.docker.com/get-started/">Docker basics (Container, Images, Networks, Volumes)</a></li>
|
|
<li><a href="https://docs.docker.com/compose/">Docker Compose</a></li>
|
|
<li><a href="https://docs.docker.com/engine/swarm/">Container Orchestraction (Docker Swarm)</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Introduction to Serveless Technology (<a href="https://aws.amazon.com/lambda/">Lambda</a>)</li>
|
|
<li>Introduction to ECS (<a href="https://aws.amazon.com/ecs/">ECS</a>)</li>
|
|
</ol>
|
|
</section>
|
|
<section class="references">
|
|
<header>
|
|
<h1>REFERENSI</h1>
|
|
</header>
|
|
<ol>
|
|
<li><a href="https://www.udemy.com/aws-certified-solutions-architect-associate/">AWS Certified Solutions Architect - Associate 2020 (Udemy)</a></li>
|
|
<li><a href="https://www.udemy.com/aws-concepts/">AWS Concepts</a></li>
|
|
<li><a href="https://www.udemy.com/linux-academy-aws-essentials-2019/">AWS Essentials</a></li>
|
|
</ol>
|
|
</section>
|
|
<?php
|
|
include "../includes/footer.php";
|
|
?>
|
|
</body>
|
|
</html>
|