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

sum() would be a useful built-in function #49

Closed
garnaat opened this issue Mar 12, 2014 · 1 comment · Fixed by #50
Closed

sum() would be a useful built-in function #49

garnaat opened this issue Mar 12, 2014 · 1 comment · Fixed by #50

Comments

@garnaat
Copy link

garnaat commented Mar 12, 2014

In AWS CLI, a query like:

aws ec2 describe-volumes --query Volumes[].Size --filters Name=status,Values=available

returns a list of numbers representing the GB's used by EBS volumes that are not attached to any instances. Being able to sum that list in the query would be useful.

@jamesls
Copy link
Member

jamesls commented Mar 12, 2014

Definitely, I think this would a great addition.

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

Successfully merging a pull request may close this issue.

2 participants