|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/aws-building-modern-net-applications
课程评论:没有评论
课程名称:在AWS上构建现代.NET应用程序 课程概述: 在现代云原生应用程序开发中,构建可扩展、高可用且完全托管的无服务器架构往往是目标。这意味着可以减少操作维护的负担,更加专注于应用程序和在市场中区分自身的业务特定项目。在本课程中,我们将介绍如何在AWS上构建现代的绿地无服务器后端。 在AWS上构建全新应用程序与将现有应用程序迁移到AWS是不同的任务。当你需要将现有应用程序迁移到AWS时,你可能会首先考虑使用Amazon EC2作为虚拟机,或者使用Docker容器和托管服务如Amazon Elastic Container Service或Amazon Elastic Kubernetes Service。这些都是很好的应用程序托管选项,但在大多数情况下,它们仍然要求你对托管应用程序的基础设施有一定的了解。 《在AWS上构建现代.NET应用程序》将探讨如何使用Amazon API Gateway进行无服务器API托管,使用AWS Lambda进行无服务器计算,以及使用Amazon Cognito进行无服务器身份验证来构建API驱动的应用程序。我们将遵循API驱动的开发过程,首先模拟API的外观。课程涵盖了Amazon API Gateway的所有细节,你将了解它提供的不仅仅是API托管。 随后,我们将使用Amazon Cognito为API添加身份验证。你将学习如何支持Cognito的授权流程,并将其构建到API中。接着,我们将添加一个由API Gateway触发的Lambda后端,Lambda函数将使用AWS SDK执行各种数据处理任务。你将了解Lambda存在的各种配置,并学习如何创建和管理Lambda函数。我们的一些API功能将需要多个Lambda函数依次执行,类似于一个工作流,我们将使用AWS Step Functions创建无服务器工作流。最后,我们将讨论如何利用AWS功能在每一层优化API。 注意:该课程有四个版本,对于Node.js、Python和Java开发者分别有“在AWS上构建现代Node.js应用程序”、“在AWS上构建现代Python应用程序”和“在AWS上构建现代Java应用程序”。这些课程在很大程度上重叠,总体上我们建议选择专注于你计划使用的SDK的课程来开发基于AWS云的应用程序。 预期学习者需要具备AWS的基本知识,例如了解AWS全球基础设施的基本概念、AWS身份与访问管理(IAM)的高层次理解,以及了解Amazon EC2实例、Amazon S3、VPC等基本AWS术语。
Name:Week 1
Description:
Name:Week 2
Description:
Name:Week 3
Description:
Name:Week 4
Description:
Name:Week 5
Description:
Name:Week 6
Description:
In modern cloud native application development, it’s oftentimes the goal to build out serverless architectures that are scalable, are highly available, and are fully managed. This means less operational overhead for you and your business, and more focusing on the applications and business specific projects that differentiate you in your marketplace. In this course, we will be covering how to build a modern, greenfield serverless backend on AWS. Building brand new applications on AWS is a different task than lifting and shifting existing applications into AWS. When you have an existing application that you need to move to AWS, you might first look to using Amazon EC2 as your virtual machines, or maybe you might look into using docker containers and container hosting services like Amazon Elastic Container Service or Amazon Elastic Kubernetes Service. Those are all great application hosting options, but in most cases, they still require you to have some kind of pulse on the underlying infrastructure hosting your application. ` Building Modern .NET Applications on AWS will explore how to build an API driven application using Amazon API Gateway for serverless API hosting, AWS Lambda for serverless computing, and Amazon Cognito for serverless authentication. We will follow an API driven development process and first mock up what the API will look like. We will cover all the ins and outs of the service Amazon API Gateway, and as you’ll learn- it does a lot more than just hosting an API. Then we will add authentication to the API using Amazon Cognito. You’ll learn about how the authorization flow works with Cognito, and how to build it into your APIs. From there, we will add a Lambda backend that will be triggered by API Gateway. The lambda functions will be using the AWS SDKs to perform various data processing tasks. You’ll learn about the different configurations that exist for Lambda, and we will show you how to create and manage lambda functions. Some of the features of our API will require multiple lambda functions to execute in a specific order, like a workflow, and we will use AWS Step Functions to create a serverless workflow. Finally, we will talk about how to optimize your APIs at every layer using AWS features. Note: There are four versions of this class, "Building Modern Node.js Applications on AWS" for Node.js developers, "Building Modern Python Applications on AWS" for Python developers, "Building Modern Java Applications on AWS" for Java developers, and this course, "Building Modern .NET Applications on AWS" for .NET developers. The courses do for a large part, overlap and in general, we recommend that you take the course that focuses on the SDK you plan to use to develop your AWS Cloud based applications. We expect that you have basic knowledge of AWS already. Some examples of concepts you should be familiar with are: you should know the basics of the AWS Global infrastructure, like what regions and availability zones are. You also should know the at a high-level AWS Identity and Access Management, or IAM, and how it is used to control access to AWS resources. You should also understand what an Amazon EC2 instance is, what Amazon S3 is, what a VPC is, as well as other basic AWS terminology.