Command option Sample:aws ec2 run-scheduled-instances

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

Launches the specified Scheduled Instances.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/run-scheduled-instances.html

aws ec2 run-scheduled-instances --scheduled-instance-id sci-1234-1234-1234-1234-123456789012 --instance-count 1 --launch-specification file://launch-specification.json
    run-scheduled-instances — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/run-scheduled-instances.html
aws ec2 run-scheduled-instances \
    AWS CLI example for run-scheduled-instances 揃 GitHub : http://gist.github.com/understeer/905f1fd2d88310253a9d

aws のオプション一覧