{% extends 'task_orders/_new.html' %} {% from "components/text_input.html" import TextInput %} {% from "components/options_input.html" import OptionsInput %} {% from "components/date_input.html" import DateInput %} {% block heading %} Funding {% endblock %} {% block form %} {% include "fragments/flash.html" %}
Choose the dates your task order will cover.
Because your funds will be lost if you don’t use them, we strongly recommend submitting small, short-duration task orders, usually a three month period. We’ll notify you when your period of performance is nearing the end so you can request your next set of funds with a new task order.
{{ DateInput(form.start_date, placeholder='MM / DD / YYYY', validation='date') }} {{ DateInput(form.end_date, placeholder='MM / DD / YYYY', validation='date') }}Calculate how much your cloud usage will cost. A technical representative should help you complete this calculation. Cloud Service Provider's estimate calculator
Upload your anticipated cloud usage from the CSP tool linked above. PDFs and screengrabs of the tool are sufficient.
This is only an estimation tool to help you make and informed evaluation of what you expect to use. While you're tied to the dollar amount you specify in your task order, you're not obligated by the resources you indicate in the calculator.
Enter the results of your cloud usage calculations. These will correspond with your task order's period of performance.
Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings
{{ TextInput(form.clin_01, validation='dollars') }} {{ TextInput(form.clin_02, validation='dollars') }}Technical guidance from the cloud service provider, including architecture, configuration of IaaS and PaaS, integration, troubleshooting assistance, and other services.
{{ TextInput(form.clin_03, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.') }} {{ TextInput(form.clin_04, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.') }}Total Task Order Value
{% endblock %}