<?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>aws Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/aws/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 17 Jan 2019 18:59:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install AWS CLI on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/install-aws-cli-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/install-aws-cli-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 18 Jan 2019 03:24:43 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amazon web service]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9433</guid>

					<description><![CDATA[<p>Nowadays, the concept of Cloud Computing is something quite popular in the world. It is used more and better within companies. This is due to the high speeds of internet connection that exist today and the advantages it provides. Within that field, there are many companies that offer their services to others such as Amazon. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-aws-cli-ubuntu-18-04/">How to install AWS CLI on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nowadays, the concept of Cloud Computing is something quite popular in the world. It is used more and better within companies. This is due to the high speeds of internet connection that exist today and the advantages it provides. Within that field, there are many companies that offer their services to others such as <a href="http://amazon.com/">Amazon</a>. Amazon has its infrastructure service in the cloud called Amazon Web Servicer and for that, there is also the AWS CLI. Today I will show you how to install AWS CLI on Ubuntu 18.04.</p>
<p><a href="https://aws.amazon.com/">Amazon Web Service</a> is the product offered by Amazon to establish a public cloud computing infrastructure. It consists of several elements necessary for the storage, access, and safeguarding of the data of a company. In addition to all network components required for access. That is, all this replacing the outdated server infrastructure.</p>
<p>As you will notice, there are many possibilities you can explore with this service, however, to further enhance the form of administration of the service, there is AWS CLI. That is, an application written in Python that runs from the terminal.</p>
<p>Today, I will install AWS CLI on Ubuntu 18.04.</p>
<h2>1. Upgrade the system</h2>
<p>As always the first step is to update your system completely. It is advisable to do it frequently.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<figure id="attachment_9434" aria-describedby="caption-attachment-9434" style="width: 1330px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9434" src="https://www.osradar.com/wp-content/uploads/2019/01/1-14.png" alt="1.- Upgrade the system" width="1330" height="588" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-14.png 1330w, https://www.osradar.com/wp-content/uploads/2019/01/1-14-300x133.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-14-768x340.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-14-1024x453.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-14-1068x472.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/1-14-950x420.png 950w" sizes="(max-width: 1330px) 100vw, 1330px" /><figcaption id="caption-attachment-9434" class="wp-caption-text">1.- Upgrade the system</figcaption></figure>
<p>With this done, your system will be more stable and functional.</p>
<h2>2. Install Python 3</h2>
<p>The AWA CLI tool is made in Python, so the second step is to install the latest version of Python.</p>
<p>Doing it is quite simple, <a href="https://www.osradar.com/get-the-latest-python-on-linux/">here</a> we explain how to do it without any problems. So, let&#8217;s do it.</p>
<h2>3. Install AWS CLI using PIP (Recommended)</h2>
<p>The easiest and most direct way to install AWS CLI is through PIP. This will save you a lot of trouble, but you may not always have the latest stable version. It&#8217;s up to you.</p>
<p>First, install PIP.</p>
<pre class="">:~$ sudo apt install python3-pip</pre>
<figure id="attachment_9435" aria-describedby="caption-attachment-9435" style="width: 1329px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9435" src="https://www.osradar.com/wp-content/uploads/2019/01/2-14.png" alt="2.- Install PIP" width="1329" height="662" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-14.png 1329w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-300x149.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-768x383.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-1024x510.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-1068x532.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/2-14-843x420.png 843w" sizes="(max-width: 1329px) 100vw, 1329px" /><figcaption id="caption-attachment-9435" class="wp-caption-text">2.- Install PIP</figcaption></figure>
<p>First, upgrade PIP.</p>
<pre class="">:~$ pip3 install --upgrade pip</pre>
<figure id="attachment_9437" aria-describedby="caption-attachment-9437" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9437" src="https://www.osradar.com/wp-content/uploads/2019/01/3-14.png" alt="3.- Upgrade PIP" width="1365" height="215" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-14.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/3-14-300x47.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-14-768x121.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-14-1024x161.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-14-1068x168.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9437" class="wp-caption-text">3.- Upgrade PIP</figcaption></figure>
<p>Doing this is important because PIP will always have the latest packages and dependencies. Remember that all software advances and becomes newer, with this you guarantee that no problem occurs.</p>
<p>Next, install AWS CLI.</p>
<pre class="">:~$ sudo -H pip3 install awscli --upgrade --user</pre>
<figure id="attachment_9439" aria-describedby="caption-attachment-9439" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9439" src="https://www.osradar.com/wp-content/uploads/2019/01/4-15.png" alt="4.- Install AWS CLI" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-15.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/4-15-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-15-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-15-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-15-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/4-15-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9439" class="wp-caption-text">4.- Install AWS CLI</figcaption></figure>
<p>Let me explain the command a little:</p>
<ul>
<li><strong>pip3</strong>: It is a utility to install packages and libraries built with python.</li>
<li><strong>Install</strong>: This option tells PIP that you are going to install a package.</li>
<li><strong>awscli</strong>: It is the package you are going to install.</li>
<li><strong>&#8211;upgrade</strong>: The &#8211;upgrade option tells pip to upgrade any requirements that are already installed. So, you have to do it to avoid problems.</li>
<li><strong>&#8211;user</strong>: This option is useful and important. This indicates that AWS CLI will be installed in a user folder and will avoid being installed along with other system libraries.</li>
</ul>
<p>So, AWS CLI is installed. Check the version.</p>
<pre class="">:~$ cd ~/.local/bin/
:~$ ./aws --version</pre>
<figure id="attachment_9440" aria-describedby="caption-attachment-9440" style="width: 836px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9440" src="https://www.osradar.com/wp-content/uploads/2019/01/5-15.png" alt="5.- aws version" width="836" height="146" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-15.png 836w, https://www.osradar.com/wp-content/uploads/2019/01/5-15-300x52.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-15-768x134.png 768w" sizes="(max-width: 836px) 100vw, 836px" /><figcaption id="caption-attachment-9440" class="wp-caption-text">5.- AWS CLI version</figcaption></figure>
<p><em><strong>Note: To update AWS CLI using this method, you must frequently run the same installation command.</strong></em></p>
<h3>Another way to install it</h3>
<p>The above method is the simplest, but not necessarily the only one. With this method, you will always be able to download the latest stable version of AWS CLI, but you will have to update it manually. So it is not very recommendable, however, I will explain how to do it.</p>
<p>So, you need to install it using the bundle installer.</p>
<pre class="">:~$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli.zip"</pre>
<figure id="attachment_9441" aria-describedby="caption-attachment-9441" style="width: 882px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9441" src="https://www.osradar.com/wp-content/uploads/2019/01/6-13.png" alt="6.- Download the bundle" width="882" height="175" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-13.png 882w, https://www.osradar.com/wp-content/uploads/2019/01/6-13-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-13-768x152.png 768w" sizes="(max-width: 882px) 100vw, 882px" /><figcaption id="caption-attachment-9441" class="wp-caption-text">6.- Download the bundle</figcaption></figure>
<p>Decompress the file.</p>
<pre class="">:~$ unzip awscli.zip</pre>
<figure id="attachment_9442" aria-describedby="caption-attachment-9442" style="width: 661px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9442" src="https://www.osradar.com/wp-content/uploads/2019/01/7-13.png" alt="7.- Unzip the file" width="661" height="520" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-13.png 661w, https://www.osradar.com/wp-content/uploads/2019/01/7-13-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-13-534x420.png 534w" sizes="(max-width: 661px) 100vw, 661px" /><figcaption id="caption-attachment-9442" class="wp-caption-text">7.- Unzip the file</figcaption></figure>
<p>Finally, run the executable.</p>
<pre class="">:~$ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws</pre>
<p>And that&#8217;s it.</p>
<h1>Conclusion</h1>
<p>The installation of this tool is quite simple and allows to manage better AWS and thus be more productive.</p>
<p>Share this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-aws-cli-ubuntu-18-04/">How to install AWS CLI on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-aws-cli-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
