- Effective DevOps with AWS
- Nathaniel Felsen
- 203字
- 2021-07-15 17:11:53
AWS CloudFormation Designer
AWS CloudFormation Designer is a tool that lets you create and edit CloudFormation templates using a GUI. Designer hides a lot of the complexity of editing a CloudFormation template using a standard text editor. You can access it directly at https://console.aws.amazon.com/cloudformation/designer or in the CloudFormation dashboard after you click on Create Stack:

The workflow is fairly simple. You simply drag and drop resources from the left-hand side menu into a canvas. Once your resources are added, you can then connect them to other resources using the small dots surrounding each resource icon. In the preceding example, we are connecting an EC2 instance to its security group. There are a number of hidden gems that can help you when designing your template.
You can right-click on resources and directly access the documentation for the CloudFormation resource, as follows:

When dragging a dot to connect two resources together, Designer will highlight resources compatible with that connection:

The editor in the bottom section of the designer supports auto-completion using Ctrl + Space:

Once your template is complete, you can simply click on a button and go from designing your stack to launching it.
The next tool we will look at is called CloudFormer.
- 軟件項目估算
- Python 3.7網絡爬蟲快速入門
- React Native Cookbook
- INSTANT CakePHP Starter
- Hands-On JavaScript High Performance
- Python應用輕松入門
- 高級C/C++編譯技術(典藏版)
- Visual Basic程序設計與應用實踐教程
- 網絡爬蟲原理與實踐:基于C#語言
- 詳解MATLAB圖形繪制技術
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Learning AWS
- Building Serverless Architectures
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- 零基礎學C語言(第4版)