<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ubuntu on Terraform Pilot</title><link>https://www.terraformpilot.com/tags/ubuntu/</link><description>Recent content in Ubuntu 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/ubuntu/feed.xml" rel="self" type="application/rss+xml"/><item><title>Install AWS CLI on Ubuntu: Step-by-Step Guide</title><link>https://www.terraformpilot.com/articles/install-aws-cli-ubuntu/</link><pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.terraformpilot.com/articles/install-aws-cli-ubuntu/</guid><description>The AWS CLI is required for many Terraform workflows — configuring credentials, debugging, and managing state backends. Here&amp;rsquo;s how to install AWS CLI v2 on Ubuntu.
Method 1: Official AWS Installer (Recommended) # Download curl &amp;#34;https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip&amp;#34; -o &amp;#34;awscliv2.zip&amp;#34; # Install unzip if needed sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install -y unzip # Extract and install unzip awscliv2.zip sudo ./aws/install # Verify aws --version # aws-cli/2.17.x Python/3.12.x Linux/6.x.x # Clean up rm -rf awscliv2.</description></item></channel></rss>