Skip to content

Commit

Permalink
added descriptiof of account
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Nov 15, 2016
1 parent 175bff9 commit b4e0ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/perms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo $(md5sum builds/$ova_key)

ami_id=$(aws ec2 describe-images --owners $aws_acct_id --query 'reverse(sort_by(Images[?starts_with(Name, `import-ami`)], &CreationDate))[0].[ImageId]' --output text | tr -d '\n' )

echo "Publishing $ami_id to $aws_acct_id"
echo "Publishing $ami_id to $aws_acct_id $aws_acct_id_plus"

ami_image_description=$(aws ec2 describe-images --image-ids $ami_id --query 'Images[0].{Description:Tags[0].Value}')
echo $ami_image_description
Expand Down

0 comments on commit b4e0ecb

Please sign in to comment.