|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aws-cdk-course/
课程评论:没有评论
课程名称:基础设施即代码,掌握AWS云开发工具包CDK 课程概述: 欢迎来到AWS云开发工具包(AWS CDK)开发者指南。此课程介绍AWS CDK,这是一个用于以代码定义云基础设施并通过AWS CloudFormation进行预置的软件开发框架。AWS CloudFormation使您能够以可预测和重复的方式创建和预置AWS基础设施部署。此外,您可以利用AWS的各种产品,如Amazon EC2、Amazon Elastic Block Store、Amazon SNS、弹性负载均衡和自动扩展。借助AWS CDK,您可以在云中构建高度可靠、可扩展且具有成本效益的应用程序,而无需担心创建和配置底层的AWS基础设施。 使用AWS CDK,您可以在熟悉的编程语言中定义云资源,包括TypeScript、JavaScript、Python、Java和C#/.Net。通过模板文件,您可以将一组资源作为单个单元(栈)一起创建和删除。 这个课程将帮助开发者掌握如何使用AWS CDK进行基础设施管理和云资源定义,从而提高云应用的开发效率。
AWS Cloud Development Kit (AWS CDK) Welcome to the AWS Cloud Development Kit (AWS CDK) Developer Guide. This document provides information about the AWS CDK, which is a software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation.AWS CloudFormation enables you to:Create and provision AWS infrastructure deployments predictably and repeatedly.Leverage AWS products such as Amazon EC2, Amazon Elastic Block Store, Amazon SNS, Elastic Load Balancing, and Auto Scaling.Build highly reliable, highly scalable, cost-effective applications in the cloud without worrying about creating and configuring the underlying AWS infrastructure.Use a template file to create and delete a collection of resources together as a single unit (a stack).Use the AWS CDK to define your cloud resources in a familiar programming language. The AWS CDK supports TypeScript, JavaScript, Python, Java, and C#/.Net.