mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 21:58:00 +00:00
Improve aws_ebs output at aws module
This commit is contained in:
parent
1a48ae2e54
commit
23c56a5640
@ -32,7 +32,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[*].{id:VolumeId,tag:Tags[0].Value,at:Attachments[0].InstanceId,size:Size,AZ:AvailabilityZone}'
|
--query 'Volumes[].[Tags[?Key==`Name`] | [0].Value, VolumeId, Attachments[0].InstanceId, Size, AvailabilityZone]'
|
||||||
}
|
}
|
||||||
|
|
||||||
function aws_elb {
|
function aws_elb {
|
||||||
|
Loading…
Reference in New Issue
Block a user