コマンドオプションサンプル:aws ec2 allocate-hosts

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

あなたのアカウントに専用のホストを割り当てます。 詳細は次のリンクを参照してください。 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 のオプション一覧