Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ServerlessMicroservice with AWS - A Complete Guide!: 3-in-1
Rating: 4.0 out of 5(38 ratings)
384 students

ServerlessMicroservice with AWS - A Complete Guide!: 3-in-1

The perfect course to implementing cost-effective, and scalable Microservices using Serverless Computing on AWS
Last updated 8/2018
English

What you'll learn

  • Improve the reusability, composability, and maintainability of code.
  • Create a highly available serverlessmicroservice data API.
  • Build, deploy and run your serverless configuration and code.
  • Speed up delivery, flexibility and time to market using serverlessmicroservices.
  • Add your microservices to a continuous integration & continuous delivery pipeline.
  • Estimate, and reduce maintenance and running costs.
  • Implement over 15 microservices architecture patterns without needing containers or EC2 instances.
  • Scale up without significant changes to tooling, architecture, or development practices.
  • Reduce the risk and cost of operating a cloud platform.

Course content

3 sections88 lectures11h 37m total length
  • The Course Overview1:54

    This video will give you an overview about the course. 

  • The Concepts of Microservices3:41

    This video will give you an overview of the key concepts of Microservices.                         

    • Understand about better flexibility

    • Discuss about agility

    • Look  how it’s easy to change

  • Benefits of Microservices2:16

    In this video will look into the benefits of Microservices.                         

    • Learn to deploy independently

    • Learn about the  different programming languages

    • Get to know about different backend databases

  • Key Design Elements for Microservices3:29

    The aim of this video is to design key elements for Microservices.                         

    • Learn to keep separate databases

    • Learn to keep services small

    • Learn to have an API layer

  • Understanding AWS EC2 and ELB4:06

    The aim of this video is to split services based on machine.                         

    • Explore the utilities of small and separate EC2 Instances

    • Look at the demand

    • Walkthrough the utility of Application Load Balancer

  • Decentralizing AWS Data Options4:09

    The aim of this video is to make you understand why does the service need a backend.                         

    • Explore different databases

    • Explore databases based on requirement

    • Explore database clusters

  • AWS Elastic Beanstalk4:22

    The aim of this video is to make you understand why we need to provision environment for developers.                         

    • Take a look at the languages supported

    • Look at the environments needed

    • Keep initial deployments

  • Working with AWS Lambda4:36

    The aim of this video is to make you understand why we need to consider Serverless computing.                         

    • Take a look at supported programming languages

    • Take a look at provisioning functions for each service

    • Use multiple versions

  • AWS API Gateway5:07

    The aim of this video is to make you understand about the Serverless API functionality.                         

    • Use API gateway for multiple services

    • Control access to the gateway

    • Learn to allow users to invoke functions

  • AWS Route 532:43

    The aim of this video is to make you understand how to direct traffic using AWS Route 53.                         

    • Take a look at Blue Green deployments

    • Take a look at failover deployments

    • Route traffic to microservices

  • Monitoring Microservices2:26

    The aim of this video is to make you understand how to monitor microservices.                         

    • Explore CloudWatch metrics

    • Use CloudWatch logs for central logging

    • Explore vendor products for custom requirements

  • Exploring Blue Green Deployments5:22

    This video will walk you through the better deployment mechanisms.                         

    • Create your production environment

    • Create your test environment

    • Conduct Blue Green Deployments

  • Using Elastic Load Balancer for Blue Green Deployments10:08

    This video will make you understand the need of elasticity for your application.                         

    • Use Application Load Balancers

    • Place your instances behind the ELB

    • Use Route53 for traffic routing

  • Using Elastic Beanstalk for Blue Green Deployments4:22

    This video will make you understand the need of easy deployment mechanisms.                         

    • Create your production environment

    • Create your test environment

    • Use the swap URL feature

  • Getting Started with Continuous Integration4:31

    The aim of this video will give you an overview of Continuous Integration.                         

    • Learn to automate builds

    • Get to know about faster releases

    • Ensure to test

  • Using AWS CodeCommit3:26

    In this learn how to perform source code versioning using AWS code commit.                         

    • Based on Git

    • Learn to manage service

    • Learn to work from the command line

  • Implementing AWS CodeBuild7:22

    In this video learn how to automate builds.                         

    • Finalize the Source location

    • Ensure that target environment is ready

    • Learn to check for build outputs

  • Using AWS CodePipeline4:28

    In this video learn how to automate builds automate pipeline.                         

    • Explore the number of stages

    • Segregate the stages

    • Test the pipeline

  • The Complete Continuous Integration Pipeline3:13

    The aim of this video will give you an overview of complete Continuous Integration Pipeline.                         

    • Learn to have proper tools in place

    • Learn to have proper processes in place

    • Learn to have proper governance in place

  • Working with Containers2:16

    Developing Microservices based applications.                         

    • Learn to use containers

    • Look at isolation of components

    • Look at integration of various components

  • Using Orchestration3:00

    In this video learn how to get speed with using orchestration from a Microservices perspective.                         

    • Learn to use orchestration

    • Explore tools

    • Explore processes

  • Exploring Kubernetes2:45

    In this video learn the benefits of Kubernetes.                         

    • Learn how to manage container deployments

    • Scale container deployments

    • Learn to ensure uptime for container deployments

  • Using AWS Elastic Container Service5:55

    In this video learn how to host Docker containers using AWS Elastic container service.                         

    • Learn to use manage service

    • Learn to use AWS Cloud

    • Learn to use Elastic Container Service

  • Test your knowledge

