{{ TextInput(f.num_software_systems,validation="integer",tooltip="A software system can be any code that you plan to host on cloud infrastructure. For example, it could be a custom-developed web application, or a large ERP system.") }}
{{ OptionsInput(f.jedi_migration, tooltip="Cloud migration is the process of moving data, applications or other business elements from an organization\\'s onsite computers/data centers to the cloud, or moving them from one cloud environment to another.") }}
-
-
- {{ OptionsInput(f.rationalization_software_systems, tooltip="Rationalization is the DoD process to determine whether the application should move to the cloud.") }}
- {{ OptionsInput(f.technical_support_team) }}
-
- {{ OptionsInput(f.organization_providing_assistance) }}
+
+
+
+
+
+
+ {{ OptionsInput(f.cloud_native, tooltip="Cloud native is architecting and designing your application to use all the benefits of the commercial cloud. Specifically, designing applications so that they are decoupled from a physical resource.") }}
- {{ OptionsInput(f.engineering_assessment, tooltip="An engineering assessment is an evaluation to convert your application architecture from on-premises to using the commercial cloud") }}
- {{ OptionsInput(f.data_transfers) }}
- {{ OptionsInput(f.expected_completion_date) }}
-
- {{ OptionsInput(f.cloud_native, tooltip="Cloud native is architecting and designing your application to use all the benefits of the commercial cloud. Specifically, designing applications so that they are decoupled from a physical resource.") }}
-
-
+
Financial Usage
{{ TextInput(f.estimated_monthly_spend, tooltip="Refer to financial verification step help docs", validation="dollars") }}
-
So this means you are spending approximately !{ annualSpendStr } annually
-
+
+
+
+
+
So this means you are spending approximately !{ annualSpendStr } annually
+
+
+
+
+
+
+
+
+
+
{{ TextInput(f.dollar_value, validation='dollars') }}
-
- {{ TextInput(f.number_user_sessions, validation='integer') }}
- {{ TextInput(f.average_daily_traffic, tooltip="Requests are the client-to-server network traffic that is being transferred to your systems",validation="integer") }}
- {{ TextInput(f.average_daily_traffic_gb, tooltip="GB uploaded is the gigabyte amount of data traffic that is being transferred to your systems",validation="gigabytes") }}
-
{{ TextInput(f.start_date, validation='date', placeholder='MM / DD / YYYY') }}