<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Terraform Pilot</title><link>https://www.terraformpilot.com/tags/windows/</link><description>Recent content in Windows on Terraform Pilot</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Mon, 13 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.terraformpilot.com/tags/windows/feed.xml" rel="self" type="application/rss+xml"/><item><title>Install AWS CLI on Windows with winget: Quick Setup Guide</title><link>https://www.terraformpilot.com/articles/install-aws-cli-windows-winget/</link><pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.terraformpilot.com/articles/install-aws-cli-windows-winget/</guid><description>winget is the built-in package manager in Windows 10/11. One command installs AWS CLI v2 — no MSI download, no browser needed.
Install with winget Open PowerShell or Command Prompt:
winget install Amazon.AWSCLI That&amp;rsquo;s it. Close and reopen your terminal, then verify:
aws --version # aws-cli/2.17.x Python/3.12.x Windows/10 exe/AMD64 Alternative: MSI Installer If winget isn&amp;rsquo;t available:
# Download and run the MSI msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi Or download from https://awscli.amazonaws.com/AWSCLIV2.msi and double-click.</description></item></channel></rss>