コマンドオプションサンプル:aws ec2 describe-id-format

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

リージョンごとにリソースのIDフォーマット設定を記述します。たとえば、より長いIDに対してどのリソースタイプが有効になっているかを確認できます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-id-format.html

aws ec2 describe-id-format --region eu-west-1
    2018年7月から始まる長いリソースIDのオプトイン機能が提供されました | Developers.IO : http://dev.classmethod.jp/cloud/aws/opt-in-available-for-longer-resource-ids-for-ec2-ebs-vpc/
aws ec2 describe-id-format --region region
    Resource IDs - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html
aws ec2 describe-id-format --region
    Is your account using long EC2 IDs ? 揃 GitHub : http://gist.github.com/sebsto/67a43fc7fba1ff258560
aws ec2 describe-id-format --profile dev
    Configure AWS EC2 Resource ID Length - Bonus Bits : http://www.bonusbits.com/wiki/HowTo%3AConfigure_AWS_EC2_Resource_ID_Length

aws のオプション一覧