• Home
  • Schedule
  • Categories
    • Programming
    • Cloud Native
      • CI/CD
      • Docker & Contatiner
      • Kubernetes
    • IaC
    • Cloud Platform
      • AWS
      • Azure
      • GCP
      • Migration
    • Data
      • Data Science
      • Database
    • Bespin Global
      • Case
      • Messages
      • SW & Service
    • Business
      • Compliance
      • English
      • Leadership
      • New Bespineers
      • Sales
      • Trend & Work
    Login
    BespinAcademyBespinAcademy
    • Home
    • Schedule
    • Categories
      • Programming
      • Cloud Native
        • CI/CD
        • Docker & Contatiner
        • Kubernetes
      • IaC
      • Cloud Platform
        • AWS
        • Azure
        • GCP
        • Migration
      • Data
        • Data Science
        • Database
      • Bespin Global
        • Case
        • Messages
        • SW & Service
      • Business
        • Compliance
        • English
        • Leadership
        • New Bespineers
        • Sales
        • Trend & Work

      AWS

      • Home
      • All courses
      • AWS
      • Architecting Distributed Cloud Applications

      Architecting Distributed Cloud Applications

      User Avatar
      Yoda
      AWS, Azure, CI/CD, GCP
      (0 review)
      Free
      General_dark_min
      • Overview
      • Curriculum
      • Instructor
      • Reviews

      Welcome to the ‘Architecting Distributed Cloud Applications’ video series

      Learn how to architect distributed cloud apps with the right developer mindset, the finest cloud technologies, and the best cloud patterns.

      This technology-agnostic video course begins by explaining the benefits of distributed cloud applications with an emphasis on maintaining high-availability and scalability in a cost-effective way while also dealing with inevitable hardware and software failures.

      Then, the course moves on to:

      • Microservices and containers
      • Networking communication
      • Messaging communication
      • Versioning, upgrading and configuration
      • Data storage services
      • Disaster recovery

      This course is for anyone considering or actively working on a distributes cloud application. It is designed to provide you with a thorough understanding of these concepts, the various pros and cons of specific technologies, and the resilient patterns that are heavily used by distributed cloud applications. This knowledge will help you to easily build cost-efficient and fault-tolerant systems.

      You can download slides and reuse them from https://drive.google.com/file/d/0B9Oe…. If you use the slides, please point people to the original video series at http://aka.ms/RichterCloudApps.

      Course Features

      • Lectures 52
      • Quizzes 0
      • Duration 50 hours
      • Skill level Level 300
      • Language English
      • Students 45
      • Certificate No
      • Assessments Yes
      CoursesCloud NativeCI/CDArchitecting Distributed Cloud Applications
      • Introduction 1

        • Lecture1.1
          Welcome to the ‘Architecting Distributed Cloud Applications’ video series 03 min
      • Distributed Cloud Apps 14

        • Lecture2.1
          Why Cloud Apps? 13 min
        • Lecture2.2
          Fundamentals-Embracing Failure 09 min
        • Lecture2.3
          Fundamentals-Orchestrators (?aaS) and Clusters 09 min
        • Lecture2.4
          Fundamentals-Regions, availability zones, and fault domains 07 min
        • Lecture2.5
          Microservices-Applications consist of many (micro)services 04 min
        • Lecture2.6
          Microservices-Reasons to split a monolithic app into microservices 15 min
        • Lecture2.7
          Microservices-Composing SLAs for dependent services 05 min
        • Lecture2.8
          Microservices-Auto-Scaling a Service’s Instances 07 min
        • Lecture2.9
          Microservices-12-Factor Services (Apps) 12 min
        • Lecture2.10
          Containers-Container images & containers 06 min
        • Lecture2.11
          Containers-Isolation versus Density 07 min
        • Lecture2.12
          Containers-OS kernel & container images 03 min
        • Lecture2.13
          Containers-Orchestrator starts containers on cluster’s PCs/VMs 06 min
        • Lecture2.14
          Containers-Continuous Integration and Continuous Delivery/Deployment 06 min
      • Networking 9

        • Lecture3.1
          Fundamentals-Fallacies of distributed computing 09 min
        • Lecture3.2
          Fundamentals-Service endpoints, scalability & availability 09 min
        • Lecture3.3
          Fundamentals-Cluster DNS & service reverse proxy 07 min
        • Lecture3.4
          Fundamentals-Reverse proxy load balancer service probes 05 min
        • Lecture3.5
          Service APIs-Turning a monolith into a microservice 13 min
        • Lecture3.6
          Service APIs-API versioning 04 min
        • Lecture3.7
          Service APIs-Defining Network API Contracts 07 min
        • Lecture3.8
          Service APIs-Beware leaky RPC-like abstractions 05 min
        • Lecture3.9
          Fault Tolerance-Exactly once semantics via retries & idempotency 16 min
      • Messaging 4

        • Lecture4.1
          Fundamentals-The benefits of messaging communication 05 min
        • Lecture4.2
          Fundamentals-Messaging with queues 10 min
        • Lecture4.3
          Fundamentals-Fault Tolerant message processing 10 min
        • Lecture4.4
          Fundamentals-Additional queue features 08 min
      • Service upgrade & Config 4

        • Lecture5.1
          Versioning code-Service update options 14 min
        • Lecture5.2
          Versioning code-Rolling update: how to version APIs 04 min
        • Lecture5.3
          Shutdown & reconfigure-Gracefully shutting down a service instance 06 min
        • Lecture5.4
          Shutdown & reconfigure-Cryptographic Message Syntax 10 min
      • Leader Election 3

        • Lecture6.1
          Fundamentals-What is leader election? 04 min
        • Lecture6.2
          Fundamentals-Leader election via a lease 07 min
        • Lecture6.3
          Fundamentals-Leader election via a queue message 03 min
      • Data Storage 17

        • Lecture7.1
          Fundamentals-Data storage service considerations 04 min
        • Lecture7.2
          Fundamentals-Data temperature 06 min
        • Lecture7.3
          Fundamentals-Using a cache to improve performance 04 min
        • Lecture7.4
          Object (blob) storage services-Object (blob) storage services & using a CDN 10 min
        • Lecture7.5
          Database storage services-Relational & Non-relational database storage services 12 min
        • Lecture7.6
          Database storage services-Data partitioning and replicas 15 min
        • Lecture7.7
          Data Consistency-Data Consistency 18 min
        • Lecture7.8
          Data Consistency-CQRS 05 min
        • Lecture7.9
          Data Consistency-Event sourcing 07 min
        • Lecture7.10
          Data Consistency-Implementing eventual consistency 05 min
        • Lecture7.11
          Data Consistency-The Saga Pattern 08 min
        • Lecture7.12
          Data Consistency-Concurrency control 05 min
        • Lecture7.13
          Data Consistency-Optimistic Concurrency 06 min
        • Lecture7.14
          Versioning Schemas-Versioning Data schemas 08 min
        • Lecture7.15
          Backup & Disaster Recovery-Backup & restore 06 min
        • Lecture7.16
          Backup & Disaster Recovery-Recovery point & time objectives (RPO & RTO) 03 min
        • Lecture7.17
          Backup & Disaster Recovery-Disaster recovery 10 min
      author avatar
      Yoda
      Yoda was a legendary Jedi Master and stronger than most in his connection with the Force. Small in size but wise and powerful, he trained Jedi for over 800 years, playing integral roles in the Clone Wars, the instruction of Luke Skywalker, and unlocking the path to immortality.

      Reviews

      Average Rating

      0
      0 rating

      Detailed Rating

      5 Star
      0%
      4 Star
      0%
      3 Star
      0%
      2 Star
      0%
      1 Star
      0%
      • Overview
      • Curriculum
      • Instructor
      • Reviews
      Free
      • Share:

      You May Like

      Read More
      C-3PO

      [고객초청세미나] AWS 핵심 서비스 Hands-on 구축(5H)

      1
      0
      Free
      Read More
      C-3PO

      [사내 교육] AI Agent HelpNow와 기반 기술 이해

      7
      0
      Free
      Read More
      C-3PO

      [사내 교육] 베스핀글로벌 비즈니스 프로세스의 이해

      6
      0
      Free
      Read More
      C-3PO

      [2025년]개인정보취급자 대상 개인정보보호교육

      171
      0
      Free
      Read More
      C-3PO

      [사내 교육] Data, Cloud, AI 생태계의 이해와 MSP

      20
      0
      Free

      Leave A Reply 응답 취소

      댓글을 달기 위해서는 로그인해야합니다.

      All Courses

      • Bespin Global
        • Case
        • Learn-Do-Share 베스픽 커피챗
        • Learn-Do-Share 프로젝트 세미나
        • Messages
        • OpsNow
        • Project Management
        • SW & Service
      • Bespin Global(Eng.)
        • Cloud Native
      • Business
        • Compliance
        • English
        • Leadership
        • New Bespineers
        • Sales
        • Trend & Work
      • Cloud Native
        • CI/CD
        • Docker & Contatiner
        • Kubernetes
      • Cloud Platform
        • AWS
        • Azure
        • GCP
        • Migration
        • NCP
      • Data
        • Data Science
        • Database
      • IaC
      • Monitoring
      • Programming

      Latest Courses

      DBMS 아키텍처 비교(Oracle vs. PostgreSQL vs. MySQL)

      Free
      제 33회 『주니어들의 플랫폼 시스템 향상을 위한 좌충우돌 운영기』

      제 33회 『주니어들의 플랫폼 시스템 향상을 위한 좌충우돌 운영기』

      Free
      신규입사자 법무교육: Compliance, 반드시 지키기

      신규입사자 법무교육: Compliance, 반드시 지키기

      Free

      © 2020 BESPIN GLOBAL, All Rights Reserved.


      No apps configured. Please contact your administrator.

      Login with your site account

      No apps configured. Please contact your administrator.

      Lost your password?