1 Answer
- Newest
- Most votes
- Most comments
0
When you use client-side filtering with the AWS CLI it's best practice to use json or yaml output, as with--output text pagination occurs before filtering which can result in extra output sometimes. Or add --no-paginate and hopefully the extra output will go away.
Relevant content
asked 7 months ago
asked 7 months ago

It perfectly answered what I was curious about. thank you!!!
It perfectly answered what I was curious about. thank you!!!