Difference between revisions of "Jq -r"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
aws rds describe-db-instances | jq -r '.DBInstances[0].Endpoint.Address' | aws rds describe-db-instances | jq -r '.DBInstances[0].Endpoint.Address' | ||
+ | |||
+ | |||
+ | [[aws ec2 describe-vpcs]] | jq -r '.Vpcs[]' | ||
== See also == | == See also == |
Revision as of 11:12, 30 June 2022
aws ec2 describe-instances | jq -r '.Reservations[].Instances[]|.InstanceId+" "+.InstanceType+" "+(.Tags[] | select(.Key == "Name").Value)'
aws rds describe-db-instances | jq -r '.DBInstances[0].Endpoint.Address'
aws ec2 describe-vpcs | jq -r '.Vpcs[]'
See also
Advertising: