Command option Sample:aws ssm create-document

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

Creates a Systems Manager document.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ssm/create-document.html

aws ssm create-document --content file://apt-get-upgrade.json --name "apt-get-upgrade"
    Creating a Custom Command for AWS Simple Systems Manager (SSM) : http://ben.fogbutter.com/2016/02/13/creating-a-custom-ssm-document.html
aws ssm create-document --content
    Scale down a Kube Cluster Minion without Downtime using AWS Autoscaling Lifecycle Hook Part III : http://blog.powerupcloud.com/scale-down-a-kube-cluster-minion-without-downtime-using-aws-autoscaling-lifecycle-hook-part-iii-374387d94107
aws ssm create-document --content file://path/to/file.json --name "My_Custom_Config_File"
    Joining Elastic Beanstalk to AWS Directory Service | Skeddly : http://blog.skeddly.com/2016/11/joining-elastic-beanstalk-to-aws-directory-service.html
aws ssm create-document --content "file://RunShellScript.json" --name "RunShellScript" --document-type "Command"
    create-document — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ssm/create-document.html
aws ssm create-document --content file://path/to/myconfigfile.json --name "My_Custom_Config_File"
    How to Connect Your On-Premises Active Directory to AWS Using AD Connector – Easy Cloud : http://easycloudsupport.zendesk.com/hc/en-us/articles/360001991012-How-to-Connect-Your-On-Premises-Active-Directory-to-AWS-Using-AD-Connector
aws ssm create-document --content
    .../awscli/examples/ssm/create-document.rst | Fossies : http://fossies.org/linux/aws-cli/awscli/examples/ssm/create-document.rst
aws ssm create-document --name "patchWindowsAmi" --content file:///Users/test-user/Documents/patchWindowsAmi.json/yaml --document-type Automation
    aws-systems-manager-user-guide/create-ssm-document-cli.md at master 揃 awsdocs/aws-systems-manager-user-guide 揃 GitHub : http://github.com/awsdocs/aws-systems-manager-user-guide/blob/master/doc_source/automation-createdoc.md
aws ssm create-document --name
    Amazon EC2 Systems Manager | Noise : http://noise.getoto.net/tag/amazon-ec2-systems-manager/
aws ssm create-document \u003cspan class=\
    [JAWS-UG CLI] Amazon EC2 Systems Manager 入門 (3) StateManager : http://qiita.com/domokun70cm/items/c5b73709c8ece705bf80
aws ssm create-document --content file://custom.json --name "custom" --region eu-west-1
    Amazon EC2 Simple Systems Manager - AWSomeBlog : http://www.awsomeblog.com/amazon-ec2-simple-systems-manager/
aws ssm create-document --content
    AWS Systems Manager YAML support : aws : http://www.reddit.com/r/aws/comments/7h03hw/aws_systems_manager_yaml_support/
aws ssm create-document --content
    AWS Blackbelt 2015シリーズ Amazon EC2 Windows インスタンス : http://www.slideshare.net/AmazonWebServicesJapan/aws-black-belt-online-seminar-2017-ec2-windows

aws のオプション一覧