During the aws configuration in CLI I use the command "aws configure", then i type the access key, secret access key, default region and default output type as "table".
What command i need to use in aws CLI to get the output in json format. For example if i use the command "aws ec2 describe-volumes --output json". Then it will give the output in JSON format only for this command. How to change Default output from table to json ?