AWS IoT FleetWise will no longer be open to new customers as of April 30, 2026. Existing
AWS IoT FleetWise customers can continue using the service. The
Guidance
for Connected Mobility on AWS
Update an AWS IoT FleetWise fleet
You can use the UpdateFleet API operation to update the description for a fleet. The following example uses AWS CLI.
To update a fleet, run the following command.
-
Replace
fleet-idwith the ID of the fleet that you're updating. -
Replace
descriptionwith a new description.The description can have 1-2048 characters.
aws iotfleetwise update-fleet --fleet-idfleet-id--descriptiondescription
If you enabled encryption using a customer managed AWS KMS key, include the following policy statement so that your role can invoke the UpdateFleet API operation.