Bird
0
0

Why might the AWS CLI 'text' output format be preferred over 'json' for some users?

hard📝 Conceptual Q10 of 15
AWS - CLI
Why might the AWS CLI 'text' output format be preferred over 'json' for some users?
AText output is easier to read and parse in shell scripts
BText output includes more detailed metadata than JSON
CText output supports nested data structures better
DText output is the default and requires no extra flags
Step-by-Step Solution
Solution:
  1. Step 1: Compare text and JSON outputs

    Text output is simple, tab-separated, and easier for shell scripts to parse.
  2. Step 2: Understand use cases

    Users prefer text output for quick parsing and readability in scripts, unlike JSON which is more complex.
  3. Final Answer:

    Text output is easier to read and parse in shell scripts -> Option A
  4. Quick Check:

    Text output = simple, script-friendly format [OK]
Quick Trick: Use text output for easy shell script parsing [OK]
Common Mistakes:
  • Thinking text has more data than JSON
  • Assuming text supports nested data well

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes