Bird
0
0

You want to install AWS CLI on a Windows computer. Which of the following steps correctly describes the process?

hard📝 Application Q15 of 15
AWS - CLI
You want to install AWS CLI on a Windows computer. Which of the following steps correctly describes the process?
ADownload the Linux package and run it using Windows Subsystem for Linux
BOpen PowerShell and type <code>install aws-cli</code> to install automatically
CDownload the Windows MSI installer from AWS website, run it, then open Command Prompt and run <code>aws --version</code>
DUse the AWS web console to install AWS CLI remotely
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct installation method for Windows

    For Windows, AWS provides an MSI installer downloadable from their website.
  2. Step 2: Verify installation

    After running the installer, open Command Prompt and run aws --version to confirm installation.
  3. Final Answer:

    Download the Windows MSI installer from AWS website, run it, then open Command Prompt and run aws --version -> Option C
  4. Quick Check:

    Windows install = MSI + verify version [OK]
Quick Trick: Use MSI installer on Windows, then check version [OK]
Common Mistakes:
MISTAKES
  • Trying Linux package directly on Windows
  • Assuming PowerShell has install command
  • Thinking AWS web console installs CLI

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes