|
|
|
|
|
by Cpoll
2471 days ago
|
|
Search in the UI is my particular bane. Sometimes it works great (searching for EC2 instances). Sometimes you need to construct restricted search queries (slightly aided by a slow dropdown auto-complete) that look like `Name: Begins With: /blah/` (ParameterStore). Sometimes search is client-side, and only searches the page you're currently on (ECR, I think? I can't remember what does this). I think in this case it's sometimes form just following the limited functionality of the API. I have a _lot_ of scripts that are just ways to extract data quicker than I can in the UI. |
|