コマンドオプションサンプル:aws ec2 describe-instance-credit-specifications

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

1つ以上のT2インスタンスのCPU使用量に対するクレジットオプションについて説明します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-instance-credit-specifications.html

aws ec2 describe-instance-credit-specifications --instance-id
    オンラインでも変更可能なT2 Unlimitedを試してみて気付いた注意点 #reinvent | Developers.IO : http://dev.classmethod.jp/cloud/aws/notes-on-using-t2-unlimited/
aws ec2 describe-instance-credit-specifications --instance-id i-1234567890abcdef0

The following is example output:

    Working with T2 and T3 Instances - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/t-how-to.html
aws ec2 describe-instance-credit-specifications --instance-id i-0123456789abcdef
    最初からT2 Unlimited(T2無制限)で起動したインスタンスはUnlimitedをやめられない?(解消済み) | 株式会社ランチェスター : http://www.lanches.co.jp/blog/8715

aws のオプション一覧