Command option Sample:aws ec2 allocate-hosts

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

Allocates a Dedicated Host to your account.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/allocate-hosts.html

aws ec2 allocate-hosts --instance-type "m4.large" --availability-zone "eu-west-1a" --auto-placement "off" --quantity 1
    Working with Dedicated Hosts - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html

aws のオプション一覧