Command option Sample:aws ec2 create-launch-template

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

Creates a launch template.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-launch-template.html

aws ec2 create-launch-template --launch-template-name TemplateForWebServer --version-description WebVersion1 --launch-template-data file://template-data.json
    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 create-launch-template --launch-template-name automl_test --launch-template-data aws ec2 create-launch-template MyLTName image-id ami-b42209de count 1 instance-type m4.large region us-east-1 block-device-mappings file://mapping.json

    Nishit Nagar | Noise : http://noise.getoto.net/author/nishit-nagar/
aws ec2 create-launch-template \
    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/926094
aws ec2 create-launch-template --launch-template-name MyLaunchTemplate --version-description FirstVersion --launch-template-data
    amazon web services - Unable to create launchtemplate using awscli - Stack Overflow : http://stackoverflow.com/questions/47890878/unable-to-create-launchtemplate-using-awscli

aws のオプション一覧