1. 程式人生 > >AWS CloudFormation FAQs

AWS CloudFormation FAQs

 Q: What are the elements of an AWS CloudFormation template?

AWS CloudFormation templates are JSON or YAML-formatted text files that are comprised of five types of elements:

1. An optional list of template parameters (input values supplied at stack creation time)

2. An optional list of output values (e.g. the complete URL to a web application)

3. An optional list of data tables used to lookup static configuration values (e.g., AMI names)

4. The list of AWS resources and their configuration values

5. A template file format version number

With parameters, you can customize aspects of your template at run time, when the stack is built. For example, the Amazon RDS database size, Amazon EC2 instance types, database and web server port numbers can be passed to AWS CloudFormation when a stack is created. Each parameter can have a default value and description and may be marked as “NoEcho” in order to hide the actual value you enter on the screen and in the AWS CloudFormation event logs. When you create an AWS CloudFormation stack, the AWS Management Console will automatically synthesize and present a pop-up dialog form for you to edit parameter values.

Output values are a very convenient way to present a stack’s key resources (such as the address of an Elastic Load Balancing load balancer or Amazon RDS database) to the user via the AWS Management Console, or the command line tools. You can use simple functions to concatenate string literals and value of attributes associated with the actual AWS resources.

相關推薦

AWS CloudFormation FAQs

 Q: What are the elements of an AWS CloudFormation template? AWS CloudFormation templates are JSON or YAML-formatted text files t

理解亞馬遜 Amazon AWS CloudFormation

Amazon最初始推出AWS時候,提供給使用者的是虛擬機器(EC2),儲存(Volume),彈性IP(Elastic IP)等這些在雲端計算中被劃分為基礎設施層(I層)的資源。 稍後AWS又推出了RDS(Relation Database Service),使用者可以申請MySQL,Oracle,

Deploying PowerShell-based Lambda with AWS CloudFormation

We recently announced AWS Lambda support for PowerShell. In our initial blog post, we showed how you can use the new AWSLambdaPSCore module to dep

AWS CloudFormation Features

AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioni

AWS CloudFormation Pricing

There is no additional charge for AWS CloudFormation. You pay for AWS resources (such as Amazon EC2 instances, Elastic Load Balancing lo

AWS CloudFormation Partners

Foghorn helps customers achieve unprecedented levels of automation by leveraging CloudFormation as a key tool to deliver Infrastructure-as-Code

CI/CD Pipeline for AWS CloudFormation Templates on the AWS Cloud

You are responsible for the cost of the AWS services used while running this Quick Start reference deployment. There is no additional cost fo

Your AWS CloudFormation guide to re:Invent 2018

There are less than two weeks left until re:Invent 2018. As in years past, AWS CloudFormation will be there, both behind the scenes deplo

AWS CloudFormation Developer Resources

AWS CloudFormation gives you an easy way to create the set of resources such as Amazon EC2 instance, Amazon RDS database instances and Elastic Lo

Tarification AWS CloudFormation

AWS CloudFormation est disponible sans frais supplémentaires. En revanche, vous payez les ressources AWS (ex. : instances Amazon EC2, pr

re:Invent 2018 AWS CloudFormation セッションガイド

re:Invent2018 開幕まであとわずかになりました。例年のように、 AWS CloudFormation が提供するインフラストラクチャデプロイの舞臺裡やフロントエンドを語り盡くす、ブレークアウトセッション、ワークショップ、チョークトーク(ホワイトボードによる講義)

AWS Snowball FAQs

Q: When should I consider using Snowball instead of the Internet? Snowball is a strong choice for data transfer if you need to mo

AWS CloudFormation Templates

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

AWS CloudFormation 드리프트 감지 기능 출시

AWS CloudFormation을 사용하면 IaC(Infrastructure as Code)를 쉽게 구현할 수 있습니다. 템플릿을 사용해 원하는 AWS 리소스 구성을 정의한 다음 이 템플릿을 사용하여 CloudFormation 스택을 시작할 수 있습니다.

AWS CloudFormation (設定管理とオーケストレーション)

AWS CloudFormation は、クラウド環境內のすべてのインフラストラクチャリソースを記述してプロビジョニングするための共通言語を提供します。CloudFormation では、シンプルなテキストファイルを使用して、あらゆるリージョンとアカウントでアプリケーショ

Ressources pour développeurs AWS CloudFormation

AWS CloudFormation vous donne une solution facile pour créer l'ensemble de ressources telles que l'instance Amazon EC2, les instances de bases de

Руководство по началу работы с AWS CloudFormation

Использование шаблона AWS CloudFormation для создания стека и управления им Стек – это набор ресурсов, полученный в результате пр

AWS CloudHSM FAQs

Q: What is AWS CloudHSM? The AWS CloudHSM service helps you meet corporate, contractual and regulatory compliance requirements for data

Вопросы и ответы по AWS CloudFormation

 Вопрос: Из каких элементов состоит шаблон AWS CloudFormation? Шаблоны AWS CloudFormation представляют собой текстовые файлы в фо