AWS tags

From wikieduonline
(Redirected from AWS Tags)
Jump to navigation Jump to search


            "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: