thief is a CLI tool that helps you to manage AWS resources.
Features:
# EC2インスタンスの一覧表示(タブ区切り)
thief ec2
thief ec2 ls
# EC2インスタンスの一覧表示(CSV形式)
thief ec2 --output csv
thief ec2 -o csv
# タグでフィルタリング
thief ec2 --tag Environment:Production
# RDSインスタンスの一覧表示
thief rds
thief rds ls
-h, --help help for thief
--no-header Hide the header in output
-o, --output string Output format (tab/csv) (default "tab")
-p, --profile string AWS profile (default $AWS_PROFILE)
-r, --region string AWS region (default "ap-northeast-1")