Skip to content

Commit

Permalink
filters
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Dec 23, 2023
1 parent bdb9826 commit a1d1882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/filters/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Get a bunch of subnets

aws ec2 describe-subnets --region us-east-1 --query Subnets[].AvailabilityZone

aws ec2 describe-subnets --region us-east-1 --filter Name=availability-zone,Values=us-east-1b,us-east-1a --query Subnets[].AvailabilityZone

0 comments on commit a1d1882

Please sign in to comment.