adsis: update text.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
+17
-16
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
|||||||
<h3>Jadwal</h3>
|
<h3>Jadwal</h3>
|
||||||
</header>
|
</header>
|
||||||
<aside>
|
<aside>
|
||||||
<p>Grup A<br/>Hari Rabu<br/>Jam 10.30 - 13.20<br/>Ruang Lab FTI Lantai 4</p>
|
<p>Grup A<br/>Hari Selasa<br/>Jam 10.30 - 13.20<br/>Ruang Lab FTI Lantai 4</p>
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
<section class="classinfo">
|
<section class="classinfo">
|
||||||
@@ -32,13 +32,13 @@ include "../includes/courses.php";
|
|||||||
<header>
|
<header>
|
||||||
<h1>PEMBERITAHUAN</h1>
|
<h1>PEMBERITAHUAN</h1>
|
||||||
</header>
|
</header>
|
||||||
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk mendaftarkan diri pada platform AWS Educate.</strong>.</p>
|
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk mendaftarkan diri pada platform <a href="https://aws.amazon.com/education/awseducate/">AWS Educate</a>.</strong>.</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="description">
|
<section class="description">
|
||||||
<header>
|
<header>
|
||||||
<h1>PENGANTAR</h1>
|
<h1>PENGANTAR</h1>
|
||||||
</header>
|
</header>
|
||||||
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi sistem, terutama pada server berbasis LINUX pada lingkungan AWS.</p>
|
<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 dan EKS.</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -48,15 +48,17 @@ include "../includes/courses.php";
|
|||||||
</header>
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Syllabus</li>
|
<li>Syllabus</li>
|
||||||
<li>Introduction to Server Operating System</li>
|
<li>Introduction to Cloud Computing, Cloud Economics, & Introduction to AWS</li>
|
||||||
<li>Bash Shell and Shell Scripting</li>
|
<li>Identity Management (IAM)</li>
|
||||||
<li>Introduction to AWS</li>
|
<li>Compute Service (EC2)</li>
|
||||||
<li>IAM</li>
|
<li>Storage Service (S3)</li>
|
||||||
<li>EC2</li>
|
<li>Networking Service (Route53 and VPC)</li>
|
||||||
<li>Route53</li>
|
<li>Database Service (RDS)S</li>
|
||||||
<li>RDS</li>
|
<li>Load Balancing & High Availability (Auto Scaling)</li>
|
||||||
<li>S3</li>
|
<li>Application Deployment (Code Pipeline, CodeCommit, CodeDeploy)</li>
|
||||||
<li>Docker</li>
|
<li>Introduction to Docker</li>
|
||||||
|
<li>Docker Compose</li>
|
||||||
|
<li>Container Orchestraction (Docker Swarm & EKS)</li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
<section class="references">
|
<section class="references">
|
||||||
@@ -64,10 +66,9 @@ include "../includes/courses.php";
|
|||||||
<h1>REFERENSI</h1>
|
<h1>REFERENSI</h1>
|
||||||
</header>
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Linux Administration : A Beginner's Guide 6/E (Wale Soyinka - McGraw-Hill)</li>
|
<li><a href="https://www.udemy.com/aws-certified-solutions-architect-associate/">AWS Certified Solutions Architect - Associate 2020 (Udemy)</a></li>
|
||||||
<li>Unix and Linux System Administration Handbook 4/E (Evi Nemeth et all - Prentice Hal</li>
|
<li><a href="https://www.udemy.com/aws-concepts/">AWS Concepts</a></li>
|
||||||
<li>Mastering Unix Shell Scripting (Michael - Wiley)</li>
|
<li><a href="https://www.udemy.com/linux-academy-aws-essentials-2019/">AWS Essentials</a></li>
|
||||||
<li><a href="https://www.udemy.com/aws-certified-solutions-architect-associate/">AWS Certified Solutions Architect - Associate 2019 (Udemy)</a></li>
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user