Command option Sample:aws cloud9 create-environment-ec2

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

Creates an AWS Cloud9 development environment, launches an AmazonElastic Compute Cloud (Amazon EC2) instance, and then connects fromthe instance to the environment.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloud9/create-environment-ec2.html

aws cloud9 create-environment-ec2 --name my-demo-env --description "My demonstration development environment." --instance-type t2.micro --subnet-id subnet-1fab8aEX --automatic-stop-time-minutes 60 --owner-arn arn:aws:iam::123456789012:user/MyDemoUser
    create-environment-ec2 — AWS CLI 1.16.2 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/cloud9/create-environment-ec2.html

aws のオプション一覧