Bird
0
0

What is the output format of this command?

medium📝 Predict Output Q5 of 15
AWS - CLI
What is the output format of this command?
aws ec2 describe-instances --output text
AYAML formatted instance details
BPlain text with tab-separated values
CA table with headers and rows
DJSON formatted instance details
Step-by-Step Solution
Solution:
  1. Step 1: Identify the output option used

    The command uses '--output text' which produces plain text output.
  2. Step 2: Describe text output format

    Text output is tab-separated values without JSON or table formatting.
  3. Final Answer:

    Plain text with tab-separated values -> Option B
  4. Quick Check:

    --output text = tab-separated plain text [OK]
Quick Trick: Text output is simple tab-separated values [OK]
Common Mistakes:
  • Confusing text with JSON or table
  • Expecting headers in text output

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes