mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 17:28:01 +00:00
Merge branch 'master' of https://github.com/dcarrillo/prezto
This commit is contained in:
commit
b2a9152820
@ -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}'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user