-
Notifications
You must be signed in to change notification settings - Fork 262
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: list all ressources #160
Comments
This is a great idea indeed and it is on our roadmap since the AWS meetup in Berlin! So yes we will support multi region listing as it is definitely a needed feature that actually other CLI do not support. Right now, we are in the process of finishing a major (re)design that improve the availability of our AWS modelling and that will allow great features to come. That is why the 0.1.6 is not out yet. Anyway, back to our multi region support. Obviously, when doing a multi-region listing command, we will not be able to ask every AWS region because: too many, a bit silly, throttling issues, too many resource at once in RAM. So in my opinion when doing a multi-region query we will rather focus on a subset of the regions. There are multiple ways of getting this subset before fetching and they could be:
Any ideas to make this a great feature are welcome in this issue. |
Also we need to distinguish between: listing all instances in multi-region; listing all resources in multi-region; listing all resources in 1 region. Those are not the same features. Right now I am understanding that we talk about the natural extension (Note that in the meantime: to see all the resources in a region you can do |
Hi @simcap
Very simple implementation but extremely useful (I think). |
Hello @sdouche, thanks for the suggestion. The difficulty for listing all types of resources in one command is the choice of the columns to display (as entities with different types have different properties). It would be strange to display several tables one after the other with different number of columns and columns names. What is your use case ? Do you have a better idea to display the results of such a command ? |
Only common columns could be showed (ARN, resource type, creation date, ...). |
Hi,
It's always unpleasant to search your resources in your regions. It would be cool to have an
awless ls all
option list all resources created.Regards.
The text was updated successfully, but these errors were encountered: