AWS IoT FleetWise will no longer be open to new customers starting April 30, 2026. If you would like to use AWS IoT FleetWise, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see AWS IoT FleetWise availability change.
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.