コマンドオプションサンプル:aws opsworks-cm create-server

コマンドサンプルを検索した結果です。

新しいサーバーを作成し、即座に開始します。 詳細は次のリンクを参照してください。 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 のオプション一覧