オープンデータとプログラミング

JSON の代わりに YAML で CloudFormation テンプレートを簡素化します。|Simplify CloudFormation templates with YAML instead of JSON

オープンデータ関連のニュースです。

http://searchaws.techtarget.com/tip/Simplify-CloudFormation-templates-with-YAML-instead-of-JSON

日本語

AWS のようなパブリック クラウドの利点の 1 つは、開発者のタスクを自動化するための機能です。AWS CloudFormation 宣言テンプレートのアプリケーション スタックのリソースを定義し、開発者を定義およびコードとインフラストラクチャを展開することができます。最初に、開発者 JSON – 混乱–CloudFormation テンプレートを書式設定するいくつか見つけること表現、わかりやすいデータ形式を使用する必要があります。JSON の使用に起因する難しさは、自動化プロセスの欠点だった。 JavaScript オブジェクト表記法 (JSON) テンプレートには、コンマと引用符は、別の場所で正方形および巻き毛ブラケットとともに句読点の多くが必要です。お客様のご要望に応えて、AWS は YAML の AWS CloudFormation テンプレートの使用をサポートします。
続きを読む…

English

One benefit of a public cloud like AWS is the ability for developers to automate tasks. AWS CloudFormation, which… defines an application stack’s resources in a declarative template, lets developers define and deploy infrastructure as code. Initially, developers needed to use JSON — an expressive, human-readable data format that some find confusing — to format CloudFormation templates. The difficulty attributed to using JSON was a drawback to the automation process. JavaScript Object Notation (JSON) templates require a lot of punctuation with commas and quotation marks, along with square and curly brackets in different places. In response to customer requests, AWS now supports the use of YAML in an AWS CloudFormation template.
Read more…

Comments are closed.