ドンピシャなコマンドが探しても見当たらなかったので
aws --profile [プロファイル名] ec2 describe-instances \
--query 'Reservations[].Instances[].Tags[?Key==`Name`].Value[]' \
--filter "Name=instance-state-name,Values=stopped" "Name=tag:Name,Values=*[任意の文字列]*"| sort
Go to list of users who liked
More than 5 years have passed since last update.
ドンピシャなコマンドが探しても見当たらなかったので
aws --profile [プロファイル名] ec2 describe-instances \
--query 'Reservations[].Instances[].Tags[?Key==`Name`].Value[]' \
--filter "Name=instance-state-name,Values=stopped" "Name=tag:Name,Values=*[任意の文字列]*"| sort
Register as a new user and use Qiita more conveniently
Go to list of users who liked