Bird
0
0

Before installing AWS CLI on a Windows machine, which prerequisite should you verify?

easy📝 Conceptual Q1 of 15
AWS - CLI
Before installing AWS CLI on a Windows machine, which prerequisite should you verify?
ACreate an IAM user with admin privileges
BDisable Windows Defender Firewall permanently
CUninstall all previous versions of AWS SDKs
DEnsure Python is installed and added to the PATH environment variable
Step-by-Step Solution
Solution:
  1. Step 1: Verify Python Installation

    AWS CLI version 1 requires Python, so ensure Python is installed and in PATH.
  2. Step 2: Understand AWS CLI v2

    AWS CLI version 2 includes its own runtime, so Python is not required for v2.
  3. Final Answer:

    Ensure Python is installed and added to the PATH environment variable -> Option D
  4. Quick Check:

    Check Python presence before AWS CLI v1 install [OK]
Quick Trick: Check Python before installing AWS CLI v1 [OK]
Common Mistakes:
MISTAKES
  • Assuming AWS CLI v2 requires Python
  • Disabling firewall unnecessarily
  • Skipping prerequisite checks

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes