- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 148字
- 2021-07-09 18:18:27
Outputs
Just like AWS resources, CloudFormation stacks can also have return values, called outputs. These values are entirely user defined. If you don't specify any outputs, then nothing is returned when your stack is completed.
Outputs can come in handy when you are using a CI/CD tool to create your CloudFormation stacks. For example, you might like to output the public hostname of an ELB so your CI/CD tool can turn it into a clickable link within the job output.
You'll also use them when your are linking together pieces of your layer cake. You may want to reference an S3 bucket or security group created in another stack. This is much easier to do with the new cross-stack references feature, which we'll discuss later in this chapter. You can expect to see the Ref and Fn::GetAtt functions a lot in the output section of any CloudFormation template.
- Excel 2007函數(shù)與公式自學寶典
- Natural Language Processing Fundamentals
- 西門子S7-200 SMART PLC實例指導學與用
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 運動控制器與交流伺服系統(tǒng)的調(diào)試和應用
- 大學C/C++語言程序設計基礎(chǔ)
- Learning C for Arduino
- 愛犯錯的智能體
- 新編計算機組裝與維修
- Windows Server 2003系統(tǒng)安全管理
- MCGS嵌入版組態(tài)軟件應用教程
- Linux Shell編程從初學到精通
- MATLAB-Simulink系統(tǒng)仿真超級學習手冊
- 大數(shù)據(jù)案例精析
- The DevOps 2.1 Toolkit:Docker Swarm