Skip to content

Commit

Permalink
Fix describe-vpc-peering-connection with correct filter syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Aug 12, 2014
1 parent 19ac8d5 commit 2b24bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/examples/ec2/describe-vpc-peering-connections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This example describes all of your VPC peering connections that have the tag Nam

Command::

aws ec2 describe-vpc-peering-connections --filters Name=tag-key,Values=Name,Name=tag-value,Values=Finance,Accounts
aws ec2 describe-vpc-peering-connections --filters Name=tag-key,Values=Name Name=tag-value,Values=Finance,Accounts


This example describes all of the VPC peering connections you requested for the specified VPC, vpc-1a2b3c4d.
Expand Down

0 comments on commit 2b24bc0

Please sign in to comment.