- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 138字
- 2021-07-15 17:09:18
CloudFormation
AWS CloudFormation allows customer to write infrastructure as a code. It provides an easy way to developers and system administrator to create and manage the collection of AWS resources as a single stack. It allows for the definition of an entire application stack to exist as either a single or set of text-based template files. A version controlled system can then be used to manage different versions of the application infrastructure. CloudFormation template helps customers to quickly and consistently build the stack for different environments. The CloudFormation also offers real-time audit logs of events that can occur during the deployment process of the stack. By defining the stack policies, you can prevent unauthorized access to the CloudFormation stack resources. It is tightly integrated in the AWS platform and almost all the services can be created using CloudFormation.
- Mastering Visual Studio 2017
- Software Defined Networking with OpenFlow
- Spring技術內幕:深入解析Spring架構與設計
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Vue.js 3.0源碼解析(微課視頻版)
- Web全棧工程師的自我修養
- 打開Go語言之門:入門、實戰與進階
- Flink入門與實戰
- Swift 2 Design Patterns
- 計算機常用算法與程序設計教程(第2版)
- 基于Docker的Redis入門與實戰
- Xamarin Cross-platform Application Development(Second Edition)
- 天天學敏捷:Scrum團隊轉型記
- Objective-C入門教程
- The PHP Workshop