mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
[aws] Add iops to aws_ebs() output
This commit is contained in:
@ -33,7 +33,7 @@ function aws_i {
|
|||||||
function aws_ebs {
|
function aws_ebs {
|
||||||
local profile=$(_get_aws_profile)
|
local profile=$(_get_aws_profile)
|
||||||
aws ec2 describe-volumes --profile $profile --output ${_aws_output} \
|
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 {
|
function aws_elb {
|
||||||
|
Reference in New Issue
Block a user