How to fix the issue where searching with grep the output of aws help doesn't work as expected? Introduction Why You Can't Grep AWS CLI Help Output Cause Solution Example Conclusion References Introduction When you try to grep or use sed on the output of aws help, like aws help | grep 'XXX', it does…| BioErrorLog Tech Blog (en)
aws help結果をgrepしようとしても上手くできない問題の対処法です。 はじめに AWS CLIのhelp結果がgrepできない問題 原因 対処法 実行例 おわりに 参考 はじめに aws help | grep 'XXX'のように、aws help結果をgrepやsedしようとすると、想定通りに動作しませんでした。 これはaws ec2 helpのようなawsサービスレベルのコマンドのhelpページについても同様です。 この問題の原因と対処法...| BioErrorLog Tech Blog