Difference between revisions of "Jq -r"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[aws ec2 describe-vpcs]] | jq -r '.Vpcs[]' | [[aws ec2 describe-vpcs]] | jq -r '.Vpcs[]' | ||
+ | |||
+ | [[curl -s]] https://testnet.agoric.net/network-config | jq -r .chainName | ||
== See also == | == See also == |
Revision as of 11:28, 15 August 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-route-tables | jq -r '.RouteTables[] | select(.Tags[].Value=="YOUR_TAG/PublicRouteTable") | .RouteTableId'
aws cloudformation describe-stacks --stack-name eksctl-your_cluster | jq -r '.Stacks[].Outputs[] | select(.OutputKey=="ServiceRoleARN") | .OutputValue' | cut -d/ -f2
aws ec2 describe-vpcs | jq -r '.Vpcs[]'
curl -s https://testnet.agoric.net/network-config | jq -r .chainName
See also
Advertising: