Files
clear-linux-documentation/get-started/cloud-install/aws-web.html
2024-11-04 18:48:51 +00:00

432 lines
26 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Clear Linux* OS on Amazon Web Services* &#8212; Documentation for Clear Linux* project</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/bizstyle.css?v=5283bb3d" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=9bcbadda"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
<script src="../../_static/copybutton.js?v=a56c686a"></script>
<script src="../../_static/bizstyle.js"></script>
<link rel="canonical" href="https://clearlinux.github.io/clear-linux-documentation/get-started/cloud-install/aws-web.html" />
<link rel="icon" href="../../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../../about.html" />
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Clear Linux* OS on Microsoft* Azure*" href="azure.html" />
<link rel="prev" title="Increase Virtual Disk Size of an Image" href="../../guides/maintenance/increase-virtual-disk-size.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="_static/css3-mediaqueries.js"></script>
<![endif]-->
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="azure.html" title="Clear Linux* OS on Microsoft* Azure*"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../../guides/maintenance/increase-virtual-disk-size.html" title="Increase Virtual Disk Size of an Image"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">Documentation for Clear Linux* project</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Get started</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Clear Linux* OS on Amazon Web Services*</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="cl-attr-on-amazon-web-services">
<span id="aws-web"></span><h1>Clear Linux* OS on Amazon Web Services*<a class="headerlink" href="#cl-attr-on-amazon-web-services" title="Link to this heading"></a></h1>
<p>This tutorial explains how to create and launch a Clear Linux OS
<abbr title="Amazon Machine Image">AMI</abbr> instance from the
<abbr title="Amazon Web Services">AWS*</abbr> console and complete the following tasks:</p>
<ol class="arabic simple">
<li><p>Locate and select the Clear Linux OS OS Basic AMI in the AWS Marketplace.</p></li>
<li><p>Create a new public and private key pair to allow you to connect to your
Clear Linux OS instance securely.</p></li>
<li><p>Launch the new Clear Linux OS instance and connect to it.</p></li>
<li><p>Update your instance of Clear Linux OS using the <strong class="command">swupd</strong> command.</p></li>
<li><p>Stop the Clear Linux OS instance.</p></li>
</ol>
<nav class="contents local" id="contents">
<ul class="simple">
<li><p><a class="reference internal" href="#prerequisites" id="id15">Prerequisites</a></p></li>
<li><p><a class="reference internal" href="#locate-select-and-launch-the-cl-basic-ami" id="id16">Locate, select, and launch the Clear Linux OS Basic AMI</a></p></li>
<li><p><a class="reference internal" href="#connect-to-your-clear-linux-os-basic-instance" id="id17">Connect to your Clear Linux OS basic instance</a></p></li>
<li><p><a class="reference internal" href="#update-the-cl-instance" id="id18">Update the Clear Linux OS instance</a></p></li>
<li><p><a class="reference internal" href="#stop-the-cl-instance" id="id19">Stop the Clear Linux OS instance</a></p></li>
<li><p><a class="reference internal" href="#related-topics" id="id20">Related topics</a></p></li>
</ul>
</nav>
<section id="prerequisites">
<h2><a class="toc-backref" href="#id15" role="doc-backlink">Prerequisites</a><a class="headerlink" href="#prerequisites" title="Link to this heading"></a></h2>
<p>This tutorial assumes the following statements are true:</p>
<ul class="simple">
<li><p>You are using a linux-based system to access AWS and can run <strong class="command">SSH</strong>
to access the remote Clear Linux OS AWS image.</p></li>
<li><p>Your browser puts downloaded files in the <code class="file docutils literal notranslate"><span class="pre">$HOME/Downloads</span></code>
directory.</p></li>
<li><p>You have already set up an AWS user account and logged into the AWS
console.</p></li>
</ul>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This tutorial uses a Clear Linux OS AMI t2.micro instance that is eligible for the
AWS free tier. To learn more about AWS and setting up an account, visit the
AWS website at <a class="reference external" href="http://aws.amazon.com">http://aws.amazon.com</a>.</p>
</div>
</section>
<section id="locate-select-and-launch-the-cl-basic-ami">
<h2><a class="toc-backref" href="#id16" role="doc-backlink">Locate, select, and launch the Clear Linux OS Basic AMI</a><a class="headerlink" href="#locate-select-and-launch-the-cl-basic-ami" title="Link to this heading"></a></h2>
<ol class="arabic">
<li><p>Start from your main AWS services console menu in your browser and select
the <span class="guilabel">EC2</span> text as shown in Figure 1:</p>
<figure class="align-default" id="id1">
<a class="reference internal image-reference" href="../../_images/aws-web-1.png"><img alt="AWS Console" src="../../_images/aws-web-1.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 1: <span class="guilabel">AWS Console</span></span><a class="headerlink" href="#id1" title="Link to this image"></a></p>
</figcaption>
</figure>
<p>This selection brings up your <span class="guilabel">EC2 Dashboard</span> menu.</p>
</li>
<li><p>To create a new Clear Linux OS instance from the <span class="guilabel">EC2 Dashboard</span> menu,
select the <span class="guilabel">Launch Instance</span> button as shown in Figure 2:</p>
<figure class="align-default" id="id2">
<a class="reference internal image-reference" href="../../_images/aws-web-2.png"><img alt="EC2 Dashboard" src="../../_images/aws-web-2.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 2: <span class="guilabel">EC2 Dashboard</span></span><a class="headerlink" href="#id2" title="Link to this image"></a></p>
</figcaption>
</figure>
<p>This selection takes you to the
<span class="guilabel">Step 1: Choose an Amazon Machine Image (AMI)</span> menu.</p>
</li>
<li><p>To find the <span class="guilabel">Clear Linux OS Basic</span> AMI in the
<span class="guilabel">Step 1: Choose an Amazon Machine Image (AMI)</span> menu, do the
following:</p>
<ol class="arabic">
<li><p>In the lefthand navigation window, select the
<span class="guilabel">AWS Marketplace</span> menu item to bring up the search bar to
<span class="guilabel">Search AWS Marketplace Products</span>.</p></li>
<li><p>In the search bar, type “clear linux os” and press the <kbd class="kbd docutils literal notranslate">Enter</kbd> key
to search for and locate the <span class="guilabel">Clear Linux OS Basic</span> AMI.</p></li>
<li><p>Select the <span class="guilabel">Clear Linux OS Basic</span> AMI by clicking the
<span class="guilabel">Select</span> button as shown in Figure 3:</p>
<figure class="align-default" id="id3">
<a class="reference internal image-reference" href="../../_images/aws-web-3.png"><img alt="Step 1: Choose AMI" src="../../_images/aws-web-3.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 3: <span class="guilabel">Step 1: Choose AMI</span></span><a class="headerlink" href="#id3" title="Link to this image"></a></p>
</figcaption>
</figure>
</li>
<li><p>A pop-up dialog box appears showing you more information about the
<span class="guilabel">Clear Linux OS Basic</span> AMI along with the pricing details for
running Clear Linux OS on different platform configurations as shown in Figure 4.
Select the <span class="guilabel">Continue</span> button.</p>
<figure class="align-default" id="id4">
<a class="reference internal image-reference" href="../../_images/aws-web-4.png"><img alt="Clear Linux OS Basic" src="../../_images/aws-web-4.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 4: <span class="guilabel">Clear Linux OS Basic</span></span><a class="headerlink" href="#id4" title="Link to this image"></a></p>
</figcaption>
</figure>
</li>
</ol>
</li>
<li><p>The <span class="guilabel">Choose Instance Type</span> menu appears as shown in Figure 5.</p>
<figure class="align-default" id="id5">
<a class="reference internal image-reference" href="../../_images/aws-web-5.png"><img alt="Choose an Instance Type" src="../../_images/aws-web-5.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 5: <span class="guilabel">Choose an Instance Type</span></span><a class="headerlink" href="#id5" title="Link to this image"></a></p>
</figcaption>
</figure>
<p>Select the <span class="guilabel">t2.micro</span> type by clicking the box on the left side
of the instance and then select the <span class="guilabel">Review and Launch</span> button to
move to the <span class="guilabel">Step 7: Review the Instance Launch</span> menu.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>You can configure the instance details, add additional storage, add
tags, and configure the security group before selecting the
<span class="guilabel">Review and Launch</span> button if you want to further customize
this Clear Linux OS instance.</p>
</div>
</li>
<li><p>The <span class="guilabel">Step 7: Review the Instance Launch</span> menu, shown in Figure 6,
allows you to <span class="guilabel">Cancel</span> the process, return to
the <span class="guilabel">Previous</span> screen to change the configuration
or <span class="guilabel">Launch</span> the instance defined.</p>
<figure class="align-default" id="id6">
<a class="reference internal image-reference" href="../../_images/aws-web-6.png"><img alt="Step 7: Review the Instance Launch" src="../../_images/aws-web-6.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 6: <span class="guilabel">Step 7: Review the Instance Launch</span></span><a class="headerlink" href="#id6" title="Link to this image"></a></p>
</figcaption>
</figure>
<ol class="arabic">
<li><p>Select the <span class="guilabel">Launch</span> button. A dialog box appears, as shown in
Figure 7, asking you to
<span class="guilabel">Select an existing key pair or create a new pair</span>.</p>
<figure class="align-default" id="id7">
<a class="reference internal image-reference" href="../../_images/aws-web-7.png"><img alt="Select an existing key pair or create a new pair" src="../../_images/aws-web-7.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 7: <span class="guilabel">Select an existing key pair or create a new pair</span></span><a class="headerlink" href="#id7" title="Link to this image"></a></p>
</figcaption>
</figure>
<ol class="arabic">
<li><p>Select the <span class="guilabel">Create a new key pair</span> option.</p></li>
<li><p>For the <span class="guilabel">Key pair name</span> field, enter <cite>AWSClearTestKey</cite>.</p></li>
<li><p>Select the <span class="guilabel">Download Key Pair</span> button to download the
<code class="file docutils literal notranslate"><span class="pre">AWSClearTestKey.pem</span></code> to your browsers defined
<code class="file docutils literal notranslate"><span class="pre">Downloads</span></code> directory.</p></li>
<li><p>When the file finishes downloading, select the
<span class="guilabel">Launch Instances</span> button to proceed to the
<span class="guilabel">Launch Status</span> menu shown in Figure 8.</p>
<figure class="align-default" id="id8">
<a class="reference internal image-reference" href="../../_images/aws-web-8.png"><img alt="Launch Status" src="../../_images/aws-web-8.png" style="width: 737.5px; height: 596.5px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 8: <span class="guilabel">Launch Status</span></span><a class="headerlink" href="#id8" title="Link to this image"></a></p>
</figcaption>
</figure>
</li>
</ol>
</li>
<li><p>Once the <span class="guilabel">Launch Status</span> page changes to what is shown in
Figure 9, select the <span class="guilabel">View Instances</span> button to view your
<span class="guilabel">Instances</span> dashboard.</p>
<figure class="align-default" id="id9">
<a class="reference internal image-reference" href="../../_images/aws-web-9.png"><img alt="View Instance" src="../../_images/aws-web-9.png" style="width: 737.5px; height: 660.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 9: <span class="guilabel">View Instance</span></span><a class="headerlink" href="#id9" title="Link to this image"></a></p>
</figcaption>
</figure>
</li>
</ol>
</li>
</ol>
</section>
<section id="connect-to-your-clear-linux-os-basic-instance">
<h2><a class="toc-backref" href="#id17" role="doc-backlink">Connect to your Clear Linux OS basic instance</a><a class="headerlink" href="#connect-to-your-clear-linux-os-basic-instance" title="Link to this heading"></a></h2>
<p>Your <span class="guilabel">Instances</span> Dashboard is shown in Figure 10 with the new Clear Linux OS
OS basic instance already selected and in the running state. If there are
other instances available, they are also listed but not selected.</p>
<figure class="align-default" id="id10">
<a class="reference internal image-reference" href="../../_images/aws-web-10.png"><img alt="Instance Dashboard" src="../../_images/aws-web-10.png" style="width: 737.5px; height: 660.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 10: <span class="guilabel">Instance Dashboard</span></span><a class="headerlink" href="#id10" title="Link to this image"></a></p>
</figcaption>
</figure>
<ol class="arabic simple">
<li><p>To connect to your running instance, click the <span class="guilabel">Connect</span> button
located at the top of your dashboard. AWS brings up the pop-up dialog
box shown in Figure 11 describing how to connect to your running instance.</p></li>
</ol>
<figure class="align-default" id="id11">
<span id="fig-aws-web-11"></span><a class="reference internal image-reference" href="../../_images/aws-web-11.png"><img alt="Connect to Your Instance" src="../../_images/aws-web-11.png" style="width: 737.5px; height: 660.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 11: <span class="guilabel">Connect to Your Instance</span></span><a class="headerlink" href="#id11" title="Link to this image"></a></p>
</figcaption>
</figure>
<ol class="arabic">
<li><p>Open a terminal on your system. You should be in your <code class="file docutils literal notranslate"><span class="pre">$HOME</span></code>
directory.</p></li>
<li><p>Copy the previously downloaded keyfile from the <code class="file docutils literal notranslate"><span class="pre">Downloads</span></code>
directory to the current directory.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cp Downloads/AWSClearTestKey.pem .</span>
</pre></div>
</div>
</li>
<li><p>Change the attributes of the <code class="file docutils literal notranslate"><span class="pre">AWSClearTestKey.pem</span></code> using the
<strong class="command">chmod</strong> command as instructed in the dialog box shown in Figure
11.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">chmod 400 AWSClearTestKey.pem</span>
</pre></div>
</div>
</li>
<li><p>Copy the text highlighted in the <span class="guilabel">Example:</span> section that is
shown in <a class="reference internal" href="#fig-aws-web-11"><span class="std std-ref">figure 11</span></a>. Paste the copied text into your
terminal, change the text before the <cite>&#64;</cite> sign to the username <cite>clear</cite>, and
press the <kbd class="kbd docutils literal notranslate">Enter</kbd> key to execute the command.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">ssh -i &quot;AWSClearTestKey.pem&quot; clear@ec2-34-209-39-184.us-west-2.compute.amazonaws.com</span>
</pre></div>
</div>
</li>
<li><p>A message appears on the terminal stating the authenticity of the host
cant be established and prompts you with the message:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">The authenticity of host &#39;ec2-34-209-39-184.us-west-2.compute.amazonaws.com (34.209.39.184)&#39; can&#39;t be established.</span>
<span class="go">ECDSA key fingerprint is SHA256:LrziT5Ar66iBTfia8qmiIsrfBUm/UGam76U8bDR6yJc.</span>
<span class="go">Are you sure you want to continue connecting (yes/no)?</span>
</pre></div>
</div>
</li>
<li><p>Type <cite>yes</cite> and press the <kbd class="kbd docutils literal notranslate">Enter</kbd> key. Another warning is printed to
the terminal and you are now at the command prompt of your new Clear Linux OS
instance.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">Warning: Permanently added &#39;ec2-34-209-39-184.us-west-2.compute.amazonaws.com,34.209.39.184&#39; (ECDSA) to the list of known hosts.</span>
<span class="gp">clear@clr-96a8565d0ca54b0c80364a1e5e7b0f88 ~ $</span>
</pre></div>
</div>
</li>
</ol>
</section>
<section id="update-the-cl-instance">
<h2><a class="toc-backref" href="#id18" role="doc-backlink">Update the Clear Linux OS instance</a><a class="headerlink" href="#update-the-cl-instance" title="Link to this heading"></a></h2>
<p>Run the <strong class="command">sudo swupd update</strong> command to update the operating
system as shown in Figure 12:</p>
<figure class="align-default" id="id12">
<a class="reference internal image-reference" href="../../_images/aws-web-12.png"><img alt="sudo swupd update" src="../../_images/aws-web-12.png" style="width: 661.5px; height: 432.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 12: <span class="guilabel">sudo swupd update</span></span><a class="headerlink" href="#id12" title="Link to this image"></a></p>
</figcaption>
</figure>
<p>In this example, we updated from version 18940 to 19100.</p>
</section>
<section id="stop-the-cl-instance">
<h2><a class="toc-backref" href="#id19" role="doc-backlink">Stop the Clear Linux OS instance</a><a class="headerlink" href="#stop-the-cl-instance" title="Link to this heading"></a></h2>
<p>When you are finished using your AWS Clear Linux OS instance, you must stop it using
the <span class="guilabel">Instances</span> dashboard to stop accruing charges. Complete the
following steps from the <span class="guilabel">Instances</span> dashboard to stop your AWS Clear Linux OS
instance from running.</p>
<ol class="arabic">
<li><p>Select the <span class="guilabel">Actions</span> button to bring up a pull-down menu.</p></li>
<li><p>Select the <span class="guilabel">Instance State</span> menu item to expand the options.</p></li>
<li><p>Select <span class="guilabel">Stop</span> menu item to shut down the running instance.</p>
<p>Figure 13 illustrates these steps.</p>
<figure class="align-default" id="id13">
<a class="reference internal image-reference" href="../../_images/aws-web-13.png"><img alt="Stop Instance" src="../../_images/aws-web-13.png" style="width: 737.5px; height: 660.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 13: <span class="guilabel">Stop Instance</span></span><a class="headerlink" href="#id13" title="Link to this image"></a></p>
</figcaption>
</figure>
</li>
<li><p>A pop-up dialog box appears warning you that any ephemeral storage of
your instance will be lost. Select the <span class="guilabel">Yes, Stop</span> button to stop
your Clear Linux OS instance.</p></li>
</ol>
<figure class="align-default" id="id14">
<a class="reference internal image-reference" href="../../_images/aws-web-14.png"><img alt="Stop Instances" src="../../_images/aws-web-14.png" style="width: 737.5px; height: 660.0px;" />
</a>
<figcaption>
<p><span class="caption-text">Figure 14: <span class="guilabel">Stop Instances</span></span><a class="headerlink" href="#id14" title="Link to this image"></a></p>
</figcaption>
</figure>
<p>Congratulations! You are up and running with Clear Linux OS on AWS. To see what you
can do with your Clear Linux OS instance, visit our <a class="reference internal" href="../../tutorials/index.html#tutorials"><span class="std std-ref">tutorials</span></a>
section for examples on using your Clear Linux OS system.</p>
</section>
<section id="related-topics">
<h2><a class="toc-backref" href="#id20" role="doc-backlink">Related topics</a><a class="headerlink" href="#related-topics" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="azure.html#azure"><span class="std std-ref">Clear Linux* OS on Microsoft* Azure*</span></a></p></li>
<li><p><a class="reference internal" href="gce.html#gce"><span class="std std-ref">Clear Linux* OS on Google Cloud Platform*</span></a></p></li>
<li><p><a class="reference internal" href="digitalocean.html#clr-digitalocean"><span class="std std-ref">Clear Linux* OS on DigitalOcean*</span></a></p></li>
</ul>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../../index.html">
<img class="logo" src="../../_static/clearlinux.png" alt="Logo of Clear Linux* Project Docs"/>
</a></p>
<div>
<h3><a href="../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Clear Linux* OS on Amazon Web Services*</a><ul>
<li><a class="reference internal" href="#prerequisites">Prerequisites</a></li>
<li><a class="reference internal" href="#locate-select-and-launch-the-cl-basic-ami">Locate, select, and launch the Clear Linux OS Basic AMI</a></li>
<li><a class="reference internal" href="#connect-to-your-clear-linux-os-basic-instance">Connect to your Clear Linux OS basic instance</a></li>
<li><a class="reference internal" href="#update-the-cl-instance">Update the Clear Linux OS instance</a></li>
<li><a class="reference internal" href="#stop-the-cl-instance">Stop the Clear Linux OS instance</a></li>
<li><a class="reference internal" href="#related-topics">Related topics</a></li>
</ul>
</li>
</ul>
</div>
<div>
<h4>Previous topic</h4>
<p class="topless"><a href="../../guides/maintenance/increase-virtual-disk-size.html"
title="previous chapter">Increase Virtual Disk Size of an Image</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="azure.html"
title="next chapter">Clear Linux* OS on Microsoft* Azure*</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/get-started/cloud-install/aws-web.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="azure.html" title="Clear Linux* OS on Microsoft* Azure*"
>next</a> |</li>
<li class="right" >
<a href="../../guides/maintenance/increase-virtual-disk-size.html" title="Increase Virtual Disk Size of an Image"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">Documentation for Clear Linux* project</a> &#187;</li>
<li class="nav-item nav-item-1"><a href="../index.html" >Get started</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Clear Linux* OS on Amazon Web Services*</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2022 Intel Corporation. All Rights Reserved..
Last updated on Nov 04, 2024.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>