Skip to content

Commit 3e2d08f

Browse files
committedMar 7, 2017
Switch output from text to table to make it easier to read
1 parent 18ef37f commit 3e2d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ec2-describe-instance-attributes-all.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
echo "Instance ID=$1" > $INSTANCE_ID.log
3535
for a in $ATTRIBUTES; do
3636
echo ATTRIBUTE=$a>> $INSTANCE_ID.log
37-
aws --region $REGION ec2 describe-instance-attribute --instance-id $INSTANCE_ID --attribute $a --output text >> $INSTANCE_ID.log 2>&1
37+
aws --region $REGION ec2 describe-instance-attribute --instance-id $INSTANCE_ID --attribute $a --output table >> $INSTANCE_ID.log 2>&1
3838
echo "------------------------------" >> $INSTANCE_ID.log
3939
done
4040

0 commit comments

Comments
 (0)
Please sign in to comment.