Edge Delta Cloud Fleets
3 minute read
Overview
Cloud Fleets are Edge Delta Fleets that are hosted in cloud infrastructure owned and managed by the Edge Delta team. You might decide to use Cloud Fleets in the following scenarios:
- data sources are serverless workloads such as AWS Lambda functions or events generated from Amazon Kinesis.
- lightweight edge environments host thin data producers, such as Internet of Things.
- you do not want to take on resource management associated with hosting an additional workload.
- security limitations exist for deploying a fleet in your environment.

You can create, configure, and remove fleet configurations using the Edge Delta interface. The Cloud Fleet expose an HTTP, HTTPS, or GRPCS endpoint so you can push data to it. If you don’t create an HTTPS endpoint, you can still pull data into the Fleet by specifying a pull data source in the Pipeline configuration.
Push or Pull Data Inputs
Cloud Fleets cater for both push or pull data input integrations. To push data to the Cloud Fleet configure your sources such as a CDN or Amazon Kinesis to push data to the fleet endpoint. To pull data into the Cloud Fleet, add a source node such as HTTP pull configured with your data source’s endpoint to the Cloud Fleet’s pipeline configuration.
Managing a Cloud Fleet
Click Pipelines and select Cloud Fleets from the filter on the Fleets table.

Creating a Cloud Fleet
- Click Pipelines.
- Click New Fleet.
- Select Cloud
- Specify a name to identify the Fleet.
- Select Compute Units based on your estimated traffic volume. This is the maximum bandwidth the agent can handle before signalling an error. The number of compute units used per hour counts towards your plan usage.
- Click Deploy Cloud Pipeline.

The new Cloud fleet is added to the Fleets table. The URL is listed on the Fleet’s details pane. Configure your workloads to push to this endpoint or use an HTTP pull node.
Compute Units
You can change a Cloud Fleet’s resouce capability setting known as compute units. This is the maximum bandwidth the agent can handle before signalling an error.
Bear in mind the number of compute units you use per hour contribute to your plan usage in the form of compute units allocated per day. For example, running one Cloud Fleet with one compute unit (a maximum of 12MB per second or 1TB per day), and another Cloud Fleet with three compute units (36MB per second or 3TB per day) will result in a daily usage of 4 compute units. In addition, data flowing from your workloads to your Cloud Fleets will contribute to your Cloud Ingress plan allocation.
Edit Cloud Fleet Resources
- Select the cloud fleet on the Pipelines page.
- Click Options and select Edit Fleet Settings.

The Edit Cloud Fleet Settings page opens and you can make the changes to the resource settings.

The Agent Version lists the most recent stable versions and most recent candidate version (containing rc). Choose the latest stable version. If this configuration doesn’t work you can contact Edge Delta support to experiment with the candidate.
Delete a Cloud Fleet
To delete a Cloud Fleet: Select the fleet on the Pipelines page. Click Options and select Delete Fleet.
Suspend a Cloud Fleet s
To suspend a Cloud Fleet: Select the fleet on the Pipelines page. Click Options and select Suspend Cloud Fleet.