atst/templates/about.html
2019-11-21 16:42:42 -05:00

59 lines
2.6 KiB
HTML

{% extends "base_public.html" %}
{% block content %}
<div class="home-layout">
<div class="home-container">
<div class="home-container__logo">
<img src="{{ url_for("static", filename="img/ccpo-logo.svg") }}"
alt="Cloud Computing Program Office Logo">
</div>
<div class="home-container__body">
<h1>Joint Enterprise Defense Infrastructure (JEDI) Cloud</h1>
<p>
JEDI Cloud provides commercial Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings to support DoD business and mission operations.<br>
<b>Anyone with a DoD mission may use JEDI</b>.
</p>
<h2>Five Steps to the JEDI Cloud</h2>
<p>Approval to use JEDI can be granted in hours once a task order has been created and financial verification provided. Follow the five steps below:</p>
<div class="home-container__list">
<ol>
<li>
<h3 class="h4">Complete a JEDI Cloud Access Request</h3>
<p>
A JEDI Cloud Access Request will inform the the Cloud Computing Program Office (CCPO) about your intention to use JEDI's commercial cloud services and provide the preliminary information needed to grant access.
</p>
</li>
<li>
<h3 class="h4">Prepare a Task Order</h3>
<p>After submitting a JEDI Cloud Access Request, you will need to work with a contracting officer to prepare a Task Order. The JEDI Cloud is offered by the Department of Defense through an Indefinite Delivery/Indefinite Quantity (ID/IQ) contract vehicle which allows for organizations to quickly order commercial cloud services.</p>
</li>
<li>
<h3 class="h4">Complete Financial Verfication</h3>
<p>After your Task Order is approved you must add that information to your JEDI Cloud Access Request for financial verification.</p>
</li>
<li>
<h3 class="h4">Designate Portfolio Users</h3>
<p>Once your JEDI Cloud Access Request is approved by the CCPO the portfolio owner will need to set up applications, environments, and users. The portfolio owner is the technical POC you originally designated on the request.</p>
</li>
<li>
<h3 class="h4">Use JEDI Cloud</h3>
<p>Users you grant access can log into this site, the Account Tracking and Automation Tool (AT-AT), in order to log in directly to the Cloud Service Provider's portal and use cloud resources.</p>
</li>
</ol>
</div>
</div>
</div>
</div>
{% endblock %}