AWS tags
(Redirected from AWS Tags)
Jump to navigation
Jump to search
- AWS Tag Editor (2014)
"Tags": [ { "Key": "Name", "Value": "YOUR_NAME" }
aws ec2 describe-route-tables | jq -r '.RouteTables[] | select(.Tags[].Value=="YOUR_TAG/PublicRouteTable") | .RouteTableId'
Tags =
Related: aws-find, Terraform resource: aws_ec2_tag
See also[edit]
Advertising: