aws-cli
The AWS Command Line Interface(CLI) is a unified tool that provides a consistent interface for interacting with all parts of AWS. サンプルコード
code: (bash)
aws ec2 describe-instances --query 'Reservations[].Instances[].{Env:Tags[?Key==Environment]|0.Value,InstanceId:InstanceId,Name:Tags[?Key==Name]|0.Value,PrivateIp:PrivateIpAddress}'