Command option Sample:aws cloudformation get-template

Search command sample in the internet.It is the result.

Returns the template body for a specified stack.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudformation/get-template.html

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 MyTemplate
    AWS CloudFormation (February 2016) : http://www.slideshare.net/JulienSIMON5/aws-cloudformation-february-2016

aws のオプション一覧