Bird
0
0

Which command correctly checks if AWS CLI is installed and shows its version?

easy📝 Configuration Q12 of 15
AWS - CLI
Which command correctly checks if AWS CLI is installed and shows its version?
Aaws version check
Baws --version
Ccheck aws version
Daws -v check
Step-by-Step Solution
Solution:
  1. Step 1: Recall the AWS CLI version command

    The official command to check AWS CLI version is aws --version.
  2. Step 2: Compare options

    Only aws --version matches the correct syntax; others are invalid commands.
  3. Final Answer:

    aws --version -> Option B
  4. Quick Check:

    Check version = aws --version [OK]
Quick Trick: Use double dash before version to check AWS CLI [OK]
Common Mistakes:
  • Using single dash instead of double dash
  • Reversing command order
  • Adding extra words like 'check'

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes