Dashboard Create a Lambda Instance

Create a new Lambda Instance

Here you can create your own Lambda Instance
{{#unless enoughQuotas}}

Alert! - No resources available to create a new lambda instance!

Based on the ~okeanos projects we found on your ~okeanos profile, you don't have the resources needed to create a lambda instance. A lambda instance requires at least
  • 1 public ip
  • 2 VMs
  • 4 CPU's per VM
  • 4096MB of RAM per VM
  • 20GB of hard disk per VM
Please join a project or create your own project and ask for resources so as to create a lambda Instance. In order to join or create an ~okeanos project follow this link!.
{{/unless}} {{#if enoughQuotas}}

Main

: Lambda Instance details

All inputs marked with (*) are required.

{{#tool-tip}} {{/tool-tip}} {{input type="text" value=instanceName placeholder="Lambda Instance name" size="50" class="form-control" required="true"}} {{#each model.newLambdaInstance.errors.instanceName as |error|}}
{{error.message}}
{{/each}}
{{#tool-tip}} {{/tool-tip}} {{input type="text" value=masterName placeholder="Master node name" size="50" class="form-control" required="true"}} {{#each model.newLambdaInstance.errors.masterName as |error|}}
{{error.message}}
{{/each}}
{{#tool-tip}} {{/tool-tip}} Select a project
{{#tool-tip}} {{/tool-tip}} {{input type="number" value=selectedNumberOfSlaves min=1 max=(math-op selectedProjectVMs '-' 1) name="slaves" class="form-control" change=(action "selectFromDropDownList" "selectedNumberOfSlaves")}} Select the number of slaves
{{#tool-tip}} {{/tool-tip}} {{kafka-topics topics=kafkaInputTopics id="kafka-input-topics"}} Names of Apache Kafka input topics
Default input topic, if no names are given: "input"
{{#tool-tip}} {{/tool-tip}} {{kafka-topics topics=kafkaOutputTopics id="kafka-output-topics"}} Names of Apache Kafka output topics
Default output topics, if no names are given: "batch-output", "stream-output"
{{#tool-tip}} {{/tool-tip}}

Select the public SSH keys to upload to the lamdba instance vms. By selecting ssh keys, you will get access to these vms.

Master

: Master Node details
We recommend using 4 CPUs
We recommend using 4096MB of RAM
We recommend using 20GB of hard disk

Slaves

: Slave Nodes details
We recommend using 4 CPUs
We recommend using 4096MB of RAM
We recommend using 20GB of hard disk
 
{{#if model.newLambdaInstance.isSaving}}
Your request to create a new Lambda Instance is being sent to the server...
{{/if}}
{{/if}}