Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Better Filtering Controls for Sandbox List #2932

Open
jezell opened this issue Mar 10, 2025 · 0 comments
Open

Feature Request: Better Filtering Controls for Sandbox List #2932

jezell opened this issue Mar 10, 2025 · 0 comments

Comments

@jezell
Copy link

jezell commented Mar 10, 2025

ECS allows filtering instances by status. When dealing with large numbers of sandboxes this would really help. If you need to get a list of just the running sandboxes for example, that's rather hard to do with the current API since you'd have to enumerate to the end of the list to ensure you get everything:

See:
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html

ECS also has some settings like max results. It's hard to tell from the modal client interface whether the async iterator continues to fetch new pages transparently or fetches them all at once. A limit parameter would also be a nice addition to make it more clear that you explicitly only want N number of results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant