コマンドオプションサンプル:aws cloudformation get-template

コマンドサンプルを検索した結果です。

指定されたスタックのテンプレート本体を返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudformation/get-template.html

aws cloudformation get-template --stack-name cm-sg-http
    AWS CLIでサービスの各種コマンドを動かしてみる(CloudFormation編) | Developers.IO : http://dev.classmethod.jp/cloud/aws/awscli-cloudformation/
aws cloudformation get-template --stack-name myteststack
    Retrieving a Template - AWS CloudFormation : http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-get-template.html
aws cloudformation get-template \
    bash-my-aws/stack-functions at master 揃 realestate-com-au/bash-my-aws 揃 GitHub : http://github.com/realestate-com-au/bash-my-aws/blob/master/lib/stack-functions
aws cloudformation get-template --stack-name
    疲弊しないためのCloudFormation管理手法 - Engineering Blog @ktrysmt : http://ktrysmt.github.io/blog/how-to-manage-cfn-easily/
aws cloudformation get-template --profile sample --stack-name sample
    サンプルを動かして覚えるCloudFormation : http://qiita.com/kei_q/items/6d5cc4563c232f5b785a
aws cloudformation get-template --stack-name MyTemplate
    AWS CloudFormation (February 2016) : http://www.slideshare.net/JulienSIMON5/aws-cloudformation-february-2016

aws のオプション一覧