Manage fleets in AWS IoT FleetWise
A fleet represents a group of vehicles. A fleet without associated vehicles is an empty entity. Before you can use the fleet to manage multiple vehicles at the same time, you must associate vehicles with the fleet. A vehicle can belong to multiple fleets. You can control what data to collect from a fleet of vehicles and when to collect data by deploying a campaign. For more information, see Collect AWS IoT FleetWise data with campaigns.
A fleet contains the following information.
fleetId
-
The ID of the fleet.
- (Optional)
description
-
A description that helps you find the fleet.
signalCatalogArn
-
The Amazon Resource Name (ARN) of the signal catalog.
AWS IoT FleetWise provides the following API operations that you can use to create and manage fleets.
-
CreateFleet – Creates a group of vehicles that contain the same group of signals.
-
AssociateVehicleFleet – Associates a vehicle to a fleet.
-
DisassociateVehicleFleet – Disassociates a vehicle from a fleet.
-
UpdateFleet – Updates the description for an existing fleet.
-
DeleteFleet – Deletes an existing fleet.
-
ListFleets – Retrieves a paginated list of summaries of all fleets.
-
ListFleetsForVehicle – Retrieves a paginated list of IDs of all fleets that the vehicle belongs to.
-
ListVehiclesInFleet – Retrieves a paginated list of summaries of all vehicles in a fleet.
-
GetFleet – Retrieves information about a fleet.