1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 11:38:00 +00:00
This commit is contained in:
dcarrillo 2018-11-21 08:52:04 +01:00
commit b2a9152820

View File

@ -30,7 +30,8 @@ function aws_i {
}
function aws_ebs {
aws ec2 describe-volumes ---profile $profile --output ${_aws_output} \
local profile=$(_get_aws_profile)
aws ec2 describe-volumes --profile $profile --output ${_aws_output} \
--query 'Volumes[*].{id:VolumeId,tag:Tags[0].Value,at:Attachments[0].InstanceId,size:Size}'
}