Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Architecting Python Microservices in AWS with ECS & App Mesh
Rating: 4.4 out of 5(19 ratings)
311 students

Architecting Python Microservices in AWS with ECS & App Mesh

Learn to build and deploy Python microservices in AWS with FastAPI, CDK, Fargate/ECS, App Mesh, Cognito, CodePipeline
Created byAdam McQuistan
Last updated 11/2022
English

What you'll learn

  • Cloud Microservices Architecture
  • AWS Cloud Development Kit (CDK)
  • Fargate Serverless Container Compute Engine
  • Elastic Container Registry (ECR)
  • Elastic Container Service (ECS)
  • App Mesh
  • FastAPI Python Framework
  • AWS Distro for Open Telemetry in Python
  • AWS CodePipeline
  • Domain Driven Design
  • Amazon Cognito

Course content

9 sections76 lectures6h 44m total length
  • Introduction0:42
  • Course Outline3:00
  • About Instructor2:11

Requirements

  • Proficiency in programming with Python
  • Previous experience in AWS Cloud
  • Docker Installed on Learners Development Machine
  • AWS CLI Installed on Learners Development Machine
  • Python Installed on Learners Development Machine
  • NodeJS Installed on Learners Development Machine

Description

In this course learners will be taken on a journey to learn the fundamental principles of what a microservice architecture is and how to build, deploy and operate Python based microservices in the AWS Cloud. This course provides a balance of theory covering key aspects of each major technology or cloud architecture component followed by practical code demonstrations deployed as working examples in the AWS Cloud.

The technologies covered, along with a brief summary of why they have been selected, are listed below.

  • Python was selected as the language due to its ease of use, succinct readability, and high popularity among software engineers today

  • AWS Elastic Container Service (ECS) was selected as a Container Orchestration technology because of its simple abstractions, especially when ran on Fargate, for managing containers yet remain scalable and robust enough for enterprise workloads

  • App Mesh was selected because its a robust service mesh based on the open source Envoy Proxy for enhanced microservice networking delivered as a fully manged implementation by AWS alleviating the need to provision and maintain a service mesh control plane

  • AWS Cloud Development Kit was selected because of its modern approach to Infrastructure as Code with intuitive object oriented library design and availability in Python alleviating the burden of context switching between app code and deploy code languages

  • Code Pipeline was selected as a Continuous Delivery orchestrator pipeline due to its nearly hands free administration qualities along with tight integration with AWS Cloud Development Kit and GitHub

  • GitHub is used for version control and Continuous Integration capabilities with CodePipeline

  • Amazon Cognito for securing FastAPI microservices with OAuth and SaaS based user management

Who this course is for:

  • This course is intended for Software Engineers who wish to learn how to design, build, deploy and operate Python microservices in the AWS Cloud