<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pip &#8211; xyze.co.uk</title>
	<atom:link href="https://www.xyze.co.uk/tag/pip/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.xyze.co.uk</link>
	<description>Sysadmin stuff</description>
	<lastBuildDate>Fri, 23 May 2025 15:36:38 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.3</generator>
	<item>
		<title>Install AWS CLI</title>
		<link>https://www.xyze.co.uk/install-awscli/</link>
					<comments>https://www.xyze.co.uk/install-awscli/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 00:24:12 +0000</pubDate>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Contents]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[awscli]]></category>
		<category><![CDATA[pip]]></category>
		<guid isPermaLink="false">https://xyze.co.uk/?p=33</guid>

					<description><![CDATA[I’m using pip to install the latest awscli as the version in apt won’t work for the new ‘Deep Archive’ however awscli v2 is now available and should be used instead of the old one: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html pip3 install awscli Now we need to configure the cli by installing authentication from AWS. Log into the AWS account ... <a title="Install AWS CLI" class="read-more" href="https://www.xyze.co.uk/install-awscli/" aria-label="Read more about Install AWS CLI">Read more</a>]]></description>
										<content:encoded><![CDATA[<div class="entry-content">
<p>I’m using pip to install the latest awscli as the version in apt won’t work for the new ‘Deep Archive’ however awscli v2 is now available and should be used instead of the old one: <a href="https://web.archive.org/web/20240919030528/https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html" rel="noopener">https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html</a></p>
<pre>pip3 install awscli</pre>
<p>Now we need to configure the cli by installing authentication from AWS. Log into the AWS account and go to IAM. Click on Users, then your name, and then Create access key as shown below. Save the file as you won’t be able to get it again and will have to create a new one.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-42 size-large" src="https://web.archive.org/web/20240919030528im_/https://i0.wp.com/xyze.co.uk/wp-content/uploads/2020/04/Screenshot_at_2019-10-09_02-23-36-1024x495.png?resize=900%2C435&amp;ssl=1" alt="" width="900" height="435" data-recalc-dims="1" /></p>
<p>Now add the keys using the default region: eu-west-1</p>
<pre>aws configure --profile xyze</pre>
<p>To use the xyze profile for the whole of your current terminal session:</p>
<pre>export AWS_PROFILE=xyze</pre>
</div>
<footer class="entry-meta" aria-label="Entry meta"></footer>
]]></content:encoded>
					
					<wfw:commentRss>https://www.xyze.co.uk/install-awscli/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
