Command option Sample:aws ec2 modify-id-format

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

Modifies the ID format for the specified resource on a per-regionbasis.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/modify-id-format.html

aws ec2 modify-id-format --resource instance --no-use-long-ids
    They’re Here Longer EC2 Resource IDs Now Available | AWS News Blog : http://aws.amazon.com/blogs/aws/theyre-here-longer-ec2-resource-ids-now-available/
aws ec2 modify-id-format --resource resource_type --use-long-ids
    Resource IDs - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html
aws ec2 modify-id-format --resource instance --use-long-ids --region
    Is your account using long EC2 IDs ? 揃 GitHub : http://gist.github.com/sebsto/67a43fc7fba1ff258560
aws ec2 modify-id-format --resource instance --use-long-ids
    amazon ec2 - Why is the subcommand modify-id-format missing in my AWS CLI v1.9.20 - Server Fault : http://serverfault.com/questions/749701/why-is-the-subcommand-modify-id-format-missing-in-my-aws-cli-v1-9-20
aws ec2 modify-id-format --resource instance --no-use-long-ids --profile dev
    Configure AWS EC2 Resource ID Length - Bonus Bits : http://www.bonusbits.com/wiki/HowTo%3AConfigure_AWS_EC2_Resource_ID_Length

aws のオプション一覧