Bird
0
0

After installing AWS CLI on Linux, you run aws --version. What output do you expect?

medium📝 Predict Output Q4 of 15
AWS - CLI
After installing AWS CLI on Linux, you run aws --version. What output do you expect?
AError: AWS CLI not installed
Baws-cli/2.x.x Python/3.x.x Linux/...
CAWS CLI version 1.x.x installed
Dcommand not found
Step-by-Step Solution
Solution:
  1. Step 1: Understand the expected output of aws --version

    This command shows the installed AWS CLI version and environment details, typically starting with aws-cli/2.x.x for version 2.
  2. Step 2: Evaluate other options

    "command not found" means CLI is not installed or PATH is wrong. Version 1 output differs in format. Error message is not standard output.
  3. Final Answer:

    aws-cli/2.x.x Python/3.x.x Linux/... -> Option B
  4. Quick Check:

    Correct version output format = D [OK]
Quick Trick: Check version to confirm successful install [OK]
Common Mistakes:
  • Expecting error messages
  • Confusing version 1 and 2 output
  • Not adding AWS CLI to PATH

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes