- Effective DevOps with AWS
- Nathaniel Felsen
- 435字
- 2021-07-15 17:11:54
CloudFormer
CloudFormer is a tool that lets you create CloudFormation templates looking at preexisting resources. If you have a set of resources that you have already created on an ad hoc basis, as we have done so far in the book, you can use CloudFormer to group them under a new CloudFormation template. You can then customize the template that CloudFormer generates later using a text editor or even CloudFormation Designer and make it fit your needs.
Unlike most AWS tools and services, CloudFormer isn't completely managed by AWS; it's a self-hosted tool that you can instantiate on demand using CloudFormation. To do so, follow the given steps:
- Open https://console.aws.amazon.com/cloudformation in your browser.
- Select the AWS region where the resources you are trying to templatize are.
- In the Select a sample template drop-down menu, choose CloudFormer and click on Next.
- On that screen, at the top, you can provide a stack name (feel free to keep the default name AWSCloudFormer) and in the bottom part, you are asked to provide two extra parameters: a username and a password. Those will be used later to log in to CloudFormer. Pick a username and a password, and click on Next.
- On the next screen, you can provide extra tags and more advanced options, but we will simply continue by clicking on Next.
- This brings us to the review page where we will check the checkbox to acknowledge that this will cause AWS CloudFormation to create IAM resources. Click on Create.
- This will bring us back on the main screen of the CloudFormation console where we can see our AWS CloudFormer stack being created. Once the Status goes from CREATE_IN_PROGRESS to CREATE_COMPLETE, select it and click on the Output tab at the bottom.
At that point, you have created the resources needed to use CloudFomer. In order to create a stack with it, do the following:
In the Outputs tab (which illustrates the outputs section of CloudFormation), click on the website URL link. This will open up the CloudFormer tool. Log in using the username and password provided in the fourth step of the previous set of instructions. The following screen will appear:

- Follow the workflow proposed by the tool to select the different resources you want for your CloudFormation template as far as the last step.
- In the end, you will be able to download the generated template or save it directly in S3.
The CloudFormation template generated by CloudFormer will usually need a bit of editing as you will often want to create a more flexible stack with input parameters and an outputs section.
- HBase從入門到實戰
- Processing互動編程藝術
- Python王者歸來
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Learning Apache Kafka(Second Edition)
- C語言課程設計
- Unreal Engine 4 Shaders and Effects Cookbook
- Access 2010數據庫應用技術(第2版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- HTML5開發精要與實例詳解
- Web性能實戰
- ArcGIS for Desktop Cookbook
- CRYENGINE Game Development Blueprints
- Python計算機視覺和自然語言處理
- Python一行流:像專家一樣寫代碼