- 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.
- Bootstrap Site Blueprints Volume II
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Power Up Your PowToon Studio Project
- 程序員面試筆試寶典
- QGIS:Becoming a GIS Power User
- Python:Master the Art of Design Patterns
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Kivy Cookbook
- 微課學(xué)人工智能Python編程
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- NGUI for Unity
- Go語言入門經(jīng)典