Command option Sample:aws ec2 get-launch-template-data

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

Retrieves the configuration data of the specified instance.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/get-launch-template-data.html

aws ec2 get-launch-template-data --instance-id i-0123d646e8048babc --query "LaunchTemplateData"
    Launching an Instance from a Launch Template - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html
aws ec2 get-launch-template-data \
    amazon web services - Create AWS Launch template from existing AWS EC2 instance of another account - Server Fault : http://serverfault.com/questions/925598/create-aws-launch-template-from-existing-aws-ec2-instance-of-another-account.1

aws のオプション一覧