From 39e13d9825481a8887d9832bd712a05e8fb74429 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 5 Jan 2021 13:42:18 +0700 Subject: [PATCH] adsis: Update content. Signed-off-by: Willy Sudiarto Raharjo --- adminsis-ti/index.php | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/adminsis-ti/index.php b/adminsis-ti/index.php index d9dc5fa..b24d8f4 100644 --- a/adminsis-ti/index.php +++ b/adminsis-ti/index.php @@ -38,7 +38,7 @@ include "../includes/courses.php";

PENGANTAR

-

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.

+

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.

@@ -48,18 +48,34 @@ include "../includes/courses.php";
  1. Syllabus
  2. -
  3. Introduction to Cloud Computing, Cloud Economics, & Introduction to AWS
  4. -
  5. Identity Management (IAM)
  6. -
  7. Compute Service (EC2)
  8. -
  9. Storage Service (S3)
  10. -
  11. Networking Service (Route53 and VPC)
  12. -
  13. Database Service (RDS)S
  14. -
  15. Load Balancing & High Availability (Auto Scaling)
  16. -
  17. Application Deployment (Code Pipeline, CodeCommit, CodeDeploy)
  18. -
  19. Introduction to Docker
  20. -
  21. Docker Compose
  22. -
  23. Container Orchestraction (Docker Swarm & EKS)
  24. -
  25. Infrastructure as a Code (CloudFormation & Terraform)
  26. +
  27. Introduction to Cloud Computing + +
  28. +
  29. AWS Core Services + +
  30. +
  31. Load Balancing
  32. +
  33. High Availability (Auto Scaling)
  34. +
  35. Application Deployment (Code Pipeline, CodeCommit, CodeDeploy)
  36. +
  37. Container technology + +
  38. +
  39. Infrastructure as a Code (Terraform) - Optional