87 lines
3.9 KiB
PHP
87 lines
3.9 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 Kamis<br/>Jam 13.30 - 16.20<br/>Lab Big Data</p>
|
|
</aside>
|
|
</section>
|
|
<section class="classinfo">
|
|
<section class="description">
|
|
<header>
|
|
<h1>PENGANTAR</h1>
|
|
</header>
|
|
<p>Mata kuliah Cloud Infrastructure memperkenalkan kepada mahasiswa mengenai pengelolaan infrastruktur sistem berbasis pada arsitektur cloud. Mahasiswa akan belajar tentang konsep cloud computing, layanan-layanan dasar dari cloud computing, serta bagaimana melakukan deployment aplikasi pada environment cloud. Platform yang digunakan pada matakuliah ini adalah Amazon Web Services.</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><a href="https://aws.amazon.com/ebs/">Elastic Block Storage (EBS)</a></li>
|
|
<li><a href="https://aws.amazon.com/efs/">Elastic File System(EFS)</a></li>
|
|
<li><a href="https://aws.amazon.com/s3/">Storage Service (S3)</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/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>Infrastructure as a Code (IAC) - <a href="https://www.terraform.io/">Terraform</a></li>
|
|
<li><a href="https://aws.amazon.com/cloudfront/">Caching Content</a></li>
|
|
<li>Decoupling Architecture (<a href="https://aws.amazon.com/sns/">SNS</a> - <a href="https://aws.amazon.com/sqs/">SQS</a>)</li>
|
|
<li>Introduction to Serveless Technology (<a href="https://aws.amazon.com/lambda/">Lambda</a>, <a href="https://aws.amazon.com/dynamodb/">DynamoDB</a>, <a href="https://aws.amazon.com/api-gateway/">API Gateway</a>)</li>
|
|
<li><a href="https://docs.aws.amazon.com/whitepapers/latest/disaster-recovery-workloads-on-aws/disaster-recovery-options-in-the-cloud.html">Disaster Recovery Planning</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>
|