Requirements

  • Prior experience to traditional application development is assumed.
  • Basic understanding of microservices and serverless architecture will be useful.

Description

Microservices are a popular new approach to building maintainable, scalable, cloud-based applications. AWS is the perfect platform for hosting Microservices. Recently, there has been a growing interest in Serverless computing due to the increase in developer productivity, built in auto-scaling abilities, and reduced operational costs.

Building a microservices platform using virtual machines or containers, involves a lot of initial and ongoing effort. There is a cost associated with having idle services running, maintenance of the boxes and a configuration complexity involved in scaling up and down.

In combining both microservices and serverless computing, organizations will benefit from having the servers and capacity planning managed by the cloud provider, making them much easier to deploy and run at scale.

This comprehensive 3-in-1 course is a step-by-step tutorial which is a perfect course to implementing Microservices using Serverless Computing on AWS. Build highly availableMicroservices to power applications of any size and scale. Get to grips with Microservices and overcome the limitations and challenges experienced in traditional monolithic deployments. Design a highly available and cost-efficient Microservices application using AWS. Create a system where the infrastructure, scalability, and security are managed by AWS. Finally, reduce your support, maintenance, and infrastructure costs.

Contents and Overview

This training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Building Microservices on AWS, covers building highly available Microservices to power applications of any size and scale. This course shows you how to build Microservices-based applications on AWS. Overcome the limitations and challenges you experience in traditional monolith deployments. By the end of the course, you'll have learned to apply AWS tools to create and deploy Microservices-based applications. You'll be able to make your applications cost-effective, easier to scale, and faster to develop.

The second course, Building a Scalable ServerlessMicroservice REST Data API, covers practical solutions to building Serverless applications. In this course we show you how to build an end-to-end serverless application for your organization. We have selected a data API use case that could reduce costs and give you more flexibility in how you and your clients consume or present your application, metrics and insight data. We make use of the latest serverless deployment and build framework, share our experience on testing, and provide best practices for running a serverless stack in a production environment.

The third course, Implementing ServerlessMicroservices Architecture Patterns, covers implementing Microservices using Serverless Computing on AWS. In this course, We will show you how Serverless computing can be used to implement the majority of the Microservice architecture patterns and when put in a continuous integration & continuous delivery pipeline; can dramatically increase the delivery speed, productivity and flexibility of the development team in your organization, while reducing the overall running, operational and maintenance costs. By the end of the course, you’ll be able to build, test, deploy, scale and monitor your microservices with ease using Serverless computing in a continuous delivery pipeline.

By the end of the course, you’ll create a secure, scalable, and Serverless data API to build highly available Microservices to power applications of any size and scale.

About the Authors

●        Alan Rodrigues has been working on software components such as Docker containers and Kubernetes for the last 2 years. He has extensive experience working on the AWS Platform, currently being certified as an AWS Solution Architect Associate, a SysOps Administrator, and a Developer Associate. He has seen that organizations are moving towards using containers as part of their Microservices architecture. And there is a strong need to have a container orchestration tool in place. Kubernetes is by far the most popular container orchestration on the market.

●        Richard T. Freeman, PhD currently works for JustGiving, a tech-for-good social platform for online giving that’s helped 25 million users in 164 countries raise $5 billion for good causes. He is also offering independent and short-term freelance cloud architecture & machine learning consultancy services. Richard is a hands-on certified AWS Solutions Architect, Data & Machine Learning Engineer with proven success in delivering cloud-based big data analytics, data science, high-volume, and scalable solutions. At Capgemini, he worked on large and complex projects for Fortune Global 500 companies and has experience in extremely diverse, challenging and multi-cultural business environments. Richard has a solid background in computer science and holds a Master of Engineering (MEng) in computer systems engineering and a Doctorate (Ph.D.) in machine learning, artificial intelligence and natural language processing. See his website for his latest blog posts and speaking engagements. He has worked in nonprofit, insurance, retail banking, recruitment, financial services, financial regulators, central government and e-commerce sectors, where he:

-Provided the delivery, architecture and technical consulting on client site for complex event processing, business intelligence, enterprise content management, and business process management solutions.

-Delivered in-house production cloud-based big data solutions for large-scale graph, machine learning, natural language processing, serverless, cloud data warehousing, ETL data pipeline, recommendation engines, and real-time streaming analytics systems.

-Worked closely with IBM and AWS and presented at industry events and summits, published research articles in numerous journals, presented at conferences and acted as a peer-reviewer.

-Has over four years of production experience with Serverless computing on AWS.

Who this course is for:

  • Developers, software architects, and software engineers. Developers familiar with traditional application development but interested in using Microservices in a DevOps environment will also benefit. Microservices are appropriate to large-scale enterprise environments so this course should appeal to people interested in developing for those environments.
  • Developers who need practical solutions to common problems while building their serverless application. Programming knowledge is assumed.
  • Developers, architects, DevOps, administrators and operations who would like to deploy Serverless computing and microservices in their organization.