mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-01-09 21:36:47 +00:00
[aws] Add iops to aws_ebs() output
This commit is contained in:
parent
0c22054a49
commit
7fbedf4a3b
@ -33,7 +33,7 @@ function aws_i {
|
||||
function aws_ebs {
|
||||
local profile=$(_get_aws_profile)
|
||||
aws ec2 describe-volumes --profile $profile --output ${_aws_output} \
|
||||
--query 'Volumes[].[Tags[?Key==`Name`] | [0].Value, VolumeId, Attachments[0].InstanceId, Size, AvailabilityZone]'
|
||||
--query 'Volumes[].[Tags[?Key==`Name`] | [0].Value, VolumeId, Attachments[0].InstanceId, Size, VolumeType, Iops, AvailabilityZone]'
|
||||
}
|
||||
|
||||
function aws_elb {
|
||||
|
Loading…
Reference in New Issue
Block a user