- Effective DevOps with AWS
- Nathaniel Felsen
- 272字
- 2021-07-15 17:11:54
Creating the stack in the CloudFormation console
At this point we can launch our template using the following steps:
- Open the CloudFormation web console in your browser (https://console.aws.amazon.com/cloudformation).
- Click on Create Stack.
- On the next screen, we will upload our newly generated template helloworld-cf.template by selecting Upload a template to Amazon S3 and then browsing to select our helloworld-cf.template file.
- We will then pick a stack name such as HelloWorld.
- After the stack name, we can see the Parameters section of our template in action. CloudFormation lets us pick which SSH key pair to use. Select your key pair using the drop-down menu.
- On the next screen, we have the ability to add optional tags to our resources; in the advanced section we can see how we can potentially integrate CloudFormation and SNS, make decisions on what to do when a failure or a timeout occurs, and even add a stack policy that lets you control who can edit the stack, for example. For now, we will simply click on Next.
- This leads us to the review screen where we can verify the information selected and even estimate how much it will cost to run that stack. Click on Create.
- This will bring us to the main CloudFormation console. On that screen, we are able to see how our resources are created in the Events tab.
- When the creation of the template is complete, click on the Outputs tab, which will reveal information we generated through the Outputs section of our template:

- Click on the link in the value of the WebUrl key, which will open up our HelloWorld page.
推薦閱讀
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- Windows系統(tǒng)管理與服務(wù)配置
- Learning Unity 2D Game Development by Example
- The Professional ScrumMaster’s Handbook
- Clojure for Java Developers
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- Simulation for Data Science with R
- Delphi開發(fā)典型模塊大全(修訂版)
- C語言程序設(shè)計實踐
- Java高手是怎樣煉成的:原理、方法與實踐
- Python Automation Cookbook
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Visual C++網(wǎng)絡(luò)編程教程(Visual Studio 2010平臺)
- 測試架構(gòu)師修煉之道:從測試工程師到測試架構(gòu)師(第2版)
- React Native -Building Mobile Apps with JavaScript