Command option Sample:aws opsworks-cm create-server

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

Creates and immedately starts a new server.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/opsworks-cm/create-server.html

aws opsworks-cm create-server --engine "Chef" --engine-model "Single" --engine-version "12" --server-name "automate-06" --instance-profile-arn "arn:aws:iam::1019881987024:instance-profile/aws-opsworks-cm-ec2-role" --instance-type "t2.medium" --key-pair "amazon-test" --service-role-arn "arn:aws:iam::044726508045:role/aws-opsworks-cm-service-role"
    opsworks-cm — AWS CLI 1.16.12 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/opsworks-cm/create-server.html

aws のオプション一覧